Searched defs:asprintf (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_asprintf.h | 36 #define asprintf(arg, ...) openpam_asprintf(arg, __VA_ARGS__) macro
|
/freebsd/contrib/file/src/ |
H A D | asprintf.c | 35 int asprintf(char **ptr, const char *fmt, ...) in asprintf() function
|
/freebsd/lib/libc/stdio/ |
H A D | asprintf.c | 45 asprintf(char ** __restrict s, char const * __restrict fmt, ...) in asprintf() function
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-asprintf.c | 87 int asprintf(char **str, const char *fmt, ...) in asprintf() function
|
/freebsd/sys/libkern/ |
H A D | asprintf.c | 64 asprintf(char **buf, struct malloc_type *mtp, const char *format, ...) in asprintf() function
|
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | bsd-asprintf.c | 76 int asprintf(char **str, const char *fmt, ...) in asprintf() function
|
/freebsd/stand/libsa/ |
H A D | printf.c | 120 asprintf(char **buf, const char *cfmt, ...) in asprintf() function
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | roken.h.in | 328 #define asprintf rk_asprintf macro 446 #define asprintf rk_asprintf macro
|
/freebsd/contrib/ntp/libntp/ |
H A D | snprintf.c | 298 #define asprintf rpl_asprintf macro
|