Home
last modified time | relevance | path

Searched refs:strp (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/block/
H A Dnfs.c417 char *file = NULL, *strp = NULL; in nfs_client_open() local
423 strp = strrchr(client->path, '/'); in nfs_client_open()
424 if (strp == NULL) { in nfs_client_open()
428 file = g_strdup(strp); in nfs_client_open()
429 *strp = 0; in nfs_client_open()
546 *strp = '/'; in nfs_client_open()
/openbmc/u-boot/scripts/dtc/
H A Dutil.h74 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
H A Dutil.c50 int xasprintf(char **strp, const char *fmt, ...) in xasprintf() argument
75 *strp = p; in xasprintf()
/openbmc/u-boot/include/
H A Dcros_ec.h348 int cros_ec_read_build_info(struct udevice *dev, char **strp);
/openbmc/qemu/pc-bios/dtb/
H A Dpetalogix-ml605.dts157 xlnx,rxvlan-strp = < 0x00 >;
163 xlnx,txvlan-strp = < 0x00 >;
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch1093 + xasprintf(char **strp, const char *fmt, ...)
1098 + ret = vasprintf(&(*strp), fmt, args);
1106 +xvasprintf(char **strp, const char *fmt, va_list ap)
1108 + int ret = vasprintf(&(*strp), fmt, ap);
/openbmc/u-boot/drivers/misc/
H A Dcros_ec.c457 int cros_ec_read_build_info(struct udevice *dev, char **strp) in cros_ec_read_build_info() argument
460 (uint8_t **)strp, EC_PROTO2_MAX_PARAM_SIZE) < 0) in cros_ec_read_build_info()