| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | srcpos.c | 51 xasprintf(&initial_path, "%s", fname); in set_initial_path() 297 xasprintf(&pos_str, "%s:%d.%d-%d.%d", fname, in srcpos_string() 301 xasprintf(&pos_str, "%s:%d.%d-%d", fname, in srcpos_string() 305 xasprintf(&pos_str, "%s:%d.%d", fname, in srcpos_string() 319 xasprintf(&pos_str, "<no-file>:<no-line>"); in srcpos_string_comment() 341 xasprintf(&first, "%s:%d:%d-%d:%d", fname, in srcpos_string_comment() 345 xasprintf(&first, "%s:%d", fname, in srcpos_string_comment() 353 xasprintf(&pos_str, "%s, %s", first, rest); in srcpos_string_comment()
|
| H A D | util.h | 65 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
|
| H A D | util.c | 70 int xasprintf(char **strp, const char *fmt, ...) in xasprintf() function
|
| H A D | livetree.c | 248 xasprintf(&name, "fragment@%u", in add_orphan_node() 899 xasprintf(&entry, "%s:%s:%u", in add_fixup_entry()
|
| H A D | checks.c | 81 xasprintf(&str, "%s", file_str); in check_msg() 84 xasprintf(&str, "<stdout>"); in check_msg() 86 xasprintf(&str, "%s", dti->outname); in check_msg()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | srcpos.c | 260 xasprintf(&pos_str, "%s:%d.%d-%d.%d", fname, in srcpos_string() 264 xasprintf(&pos_str, "%s:%d.%d-%d", fname, in srcpos_string() 268 xasprintf(&pos_str, "%s:%d.%d", fname, in srcpos_string()
|
| H A D | util.h | 71 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
|
| H A D | util.c | 50 int xasprintf(char **strp, const char *fmt, ...) in xasprintf() function
|
| H A D | livetree.c | 232 xasprintf(&name, "fragment@%u", in add_orphan_node() 876 xasprintf(&entry, "%s:%s:%u", in add_fixup_entry()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/ |
| H A D | 0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch | 34 - return xasprintf("%s:%s", host, serv); 35 + return xasprintf("%s:%s", printable_string(host), serv);
|
| /OK3568_Linux_fs/buildroot/package/busybox/ |
| H A D | 0003-libbb-sockaddr2str-ensure-only-printable-characters-.patch | 35 - return xasprintf("%s:%s", host, serv); 36 + return xasprintf("%s:%s", printable_string(host), serv);
|
| H A D | 0006-Support-PARTLABEL.patch | 74 + uevent = xasprintf("/sys/dev/block/%d:%d/uevent",
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/ |
| H A D | 0001-Check-and-use-strlcpy-from-libc-before-defining-own.patch | 34 @@ -138,6 +138,7 @@ xasprintf(const char *format, ...)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | libiberty.h | 654 extern char *xasprintf (const char *, ...) ATTRIBUTE_MALLOC ATTRIBUTE_PRINTF_1;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | libiberty.h | 654 extern char *xasprintf (const char *, ...) ATTRIBUTE_MALLOC ATTRIBUTE_PRINTF_1;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 1093 + xasprintf(char **strp, const char *fmt, ...)
|