Home
last modified time | relevance | path

Searched refs:xasprintf (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dsrcpos.c51 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 Dutil.h65 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
H A Dutil.c70 int xasprintf(char **strp, const char *fmt, ...) in xasprintf() function
H A Dlivetree.c248 xasprintf(&name, "fragment@%u", in add_orphan_node()
899 xasprintf(&entry, "%s:%s:%u", in add_fixup_entry()
H A Dchecks.c81 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 Dsrcpos.c260 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 Dutil.h71 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
H A Dutil.c50 int xasprintf(char **strp, const char *fmt, ...) in xasprintf() function
H A Dlivetree.c232 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 D0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch34 - return xasprintf("%s:%s", host, serv);
35 + return xasprintf("%s:%s", printable_string(host), serv);
/OK3568_Linux_fs/buildroot/package/busybox/
H A D0003-libbb-sockaddr2str-ensure-only-printable-characters-.patch35 - return xasprintf("%s:%s", host, serv);
36 + return xasprintf("%s:%s", printable_string(host), serv);
H A D0006-Support-PARTLABEL.patch74 + uevent = xasprintf("/sys/dev/block/%d:%d/uevent",
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/
H A D0001-Check-and-use-strlcpy-from-libc-before-defining-own.patch34 @@ -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 Dlibiberty.h654 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 Dlibiberty.h654 extern char *xasprintf (const char *, ...) ATTRIBUTE_MALLOC ATTRIBUTE_PRINTF_1;
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch1093 + xasprintf(char **strp, const char *fmt, ...)