/netbsd-src/external/bsd/ntp/dist/sntp/libopts/compat/ |
H A D | snprintf.c | 39 rp = vsprintf(str, fmt, ap); in snprintf() 45 rval = vsprintf(str, fmt, ap); in snprintf() 60 return (strlen(vsprintf(str, fmt, ap))); in vsnprintf() 62 return (vsprintf(str, fmt, ap)); in vsnprintf()
|
/netbsd-src/lib/libc/stdio/ |
H A D | vsprintf.c | 56 #undef vsprintf 84 vsprintf(char *str, const char *fmt, va_list ap) in vsprintf() function 109 ret = vsprintf(str, fmt, ap); in sprintf()
|
/netbsd-src/external/bsd/nvi/dist/clib/ |
H A D | vsnprintf.c | 26 (void)vsprintf(str, fmt, ap); 29 return (vsprintf(str, fmt, ap));
|
H A D | snprintf.c | 37 (void)vsprintf(str, fmt, ap); 41 rval = vsprintf(str, fmt, ap);
|
/netbsd-src/lib/libc/ssp/ |
H A D | vsprintf_chk.c | 42 #undef vsprintf 53 rv = vsprintf(buf, fmt, ap); in __vsprintf_chk()
|
H A D | sprintf_chk.c | 43 #undef vsprintf 55 rv = vsprintf(buf, fmt, ap); in __sprintf_chk()
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | vsprintf.c | 32 #undef vsprintf 37 vsprintf (char *buf, const char *format, va_list ap) in vsprintf() function
|
H A D | xvasprintf.c | 59 vsprintf (result, format, args); in xvasprintf()
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | vsprintf.c | 32 #undef vsprintf 37 vsprintf (char *buf, const char *format, va_list ap) in vsprintf() function
|
H A D | xvasprintf.c | 59 vsprintf (result, format, args); in xvasprintf()
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | vsprintf.c | 32 #undef vsprintf 37 vsprintf (char *buf, const char *format, va_list ap) in vsprintf() function
|
H A D | xvasprintf.c | 59 vsprintf (result, format, args); in xvasprintf()
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | vsprintf.c | 32 #undef vsprintf 37 vsprintf (char *buf, const char *format, va_list ap) in vsprintf() function
|
H A D | xvasprintf.c | 59 vsprintf (result, format, args); in xvasprintf()
|
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ssp/ |
H A D | stdio.h | 46 #undef vsprintf 61 #define vsprintf(str, fmt, ap) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/libssp/ssp/ |
H A D | stdio.h | 46 #undef vsprintf 61 #define vsprintf(str, fmt, ap) \ macro
|
/netbsd-src/external/gpl2/gettext/include/ |
H A D | libgnuintl.h | 352 #undef vsprintf 353 #define vsprintf libintl_vsprintf macro 354 extern LIBINTL_DLL_EXPORTED int vsprintf (char *, const char *, va_list);
|
/netbsd-src/tests/lib/libc/ssp/ |
H A D | t_ssp.sh | 53 atf_test_case vsprintf 303 atf_add_test_case vsprintf
|
H A D | h_vsprintf.c | 45 (void)vsprintf(b, fmt, ap); in wrap()
|
/netbsd-src/external/lgpl3/gmp/dist/printf/ |
H A D | repl-vsnprintf.c | 368 vsprintf (buf, orig_fmt, orig_ap); in __gmp_replacement_vsnprintf() 376 vsprintf (s, orig_fmt, orig_ap); in __gmp_replacement_vsnprintf()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | stdio.in.h | 1679 # define vsprintf rpl_vsprintf 1682 _GL_FUNCDECL_RPL (vsprintf, int, 1687 _GL_CXXALIAS_RPL (vsprintf, int, 1694 _GL_CXXALIAS_SYS_CAST (vsprintf, int, 1699 _GL_CXXALIASWARN (vsprintf); 1702 # undef vsprintf 1704 _GL_WARN_ON_USE (vsprintf, "vsprintf is not always POSIX compliant - "
|
/netbsd-src/external/gpl3/gcc/dist/libssp/ |
H A D | vsprintf-chk.c | 54 done = vsprintf (s, format, arg); in __vsprintf_chk()
|
H A D | sprintf-chk.c | 57 done = vsprintf (s, format, arg); in __sprintf_chk()
|
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ |
H A D | vsprintf-chk.c | 54 done = vsprintf (s, format, arg); in __vsprintf_chk()
|
H A D | sprintf-chk.c | 57 done = vsprintf (s, format, arg); in __sprintf_chk()
|