| /freebsd-14.2/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-14.2/contrib/gdtoa/ |
| H A D | stdio1.h | 89 #undef vsprintf 99 #define vsprintf Vsprintf macro
|
| /freebsd-14.2/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-14.2/contrib/tcp_wrappers/ |
| H A D | myvsyslog.c | 26 vsprintf(obuf, percent_m(fbuf, format), ap); in myvsyslog()
|
| /freebsd-14.2/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-14.2/lib/libc/stdio/ |
| H A D | sprintf.c | 56 ret = vsprintf(str, fmt, ap); in sprintf()
|
| H A D | vsprintf.c | 66 vsprintf(char * __restrict str, const char * __restrict fmt, __va_list ap) in vsprintf() function
|
| H A D | Makefile.inc | 25 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \ 75 printf.3 vsprintf.3
|
| H A D | Symbol.map | 98 vsprintf;
|
| /freebsd-14.2/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-14.2/sys/contrib/ncsw/etc/ |
| H A D | sprint.c | 54 i=vsprintf(buf,fmt,args); in Sprint()
|
| /freebsd-14.2/sys/contrib/ncsw/inc/ |
| H A D | stdlib_ext.h | 151 int vsprintf(char *buf, const char *fmt, va_list args);
|
| /freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | cmn_err.h | 109 extern char *vsprintf(char *, const char *, __va_list)
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cstdio.inc | 58 using ::vsprintf;
|
| /freebsd-14.2/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-14.2/contrib/ntp/include/ |
| H A D | l_stdlib.h | 155 extern int vsprintf (char *, const char *, ...);
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cstdio.inc | 58 using std::vsprintf;
|
| /freebsd-14.2/contrib/libpcap/rpcapd/ |
| H A D | log.c | 158 vsprintf(msgbuf, message, ap); in rpcapd_vlog_systemlog()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | cstdio | 68 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 D | os-sunos4.h | 185 int vsprintf(char *, const char *, ...);
|
| /freebsd-14.2/contrib/tcpdump/lbl/ |
| H A D | os-sunos4.h | 185 int vsprintf(char *, const char *, ...);
|
| /freebsd-14.2/contrib/byacc/ |
| H A D | mstring.c | 60 len = (size_t) vsprintf(buf_ptr, fmt, args); in msprintf()
|
| /freebsd-14.2/contrib/dialog/samples/install/ |
| H A D | setup.c | 49 vsprintf(sh, s, ap); in my_system()
|
| /freebsd-14.2/sys/contrib/zlib/ |
| H A D | gzwrite.c | 397 (void)vsprintf(next, format, va); in gzvprintf() 401 len = vsprintf(next, format, va); in gzvprintf()
|