Searched refs:strp (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/block/ |
| H A D | nfs.c | 417 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 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() argument 75 *strp = p; in xasprintf()
|
| /openbmc/u-boot/include/ |
| H A D | cros_ec.h | 348 int cros_ec_read_build_info(struct udevice *dev, char **strp);
|
| /openbmc/qemu/pc-bios/dtb/ |
| H A D | petalogix-ml605.dts | 157 xlnx,rxvlan-strp = < 0x00 >; 163 xlnx,txvlan-strp = < 0x00 >;
|
| /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, ...) 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 D | cros_ec.c | 457 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()
|