Home
last modified time | relevance | path

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

123456789

/netbsd-src/external/bsd/ntp/dist/sntp/libopts/compat/
H A Dsnprintf.c39 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 Dvsprintf.c56 #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 Dvsnprintf.c26 (void)vsprintf(str, fmt, ap);
29 return (vsprintf(str, fmt, ap));
H A Dsnprintf.c37 (void)vsprintf(str, fmt, ap);
41 rval = vsprintf(str, fmt, ap);
/netbsd-src/lib/libc/ssp/
H A Dvsprintf_chk.c42 #undef vsprintf
53 rv = vsprintf(buf, fmt, ap); in __vsprintf_chk()
H A Dsprintf_chk.c43 #undef vsprintf
55 rv = vsprintf(buf, fmt, ap); in __sprintf_chk()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dvsprintf.c32 #undef vsprintf
37 vsprintf (char *buf, const char *format, va_list ap) in vsprintf() function
H A Dxvasprintf.c59 vsprintf (result, format, args); in xvasprintf()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dvsprintf.c32 #undef vsprintf
37 vsprintf (char *buf, const char *format, va_list ap) in vsprintf() function
H A Dxvasprintf.c59 vsprintf (result, format, args); in xvasprintf()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dvsprintf.c32 #undef vsprintf
37 vsprintf (char *buf, const char *format, va_list ap) in vsprintf() function
H A Dxvasprintf.c59 vsprintf (result, format, args); in xvasprintf()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dvsprintf.c32 #undef vsprintf
37 vsprintf (char *buf, const char *format, va_list ap) in vsprintf() function
H A Dxvasprintf.c59 vsprintf (result, format, args); in xvasprintf()
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ssp/
H A Dstdio.h46 #undef vsprintf
61 #define vsprintf(str, fmt, ap) \ macro
/netbsd-src/external/gpl3/gcc/dist/libssp/ssp/
H A Dstdio.h46 #undef vsprintf
61 #define vsprintf(str, fmt, ap) \ macro
/netbsd-src/external/gpl2/gettext/include/
H A Dlibgnuintl.h352 #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 Dt_ssp.sh53 atf_test_case vsprintf
303 atf_add_test_case vsprintf
H A Dh_vsprintf.c45 (void)vsprintf(b, fmt, ap); in wrap()
/netbsd-src/external/lgpl3/gmp/dist/printf/
H A Drepl-vsnprintf.c368 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 Dstdio.in.h1679 # 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 Dvsprintf-chk.c54 done = vsprintf (s, format, arg); in __vsprintf_chk()
H A Dsprintf-chk.c57 done = vsprintf (s, format, arg); in __sprintf_chk()
/netbsd-src/external/gpl3/gcc.old/dist/libssp/
H A Dvsprintf-chk.c54 done = vsprintf (s, format, arg); in __vsprintf_chk()
H A Dsprintf-chk.c57 done = vsprintf (s, format, arg); in __sprintf_chk()

123456789