Home
last modified time | relevance | path

Searched refs:vsprintf (Results 1 – 25 of 62) sorted by relevance

123

/freebsd-14.2/contrib/ntp/sntp/libopts/compat/
H A Dsnprintf.c37 rp = vsprintf(str, fmt, ap); in snprintf()
43 rval = vsprintf(str, fmt, ap); in snprintf()
58 return (strlen(vsprintf(str, fmt, ap))); in vsnprintf()
60 return (vsprintf(str, fmt, ap)); in vsnprintf()
/freebsd-14.2/contrib/gdtoa/
H A Dstdio1.h89 #undef vsprintf
99 #define vsprintf Vsprintf macro
/freebsd-14.2/contrib/ofed/opensm/opensm/
H A Dosm_log.c137 vsprintf(buffer, p_str, args); in osm_log()
140 vsprintf(buffer + n, p_str, args); in osm_log()
251 vsprintf(buffer, p_str, args); in osm_log_v2()
254 vsprintf(buffer + n, p_str, args); in osm_log_v2()
/freebsd-14.2/contrib/tcp_wrappers/
H A Dmyvsyslog.c26 vsprintf(obuf, percent_m(fbuf, format), ap); in myvsyslog()
/freebsd-14.2/contrib/netbsd-tests/lib/libc/ssp/
H A Dt_ssp.sh70 atf_test_case vsprintf
447 atf_add_test_case vsprintf
H A Dh_vsprintf.c45 (void)vsprintf(b, fmt, ap); in wrap()
/freebsd-14.2/lib/libc/stdio/
H A Dsprintf.c56 ret = vsprintf(str, fmt, ap); in sprintf()
H A Dvsprintf.c66 vsprintf(char * __restrict str, const char * __restrict fmt, __va_list ap) in vsprintf() function
H A DMakefile.inc25 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \
75 printf.3 vsprintf.3
H A DSymbol.map98 vsprintf;
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c244 vsprintf(my_buffer, fmt, ap); in NCURSES_SP_NAME()
281 vsprintf(my_buffer, fmt, ap); in NCURSES_SP_NAME()
/freebsd-14.2/sys/contrib/ncsw/etc/
H A Dsprint.c54 i=vsprintf(buf,fmt,args); in Sprint()
/freebsd-14.2/sys/contrib/ncsw/inc/
H A Dstdlib_ext.h151 int vsprintf(char *buf, const char *fmt, va_list args);
/freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcmn_err.h109 extern char *vsprintf(char *, const char *, __va_list)
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdio.inc58 using ::vsprintf;
/freebsd-14.2/crypto/heimdal/lib/roken/
H A Dsnprintf.c554 ret2 = vsprintf (tmp, format, args); in rk_snprintf()
586 ret2 = vsprintf (tmp, format, args); in rk_asprintf()
616 ret2 = vsprintf (tmp, format, args); in rk_asnprintf()
/freebsd-14.2/contrib/ntp/include/
H A Dl_stdlib.h155 extern int vsprintf (char *, const char *, ...);
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dcstdio.inc58 using std::vsprintf;
/freebsd-14.2/contrib/libpcap/rpcapd/
H A Dlog.c158 vsprintf(msgbuf, message, ap); in rpcapd_vlog_systemlog()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dcstdio68 int vsprintf(char* restrict s, const char* restrict format, va_list arg);
134 using ::vsprintf _LIBCPP_USING_IF_EXISTS;
/freebsd-14.2/contrib/libpcap/lbl/
H A Dos-sunos4.h185 int vsprintf(char *, const char *, ...);
/freebsd-14.2/contrib/tcpdump/lbl/
H A Dos-sunos4.h185 int vsprintf(char *, const char *, ...);
/freebsd-14.2/contrib/byacc/
H A Dmstring.c60 len = (size_t) vsprintf(buf_ptr, fmt, args); in msprintf()
/freebsd-14.2/contrib/dialog/samples/install/
H A Dsetup.c49 vsprintf(sh, s, ap); in my_system()
/freebsd-14.2/sys/contrib/zlib/
H A Dgzwrite.c397 (void)vsprintf(next, format, va); in gzvprintf()
401 len = vsprintf(next, format, va); in gzvprintf()

123