Searched refs:xasprintf (Results 1 – 9 of 9) sorted by relevance
| /openbmc/openbmc/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);
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | srcpos.c | 255 xasprintf(&pos_str, "%s:%d.%d-%d.%d", fname, in srcpos_string() 259 xasprintf(&pos_str, "%s:%d.%d-%d", fname, in srcpos_string() 263 xasprintf(&pos_str, "%s:%d.%d", fname, in srcpos_string()
|
| H A D | util.h | 74 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() 880 xasprintf(&entry, "%s:%s:%u", in add_fixup_entry()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcf/netcf/ |
| H A D | 0001-Adopt-to-new-gnulib-read_file-fread_file-signature.patch | 26 xasprintf(&path, "/sys/class/net/%s/operstate", ifname); 35 xasprintf(&path, "/sys/class/net/%s/speed", ifname);
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/ |
| H A D | 0001-Check-and-use-strlcpy-from-libc-before-defining-own.patch | 36 @@ -138,6 +138,7 @@ xasprintf(const char *format, ...)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/bubblewrap/bubblewrap/ |
| H A D | 0001-Use-stdbool.h-for-booleans.patch | 96 string = xasprintf ("Unable to find \"%s\" in mount table", failing_path); 151 output = xasprintf ("{ \"exit-code\": %i }\n", exitc); 389 output = xasprintf (",%s\"%s-namespace\": %ju", 467 cleanup_free char *output = xasprintf ("{\n \"child-pid\": %i", pid); 478 cleanup_free char *output = xasprintf ("{ \"child-pid\": %i", pid);
|
| /openbmc/openbmc/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, ...)
|