Searched refs:vsnprintf (Results 51 - 75 of 295) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/
H A Dh_macros.h64 vsnprintf(buf, sizeof(buf), fmt, ap);
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dpam_vprompt.c80 vsnprintf(msgbuf, PAM_MAX_MSG_SIZE, fmt, ap);
102 * arguments using =vsnprintf, and passes it to the given PAM context's
/freebsd-11-stable/contrib/libpcap/
H A Dportability.h106 * and define vsnprintf to be _vsnprintf, as we're relying on null-
118 * #defining them to be snprintf or vsnprintf, respectively, or by
129 #define pcap_vsnprintf vsnprintf
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Dmain.c148 vsnprintf(prompt, sizeof(prompt), fmt, ap);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_safe_c_api.h55 #define KMP_VSNPRINTF vsnprintf
/freebsd-11-stable/sys/kern/
H A Dkern_kthread.c116 vsnprintf(p2->p_comm, sizeof(p2->p_comm), fmt, ap);
120 vsnprintf(td->td_name, sizeof(td->td_name), fmt, ap);
285 vsnprintf(newtd->td_name, sizeof(newtd->td_name), fmt, ap);
461 vsnprintf(td->td_name, sizeof(td->td_name), fmt, ap);
469 vsnprintf(buf, sizeof(buf), fmt, ap);
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dapplication.cpp50 using ::vsnprintf;
68 std::vsnprintf(m_text, sizeof(m_text), fmt, ap);
/freebsd-11-stable/contrib/gcclibs/libssp/
H A DMakefile.am34 vsnprintf-chk.c vsprintf-chk.c
/freebsd-11-stable/contrib/ldns/
H A Dbuffer.c111 written = vsnprintf((char *) ldns_buffer_current(buffer), remaining,
123 written = vsnprintf((char *) ldns_buffer_current(buffer),
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsubr.c59 return (vsnprintf(str + len, size - len, fmt, ap));
121 (void)vsnprintf(msg, sizeof(msg), fmt, ap);
/freebsd-11-stable/sys/dev/nand/
H A Dnandsim_log.c121 len = vsnprintf(tmp, NANDSIM_ENTRY_SIZE - 1, fmt, ap);
155 len = vsnprintf(tmp, NANDSIM_ENTRY_SIZE - 1, fmt, ap);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/ssp/
H A Dt_ssp.sh112 atf_test_case vsnprintf
115 atf_set "descr" "Checks vsnprintf(3)"
449 atf_add_test_case vsnprintf
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DPrettyStackTrace.cpp223 const int SizeOrError = vsnprintf(nullptr, 0, Format, AP);
232 vsnprintf(Str.data(), Size, Format, AP);
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h59 using std::vsnprintf;
/freebsd-11-stable/contrib/dma/
H A Ddma-mbox-create.c66 vsnprintf(outs, sizeof(outs), fmt, ap);
H A Dutil.c130 vsnprintf(sufx, sizeof(sufx), fmt, ap);
148 vsnprintf(outs, sizeof(outs), fmt, ap);
173 vsnprintf(outs, sizeof(outs), fmt, ap);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsetproctitle.c147 r = vsnprintf(buf + len, sizeof(buf) - len , fmt, ap);
/freebsd-11-stable/lib/libc/gen/
H A Dsetproctitle.c101 (void) vsnprintf(buf + len, SPT_BUFSIZE - len, fmt, ap);
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dprintbasic_test.c80 vsnprintf(s, sizeof(s), fmt, ap);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformFuchsia.c55 int ret = vsnprintf(s, sizeof(s), fmt, ap);
/freebsd-11-stable/lib/libsm/
H A DMakefile31 vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c \
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dstring.c154 n = vsnprintf(target, size, format, args);
176 (void)vsnprintf(target, size, format, args);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.h195 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
203 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
204 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
205 # define vsnprintf _vsnprintf macro
/freebsd-11-stable/crypto/openssh/
H A Dopacket.c322 vsnprintf(buf, sizeof(buf), fmt, args);
334 vsnprintf(buf, sizeof(buf), fmt, args);
/freebsd-11-stable/contrib/atf/atf-c/
H A Derror.c206 vsnprintf(data.m_what, sizeof(data.m_what), fmt, ap);

Completed in 202 milliseconds

1234567891011>>