Home
last modified time | relevance | path

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

123

/freebsd/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/lib/libc/secure/
H A Dvsprintf_chk.c40 #undef vsprintf
50 rv = vsprintf(buf, fmt, ap); in __vsprintf_chk()
H A Dsprintf_chk.c41 #undef vsprintf
52 rv = vsprintf(buf, fmt, ap); in __sprintf_chk()
/freebsd/lib/libc/stdio/
H A Dvsprintf.c45 #undef vsprintf /* _FORTIFY_SOURCE */
63 vsprintf(char * __restrict str, const char * __restrict fmt, __va_list ap) in vsprintf() function
H A Dsprintf.c55 ret = vsprintf(str, fmt, ap); in sprintf()
H A DMakefile.inc24 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \
100 printf.3 vsprintf.3
H A DSymbol.map97 vsprintf;
/freebsd/contrib/gdtoa/
H A Dstdio1.h89 #undef vsprintf
99 #define vsprintf Vsprintf macro
/freebsd/contrib/tcp_wrappers/
H A Dmyvsyslog.c26 vsprintf(obuf, percent_m(fbuf, format), ap); in myvsyslog()
/freebsd/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/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/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c244 vsprintf(my_buffer, fmt, ap); in NCURSES_SP_NAME()
265 vsprintf(my_buffer, fmt, ap); /* ISO/ANSI C, 1989 */ in NCURSES_SP_NAME()
/freebsd/sys/contrib/ncsw/etc/
H A Dsprint.c54 i=vsprintf(buf,fmt,args); in Sprint()
/freebsd/sys/contrib/ncsw/inc/
H A Dstdlib_ext.h151 int vsprintf(char *buf, const char *fmt, va_list args);
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcmn_err.h109 extern char *vsprintf(char *, const char *, __va_list)
/freebsd/include/ssp/
H A Dstdio.h62 #define vsprintf(str, fmt, ap) __extension__ ({ \ macro
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdio.inc58 using ::vsprintf;
/freebsd/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/contrib/ntp/include/
H A Dl_stdlib.h155 extern int vsprintf (char *, const char *, ...);
/freebsd/contrib/libpcap/rpcapd/
H A Dlog.c160 vsprintf(msgbuf, message, ap); in rpcapd_vlog_systemlog()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstdio.inc58 using std::vsprintf;
/freebsd/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/contrib/tcpdump/lbl/
H A Dos-sunos4.h185 int vsprintf(char *, const char *, ...);
/freebsd/contrib/libpcap/lbl/
H A Dos-sunos4.h185 int vsprintf(char *, const char *, ...);

123