Searched refs:vasprintf (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/libkern/ |
| H A D | asprintf.c | 37 vasprintf(char **buf, struct malloc_type *mtp, const char *format, va_list va) in vasprintf() function 73 ret = vasprintf(buf, mtp, format, va); in asprintf()
|
| /f-stack/freebsd/contrib/libnv/ |
| H A D | nv_impl.h | 62 #define nv_vasprintf(ptr, ...) vasprintf(ptr, M_NVLIST, __VA_ARGS__) 77 #define nv_vasprintf(ptr, ...) vasprintf(ptr, __VA_ARGS__)
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_trace_ctf.c | 25 rc = vasprintf(str, fmt, ap); in metadata_printf()
|
| /f-stack/tools/libnetgraph/ |
| H A D | msg.c | 125 vasprintf(&buf, fmt, fmtargs); in NgSendAsciiMsg()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 949 VERIFY(vasprintf(&buf, fmt, adx_copy) != -1); in kmem_vasprintf() 962 VERIFY(vasprintf(&buf, fmt, adx) != -1); in kmem_asprintf()
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 328 int vasprintf(char **ret, struct malloc_type *mtp, const char *format,
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_util.c | 781 err = vasprintf(&ret, fmt, ap); in zfs_asprintf()
|