/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | snprintf.c | 37 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 D | vsprintf_chk.c | 40 #undef vsprintf 50 rv = vsprintf(buf, fmt, ap); in __vsprintf_chk()
|
H A D | sprintf_chk.c | 41 #undef vsprintf 52 rv = vsprintf(buf, fmt, ap); in __sprintf_chk()
|
/freebsd/lib/libc/stdio/ |
H A D | vsprintf.c | 46 #undef vsprintf /* _FORTIFY_SOURCE */ 65 vsprintf(char * __restrict str, const char * __restrict fmt, __va_list ap) in vsprintf() function
|
H A D | sprintf.c | 55 ret = vsprintf(str, fmt, ap); in sprintf()
|
H A D | Makefile.inc | 23 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \ 99 printf.3 vsprintf.3
|
H A D | Symbol.map | 97 vsprintf;
|
/freebsd/contrib/gdtoa/ |
H A D | stdio1.h | 89 #undef vsprintf 99 #define vsprintf Vsprintf macro
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_log.c | 137 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 D | t_ssp.sh | 70 atf_test_case vsprintf 447 atf_add_test_case vsprintf
|
H A D | h_vsprintf.c | 45 (void)vsprintf(b, fmt, ap); in wrap()
|
/freebsd/contrib/tcp_wrappers/ |
H A D | myvsyslog.c | 26 vsprintf(obuf, percent_m(fbuf, format), ap); in myvsyslog()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | safe_sprintf.c | 244 vsprintf(my_buffer, fmt, ap); in NCURSES_SP_NAME() 281 vsprintf(my_buffer, fmt, ap); in NCURSES_SP_NAME()
|
/freebsd/sys/contrib/ncsw/etc/ |
H A D | sprint.c | 54 i=vsprintf(buf,fmt,args); in Sprint()
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | stdlib_ext.h | 151 int vsprintf(char *buf, const char *fmt, va_list args);
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | cmn_err.h | 109 extern char *vsprintf(char *, const char *, __va_list)
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | snprintf.c | 554 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/include/ssp/ |
H A D | stdio.h | 82 #define vsprintf(str, fmt, ap) __extension__ ({ \ macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdio | 68 int vsprintf(char* restrict s, const char* restrict format, va_list arg); 133 using ::vsprintf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/ntp/include/ |
H A D | l_stdlib.h | 155 extern int vsprintf (char *, const char *, ...);
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | log.c | 158 vsprintf(msgbuf, message, ap); in rpcapd_vlog_systemlog()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstdio.inc | 58 using ::vsprintf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cstdio.cppm |
|
H A D | cstdio.inc | 58 using std::vsprintf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/tcpdump/lbl/ |
H A D | os-sunos4.h | 185 int vsprintf(char *, const char *, ...);
|