/freebsd/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()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | debug.c | 24 vasprintf(&str, M_KMALLOC, fmt, args); in ath11k_info() 48 vasprintf(&str, M_KMALLOC, fmt, args); in ath11k_err() 75 vasprintf(&str, M_KMALLOC, fmt, args); in ath11k_warn() 105 vasprintf(&str, M_KMALLOC, fmt, args); in __ath11k_dbg()
|
/freebsd/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()
|
/freebsd/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/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()
|
/freebsd/sys/libkern/ |
H A D | asprintf.c | 34 vasprintf(char **buf, struct malloc_type *mtp, const char *format, va_list va) in vasprintf() function 70 ret = vasprintf(buf, mtp, format, va); in asprintf()
|
/freebsd/usr.sbin/nscd/ |
H A D | log.c | 45 vasprintf(&fmessage, message, ap); in __log_msg() 66 vasprintf(&ferror, error, ap); in __log_err()
|
/freebsd/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()
|
/freebsd/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()
|
/freebsd/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()
|
/freebsd/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()
|
/freebsd/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/contrib/file/src/ |
H A D | asprintf.c | 41 retval = vasprintf(ptr, fmt, vargs); in asprintf()
|
/freebsd/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/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
|
/freebsd/lib/libypclnt/ |
H A D | ypclnt_error.c | 55 vasprintf(&errmsg, fmt, ap); in ypclnt_error()
|
/freebsd/lib/libc/stdio/ |
H A D | asprintf.c | 51 ret = vasprintf(s, fmt, ap); in asprintf()
|
H A D | vasprintf.c | 71 vasprintf(char **str, const char *fmt, __va_list ap) in vasprintf() function
|
H A D | Makefile.inc | 21 tmpnam.c ungetc.c ungetwc.c vasprintf.c vdprintf.c vfprintf.c \ 94 printf.3 vasprintf.3 \
|
/freebsd/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__)
|
/freebsd/usr.bin/diff/ |
H A D | xmalloc.c | 78 i = vasprintf(ret, fmt, ap); in xasprintf()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/common/ |
H A D | memory.c | 54 ret = vasprintf(s, fmt, ap); in xasprintf()
|
/freebsd/contrib/wireguard-tools/ |
H A D | terminal.c | 43 len = vasprintf(&str, fmt, args); in filter_ansi()
|