| /freebsd-12.1/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-12.1/contrib/gcclibs/libiberty/ |
| H A D | vsprintf.c | 32 #undef vsprintf 37 vsprintf (char *buf, const char *format, va_list ap) in vsprintf() function
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | vsprintf.c | 32 #undef vsprintf 37 vsprintf (char *buf, const char *format, va_list ap) in vsprintf() function
|
| /freebsd-12.1/contrib/gdtoa/ |
| H A D | stdio1.h | 89 #undef vsprintf 99 #define vsprintf Vsprintf macro
|
| /freebsd-12.1/contrib/gcclibs/libssp/ssp/ |
| H A D | stdio.h | 47 #undef vsprintf 62 #define vsprintf(str, fmt, ap) \ macro
|
| /freebsd-12.1/contrib/libstdc++/include/c_std/ |
| H A D | std_cstdio.h | 96 #undef vsprintf 143 using ::vsprintf;
|
| /freebsd-12.1/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-12.1/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-12.1/contrib/ncurses/ncurses/base/ |
| H A D | safe_sprintf.c | 243 vsprintf(my_buffer, fmt, ap); in NCURSES_SP_NAME() 264 vsprintf(my_buffer, fmt, ap); /* ANSI */ in NCURSES_SP_NAME()
|
| /freebsd-12.1/contrib/tcp_wrappers/ |
| H A D | myvsyslog.c | 29 vsprintf(obuf, percent_m(fbuf, format), ap);
|
| /freebsd-12.1/contrib/gcclibs/libssp/ |
| H A D | vsprintf-chk.c | 56 done = vsprintf (s, format, arg); in __vsprintf_chk()
|
| H A D | sprintf-chk.c | 58 done = vsprintf (s, format, arg); in __sprintf_chk()
|
| /freebsd-12.1/lib/libc/stdio/ |
| H A D | sprintf.c | 59 ret = vsprintf(str, fmt, ap); in sprintf()
|
| H A D | vsprintf.c | 67 vsprintf(char * __restrict str, const char * __restrict fmt, __va_list ap) in vsprintf() function
|
| H A D | Makefile.inc | 26 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \ 72 printf.3 vsprintf.3
|
| /freebsd-12.1/sys/contrib/ncsw/etc/ |
| H A D | sprint.c | 54 i=vsprintf(buf,fmt,args); in Sprint()
|
| /freebsd-12.1/contrib/tcpdump/missing/ |
| H A D | snprintf.c | 476 ret2 = vsprintf (tmp, format, args); in snprintf() 507 ret2 = vsprintf (tmp, format, args); 537 ret2 = vsprintf (tmp, format, args);
|
| /freebsd-12.1/sys/contrib/ncsw/inc/ |
| H A D | stdlib_ext.h | 151 int vsprintf(char *buf, const char *fmt, va_list args);
|
| /freebsd-12.1/contrib/libstdc++/config/locale/generic/ |
| H A D | c_locale.h | 82 const int __ret = std::vsprintf(__out, __fmt, __args); in __convert_from_v()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | cmn_err.h | 109 extern char *vsprintf(char *, const char *, __va_list)
|
| /freebsd-12.1/contrib/libstdc++/config/locale/gnu/ |
| H A D | c_locale.h | 96 const int __ret = std::vsprintf(__out, __fmt, __args); in __convert_from_v()
|
| /freebsd-12.1/contrib/libstdc++/include/c/ |
| H A D | std_cstdio.h | 82 #undef vsprintf
|
| /freebsd-12.1/gnu/lib/libssp/ |
| H A D | Makefile | 23 vsnprintf-chk.c vsprintf-chk.c
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | cstdio | 69 int vsprintf(char* restrict s, const char* restrict format, va_list arg); 125 using ::vsprintf;
|