| /freebsd-13.1/contrib/openpam/lib/libpam/ |
| H A D | openpam_vasprintf.h | 37 #undef vasprintf 38 #define vasprintf(arg, ...) openpam_vasprintf(arg, __VA_ARGS__) macro
|
| H A D | openpam_asprintf.c | 52 ret = vasprintf(str, fmt, ap); in openpam_asprintf()
|
| /freebsd-13.1/usr.sbin/nscd/ |
| H A D | log.c | 47 vasprintf(&fmessage, message, ap); in __log_msg() 68 vasprintf(&ferror, error, ap); in __log_err()
|
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-debug.c | 52 vasprintf(&str, M_KMALLOC, fmt, args); \ 91 vasprintf(&str, M_KMALLOC, fmt, args2); in __iwl_err() 153 vasprintf(&str, M_KMALLOC, fmt, args); in __iwl_dbg()
|
| /freebsd-13.1/contrib/ntp/sntp/m4/ |
| H A D | snprintf.m4 | 217 # define HW_WANT_RPL_VASPRINTF and define vasprintf to rpl_vasprintf. 222 AC_REQUIRE([HW_FUNC_VSNPRINTF])dnl Our vasprintf(3) calls vsnprintf(3). 223 AC_CHECK_FUNCS([vasprintf], 227 [Define if `vasprintf' is available.]) 228 AC_MSG_CHECKING([if C99-snprintf replacement vasprintf will be used]) 237 [AC_DEFINE([vasprintf], [rpl_vasprintf], 251 # The same will be done for vasprintf, as if HW_FUNC_VASPRINTF were 255 AC_REQUIRE([HW_FUNC_VASPRINTF])dnl Our asprintf(3) calls vasprintf(3).
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | bsd-asprintf.c | 40 vasprintf(char **str, const char *fmt, va_list ap) in vasprintf() function 93 ret = vasprintf(str, fmt, ap); in asprintf()
|
| /freebsd-13.1/crypto/heimdal/lib/hx509/ |
| H A D | error.c | 105 if (vasprintf(&msg->msg, fmt, ap) == -1) { in hx509_set_error_stringv() 220 vasprintf(&str, fmt, ap); in hx509_err()
|
| /freebsd-13.1/lib/libnetbsd/ |
| H A D | efun.c | 147 if ((rv = vasprintf(ret, format, ap)) == -1) in easprintf() 157 if ((rv = vasprintf(ret, format, ap)) == -1) in evasprintf()
|
| /freebsd-13.1/contrib/file/src/ |
| H A D | asprintf.c | 41 retval = vasprintf(ptr, fmt, vargs); in asprintf()
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | test-vasprintf.c | 32 irc = vasprintf(ret, format, ap); in testfunc()
|
| H A D | compat_vasprintf.c | 37 vasprintf(char **ret, const char *format, va_list ap) in vasprintf() function
|
| H A D | mandoc_aux.c | 41 ret = vasprintf(dest, fmt, ap); in mandoc_asprintf()
|
| /freebsd-13.1/lib/libypclnt/ |
| H A D | ypclnt_error.c | 57 vasprintf(&errmsg, fmt, ap); in ypclnt_error()
|
| /freebsd-13.1/crypto/heimdal/lib/krb5/ |
| H A D | error_string.c | 114 r = vasprintf(&context->error_string, fmt, args); in krb5_vset_error_message() 174 if (vasprintf(&str, fmt, args) < 0 || str == NULL) { in krb5_vprepend_error_message()
|
| /freebsd-13.1/lib/libc/stdio/ |
| H A D | asprintf.c | 54 ret = vasprintf(s, fmt, ap); in asprintf()
|
| H A D | vasprintf.c | 73 vasprintf(char **str, const char *fmt, __va_list ap) in vasprintf() function
|
| H A D | Makefile.inc | 24 tmpnam.c ungetc.c ungetwc.c vasprintf.c vdprintf.c vfprintf.c \ 74 printf.3 vasprintf.3 printf.3 vdprintf.3 \
|
| /freebsd-13.1/sys/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__)
|
| /freebsd-13.1/usr.bin/diff/ |
| H A D | xmalloc.c | 81 i = vasprintf(ret, fmt, ap); in xasprintf()
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | portability.h | 146 #define pcap_vasprintf vasprintf
|
| /freebsd-13.1/crypto/heimdal/lib/roken/ |
| H A D | strpool.c | 78 len = vasprintf(&str, fmt, ap); in rk_strpoolprintf()
|
| H A D | vsyslog.c | 104 ret = vasprintf (&buf, fmt2, ap); in vsyslog()
|
| /freebsd-13.1/share/examples/tests/tests/tap/ |
| H A D | printf_test.c | 62 if (vasprintf(&msg, fmt, ap) == -1) in fail()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | xmalloc.c | 103 i = vasprintf(ret, fmt, ap); in xvasprintf()
|