| /src/contrib/pam-krb5/portable/ |
| H A D | asprintf.c | 35 # undef vasprintf 37 # define vasprintf test_vasprintf macro 52 status = vasprintf(strp, fmt, args); in asprintf() 59 vasprintf(char **strp, const char *fmt, va_list args) in vasprintf() function
|
| H A D | pam_vsyslog.c | 51 if (vasprintf(&msg, fmt, args) < 0) { in pam_vsyslog()
|
| H A D | system.h | 133 extern int vasprintf(char **, const char *, va_list)
|
| /src/sys/contrib/dev/athk/ath12k/ |
| H A D | debug.c | 25 vasprintf(&str, M_KMALLOC, fmt, args); in ath12k_info() 48 vasprintf(&str, M_KMALLOC, fmt, args); in ath12k_err() 74 vasprintf(&str, M_KMALLOC, fmt, args); in ath12k_warn() 103 vasprintf(&str, M_KMALLOC, fmt, args); in __ath12k_dbg()
|
| /src/contrib/openpam/lib/libpam/ |
| H A D | openpam_vasprintf.h | 35 #undef vasprintf 36 #define vasprintf(arg, ...) openpam_vasprintf(arg, __VA_ARGS__) macro
|
| H A D | openpam_asprintf.c | 50 ret = vasprintf(str, fmt, ap); in openpam_asprintf()
|
| /src/sys/contrib/dev/athk/ath11k/ |
| H A D | debug.c | 27 vasprintf(&str, M_KMALLOC, fmt, args); in ath11k_info() 51 vasprintf(&str, M_KMALLOC, fmt, args); in ath11k_err() 78 vasprintf(&str, M_KMALLOC, fmt, args); in ath11k_warn() 108 vasprintf(&str, M_KMALLOC, fmt, args); in __ath11k_dbg()
|
| /src/usr.sbin/nscd/ |
| H A D | log.c | 45 vasprintf(&fmessage, message, ap); in __log_msg() 66 vasprintf(&ferror, error, ap); in __log_err()
|
| /src/sys/libkern/ |
| H A D | asprintf.c | 33 vasprintf(char **buf, struct malloc_type *mtp, const char *format, va_list va) in vasprintf() function 69 ret = vasprintf(buf, mtp, format, va); in asprintf()
|
| /src/contrib/llvm-project/libcxx/src/ |
| H A D | verbose_abort.cpp | 52 vasprintf(&buffer, format, list); in __libcpp_verbose_abort() 55 vasprintf(&buffer, format, list); in __libcpp_verbose_abort()
|
| /src/sys/contrib/openzfs/lib/libspl/ |
| H A D | kmem.c | 38 VERIFY(vasprintf(&buf, fmt, adx_copy) != -1); in kmem_vasprintf() 51 VERIFY(vasprintf(&buf, fmt, adx) != -1); in kmem_asprintf()
|
| /src/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], definition 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).
|
| /src/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-debug.c | 52 vasprintf(&str, M_KMALLOC, vaf.fmt, args); \ 91 vasprintf(&str, M_KMALLOC, vaf.fmt, args2); in __iwl_err() 159 vasprintf(&str, M_KMALLOC, vaf.fmt, args); in __iwl_dbg()
|
| /src/contrib/libfido2/openbsd-compat/ |
| H A D | bsd-asprintf.c | 35 vasprintf(char **str, const char *fmt, va_list ap) in vasprintf() function 83 ret = vasprintf(str, fmt, ap); in asprintf()
|
| /src/crypto/openssh/openbsd-compat/ |
| H A D | bsd-asprintf.c | 41 vasprintf(char **str, const char *fmt, va_list ap) in vasprintf() function 94 ret = vasprintf(str, fmt, ap); in asprintf()
|
| /src/lib/libnetbsd/ |
| H A D | efun.c | 146 if ((rv = vasprintf(ret, format, ap)) == -1) in easprintf() 156 if ((rv = vasprintf(ret, format, ap)) == -1) in evasprintf()
|
| /src/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()
|
| /src/contrib/file/src/ |
| H A D | asprintf.c | 41 retval = vasprintf(ptr, fmt, vargs); in asprintf()
|
| /src/contrib/mandoc/ |
| H A D | test-vasprintf.c | 32 irc = vasprintf(ret, format, ap); in testfunc()
|
| H A D | compat_vasprintf.c | 30 vasprintf(char **ret, const char *format, va_list ap) in vasprintf() function
|
| /src/contrib/pam-krb5/tests/tap/ |
| H A D | string.c | 49 status = vasprintf(strp, fmt, args); in bvasprintf()
|
| /src/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()
|
| /src/lib/libypclnt/ |
| H A D | ypclnt_error.c | 55 vasprintf(&errmsg, fmt, ap); in ypclnt_error()
|
| /src/lib/libc/stdio/ |
| H A D | asprintf.c | 51 ret = vasprintf(s, fmt, ap); in asprintf()
|
| /src/sys/contrib/libnv/ |
| H A D | nv_impl.h | 70 #define nv_vasprintf(ptr, ...) vasprintf(ptr, M_NVLIST, __VA_ARGS__) 85 #define nv_vasprintf(ptr, ...) vasprintf(ptr, __VA_ARGS__)
|