Home
last modified time | relevance | path

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

12345

/freebsd-13.1/contrib/openpam/lib/libpam/
H A Dopenpam_vasprintf.h37 #undef vasprintf
38 #define vasprintf(arg, ...) openpam_vasprintf(arg, __VA_ARGS__) macro
H A Dopenpam_asprintf.c52 ret = vasprintf(str, fmt, ap); in openpam_asprintf()
/freebsd-13.1/usr.sbin/nscd/
H A Dlog.c47 vasprintf(&fmessage, message, ap); in __log_msg()
68 vasprintf(&ferror, error, ap); in __log_err()
/freebsd-13.1/sys/libkern/
H A Dasprintf.c37 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 Diwl-debug.c52 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 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-13.1/crypto/openssh/openbsd-compat/
H A Dbsd-asprintf.c40 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 Derror.c105 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 Defun.c147 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 Dasprintf.c41 retval = vasprintf(ptr, fmt, vargs); in asprintf()
/freebsd-13.1/contrib/mandoc/
H A Dtest-vasprintf.c32 irc = vasprintf(ret, format, ap); in testfunc()
H A Dcompat_vasprintf.c37 vasprintf(char **ret, const char *format, va_list ap) in vasprintf() function
H A Dmandoc_aux.c41 ret = vasprintf(dest, fmt, ap); in mandoc_asprintf()
/freebsd-13.1/lib/libypclnt/
H A Dypclnt_error.c57 vasprintf(&errmsg, fmt, ap); in ypclnt_error()
/freebsd-13.1/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-13.1/lib/libc/stdio/
H A Dasprintf.c54 ret = vasprintf(s, fmt, ap); in asprintf()
H A Dvasprintf.c73 vasprintf(char **str, const char *fmt, __va_list ap) in vasprintf() function
H A DMakefile.inc24 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 Dnv_impl.h62 #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 Dxmalloc.c81 i = vasprintf(ret, fmt, ap); in xasprintf()
/freebsd-13.1/contrib/libpcap/
H A Dportability.h146 #define pcap_vasprintf vasprintf
/freebsd-13.1/crypto/heimdal/lib/roken/
H A Dstrpool.c78 len = vasprintf(&str, fmt, ap); in rk_strpoolprintf()
H A Dvsyslog.c104 ret = vasprintf (&buf, fmt2, ap); in vsyslog()
/freebsd-13.1/share/examples/tests/tests/tap/
H A Dprintf_test.c62 if (vasprintf(&msg, fmt, ap) == -1) in fail()
/freebsd-13.1/crypto/openssh/
H A Dxmalloc.c103 i = vasprintf(ret, fmt, ap); in xvasprintf()

12345