Home
last modified time | relevance | path

Searched refs:vasprintf (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddebug.c25 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/contrib/openpam/lib/libpam/
H A Dopenpam_vasprintf.h35 #undef vasprintf
36 #define vasprintf(arg, ...) openpam_vasprintf(arg, __VA_ARGS__) macro
H A Dopenpam_asprintf.c50 ret = vasprintf(str, fmt, ap); in openpam_asprintf()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebug.c24 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/usr.sbin/nscd/
H A Dlog.c45 vasprintf(&fmessage, message, ap); in __log_msg()
66 vasprintf(&ferror, error, ap); in __log_err()
/freebsd/sys/libkern/
H A Dasprintf.c34 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/contrib/llvm-project/libcxx/src/
H A Dverbose_abort.cpp52 vasprintf(&buffer, format, list); in __libcpp_verbose_abort()
55 vasprintf(&buffer, format, list); in __libcpp_verbose_abort()
/freebsd/contrib/ntp/sntp/m4/
H A Dsnprintf.m4217 # 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/sys/contrib/dev/iwlwifi/
H A Diwl-debug.c52 vasprintf(&str, M_KMALLOC, vaf.fmt, args); \
91 vasprintf(&str, M_KMALLOC, vaf.fmt, args2); in __iwl_err()
158 vasprintf(&str, M_KMALLOC, vaf.fmt, args); in __iwl_dbg()
/freebsd/contrib/libfido2/openbsd-compat/
H A Dbsd-asprintf.c35 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 Dbsd-asprintf.c41 vasprintf(char **str, const char *fmt, va_list ap) in vasprintf() function
94 ret = vasprintf(str, fmt, ap); in asprintf()
/freebsd/crypto/heimdal/lib/hx509/
H A Derror.c105 if (vasprintf(&msg->msg, fmt, ap) == -1) { in hx509_set_error_stringv()
220 vasprintf(&str, fmt, ap); in hx509_err()
/freebsd/lib/libnetbsd/
H A Defun.c146 if ((rv = vasprintf(ret, format, ap)) == -1) in easprintf()
156 if ((rv = vasprintf(ret, format, ap)) == -1) in evasprintf()
/freebsd/contrib/file/src/
H A Dasprintf.c41 retval = vasprintf(ptr, fmt, vargs); in asprintf()
/freebsd/contrib/mandoc/
H A Dtest-vasprintf.c32 irc = vasprintf(ret, format, ap); in testfunc()
H A Dcompat_vasprintf.c30 vasprintf(char **ret, const char *format, va_list ap) in vasprintf() function
/freebsd/lib/libypclnt/
H A Dypclnt_error.c55 vasprintf(&errmsg, fmt, ap); in ypclnt_error()
/freebsd/crypto/heimdal/lib/krb5/
H A Derror_string.c114 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/lib/libc/stdio/
H A Dasprintf.c51 ret = vasprintf(s, fmt, ap); in asprintf()
H A Dvasprintf.c70 vasprintf(char **str, const char *fmt, __va_list ap) in vasprintf() function
/freebsd/sys/contrib/libnv/
H A Dnv_impl.h62 #define nv_vasprintf(ptr, ...) vasprintf(ptr, M_NVLIST, __VA_ARGS__)
77 #define nv_vasprintf(ptr, ...) vasprintf(ptr, __VA_ARGS__)
/freebsd/usr.bin/diff/
H A Dxmalloc.c78 i = vasprintf(ret, fmt, ap); in xasprintf()
/freebsd/cddl/contrib/opensolaris/tools/ctf/common/
H A Dmemory.c54 ret = vasprintf(s, fmt, ap); in xasprintf()
/freebsd/contrib/wireguard-tools/
H A Dterminal.c43 len = vasprintf(&str, fmt, args); in filter_ansi()
/freebsd/crypto/heimdal/lib/roken/
H A Dstrpool.c78 len = vasprintf(&str, fmt, ap); in rk_strpoolprintf()

12345