| /netbsd-src/lib/libc/stdio/ |
| H A D | vsnprintf.c | 56 # define vsnprintf _vsnprintf 66 __weak_alias(vsnprintf,_vsnprintf) in __weak_alias() argument
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/support/win32/ |
| H A D | support.cpp | 27 int count = _vsnprintf( NULL, 0, format, ap_copy ); in __libcpp_vasprintf() 37 if (_vsnprintf(p, buffer_size, format, ap) != count) { in __libcpp_vasprintf()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | cryptlib.c | 22 # define _vsntprintf _vsnprintf 127 len = _vsnprintf((char *)buf, sizeof(buf), fmta, ap); in OPENSSL_showfatal()
|
| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | format_string.cpp | 66 result = _vsnprintf(buf, WIN32_FMT_BUF_LEN, fmt, vargs); in format_string()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/os/win32/ |
| H A D | config.h | 32 #define vsnprintf _vsnprintf
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
| H A D | acwin64.h | 87 #define vsnprintf _vsnprintf
|
| H A D | acwin.h | 115 #define vsnprintf _vsnprintf
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
| H A D | cryptlib.c | 177 # define _vsntprintf _vsnprintf 282 len = _vsnprintf((char *)buf, sizeof(buf), fmta, ap); in OPENSSL_showfatal()
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
| H A D | gzguts.h | 88 # define vsnprintf _vsnprintf
|
| H A D | ChangeLog | 574 - Don't use _vsnprintf on later versions of MSVC [Lowman] 1034 - Try to use _vsnprintf where it supplants vsprintf [Vollant]
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/ |
| H A D | gzguts.h | 88 # define vsnprintf _vsnprintf
|
| H A D | ChangeLog | 574 - Don't use _vsnprintf on later versions of MSVC [Lowman] 1034 - Try to use _vsnprintf where it supplants vsprintf [Vollant]
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/ |
| H A D | gzguts.h | 88 # define vsnprintf _vsnprintf
|
| H A D | ChangeLog | 574 - Don't use _vsnprintf on later versions of MSVC [Lowman] 1034 - Try to use _vsnprintf where it supplants vsprintf [Vollant]
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
| H A D | zutil.h | 207 # define vsnprintf _vsnprintf
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | strerror_r.c | 110 result = _vsnprintf (buf, buflen, format, args); in gl_lock_define_initialized()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
| H A D | stdio.d | 1357 int _vsnprintf(scope char* s, size_t n, scope const char* format, va_list arg); 1359 alias _vsnprintf vsnprintf; 1411 alias __mingw_vsnprintf _vsnprintf; 1426 int _vsnprintf(scope char* s, size_t n, scope const char* format, va_list arg);
|
| /netbsd-src/external/gpl2/texinfo/dist/intl/ |
| H A D | printf.c | 171 # define system_vsnprintf _vsnprintf
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| H A D | printf.c | 195 # define system_vsnprintf _vsnprintf
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| H A D | outbuffer.c | 289 count = _vsnprintf((char *)data + offset,psize,format,args); in vprintf()
|
| /netbsd-src/lib/libc/include/ |
| H A D | namespace.h | 778 #define vsnprintf _vsnprintf
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | misc.c | 96 #define vsnprintf _vsnprintf
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | evutil.c | 1879 r = _vsnprintf(buf, buflen, format, ap); in evutil_vsnprintf()
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | portable.hin | 808 /* Define to 1 if you have the `_vsnprintf' function. */
|
| /netbsd-src/external/bsd/openldap/dist/ |
| H A D | configure.ac | 2390 AC_CHECK_FUNCS(vsnprintf _vsnprintf) 2394 AC_DEFINE(vsnprintf, _vsnprintf, [define to vsnprintf routine])
|