Searched defs:vsnprintf (Results 26 - 50 of 54) sorted by relevance

123

/external/zlib/src/
H A Dgzguts.h69 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
77 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
78 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
80 # define vsnprintf _vsnprintf macro
/external/chromium_org/third_party/libxml/src/
H A Drunsuite.c45 #define vsnprintf _vsnprintf macro
203 res = vsnprintf(&testErrors[testErrorsSize],
H A Druntest.c197 #define vsnprintf _vsnprintf macro
256 res = vsnprintf(&testErrors[testErrorsSize],
278 res = vsnprintf(&testErrors[testErrorsSize],
/external/chromium_org/third_party/npapi/npspy/common/
H A Dformat.cpp94 inline int vsnprintf(char* buffer, size_t size, function
102 inline int vsnprintf(char* buffer, size_t size, function
104 return ::vsnprintf(buffer, size, format, arguments);
126 int result = vsnprintf(stack_buf, arraysize(stack_buf), format, ap_copy);
140 // On Windows, vsnprintf always returns the number of characters in a
158 // against huge allocations when using vsnprintf implementations that
168 result = vsnprintf(&mem_buf[0], mem_length, format, ap_copy);
/external/valgrind/main/coregrind/
H A Dm_libcprint.c250 UInt VG_(vsnprintf) ( HChar* buf, Int size, const HChar *format, va_list vargs ) function
269 ret = VG_(vsnprintf)(buf, size, format, vargs);
/external/bison/darwin-lib/
H A Dstdio.h1599 # define vsnprintf rpl_vsnprintf macro
1601 _GL_FUNCDECL_RPL (vsnprintf, int,
1605 _GL_CXXALIAS_RPL (vsnprintf, int,
1609 _GL_FUNCDECL_SYS (vsnprintf, int,
1614 _GL_CXXALIAS_SYS (vsnprintf, int,
1617 _GL_CXXALIASWARN (vsnprintf); variable
1619 # undef vsnprintf macro
1621 _GL_WARN_ON_USE (vsnprintf, "vsnprintf is unportable - "
1622 "use gnulib module vsnprintf fo
[all...]
/external/bison/linux-lib/
H A Dstdio.h1599 # define vsnprintf rpl_vsnprintf macro
1601 _GL_FUNCDECL_RPL (vsnprintf, int,
1605 _GL_CXXALIAS_RPL (vsnprintf, int,
1609 _GL_FUNCDECL_SYS (vsnprintf, int,
1614 _GL_CXXALIAS_SYS (vsnprintf, int,
1617 _GL_CXXALIASWARN (vsnprintf); variable
1619 # undef vsnprintf macro
1621 _GL_WARN_ON_USE (vsnprintf, "vsnprintf is unportable - "
1622 "use gnulib module vsnprintf fo
[all...]
/external/libpcap/
H A Dpcap-int.h335 #define vsnprintf pcap_vsnprintf macro
336 extern int vsnprintf (char *, size_t, const char *, va_list ap);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h80 #undef vsnprintf macro
81 #define vsnprintf _vsnprintf macro
373 /* vsnprintf - only used for wpa_msg() in wpa_supplicant.c */
374 int vsnprintf(char *str, size_t size, const char *format, va_list ap);
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h80 #undef vsnprintf macro
81 #define vsnprintf _vsnprintf macro
373 /* vsnprintf - only used for wpa_msg() in wpa_supplicant.c */
374 int vsnprintf(char *str, size_t size, const char *format, va_list ap);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h80 #undef vsnprintf macro
81 #define vsnprintf _vsnprintf macro
373 /* vsnprintf - only used for wpa_msg() in wpa_supplicant.c */
374 int vsnprintf(char *str, size_t size, const char *format, va_list ap);
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusbi.h447 #define vsnprintf _vsnprintf macro
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c57 * C99 compliant snprintf(3) and vsnprintf(3) functions return the number
64 * The original code assumed that both snprintf(3) and vsnprintf(3) were
65 * missing. Some systems only have snprintf(3) but not vsnprintf(3), so
134 * #define vsnprintf rpl_vsnprintf
171 #define vsnprintf util_vsnprintf macro
204 #include <stdio.h> /* For NULL, size_t, vsnprintf(3), and vasprintf(3). */
1425 len = vsnprintf(NULL, 0, format, aq);
1429 return vsnprintf(*ret, size, format, ap);
1454 len = vsnprintf(str, size, format, ap);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c57 * C99 compliant snprintf(3) and vsnprintf(3) functions return the number
64 * The original code assumed that both snprintf(3) and vsnprintf(3) were
65 * missing. Some systems only have snprintf(3) but not vsnprintf(3), so
134 * #define vsnprintf rpl_vsnprintf
171 #define vsnprintf util_vsnprintf macro
204 #include <stdio.h> /* For NULL, size_t, vsnprintf(3), and vasprintf(3). */
1425 len = vsnprintf(NULL, 0, format, aq);
1429 return vsnprintf(*ret, size, format, ap);
1454 len = vsnprintf(str, size, format, ap);
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c31 #define vsnprintf _vsnprintf macro
1449 vsnprintf(buffer, sizeof(buffer), format, args);
1459 vsnprintf(buffer, sizeof(buffer), format, args);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dlcms2_internal.h89 # ifndef vsnprintf
90 # define vsnprintf _vsnprintf macro
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h670 /// int vsnprintf(char *s, size_t n, const char *format, va_list ap);
671 vsnprintf, enumerator in enum:llvm::LibFunc::Func
/external/sqlite/dist/orig/
H A Dsqlite3ext.h251 char *(*vsnprintf)(int,char*,const char*,va_list); member in struct:sqlite3_api_routines
468 #define sqlite3_uri_vsnprintf sqlite3_api->vsnprintf
/external/sqlite/dist/
H A Dsqlite3ext.h251 char *(*vsnprintf)(int,char*,const char*,va_list); member in struct:sqlite3_api_routines
468 #define sqlite3_uri_vsnprintf sqlite3_api->vsnprintf
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc64 // Declares vsnprintf(). This header is not available on Windows.
143 # define vsnprintf _vsnprintf macro
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc59 // Declares vsnprintf(). This header is not available on Windows.
136 # define vsnprintf _vsnprintf macro
1707 // MSVC 8 deprecates vsnprintf(), so we want to suppress warning
1713 const int size = vsnprintf(buffer, kBufferSize, format, args);
1717 const int size = vsnprintf(buffer, kBufferSize, format, args);
1721 // vsnprintf()'s behavior is not portable. When the buffer is not
/external/gtest/src/
H A Dgtest.cc62 // Declares vsnprintf(). This header is not available on Windows.
139 # define vsnprintf _vsnprintf macro
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc59 // Declares vsnprintf(). This header is not available on Windows.
136 # define vsnprintf _vsnprintf macro
1707 // MSVC 8 deprecates vsnprintf(), so we want to suppress warning
1713 const int size = vsnprintf(buffer, kBufferSize, format, args);
1717 const int size = vsnprintf(buffer, kBufferSize, format, args);
1721 // vsnprintf()'s behavior is not portable. When the buffer is not
/external/mesa3d/src/gtest/src/
H A Dgtest.cc59 // Declares vsnprintf(). This header is not available on Windows.
136 # define vsnprintf _vsnprintf macro
1707 // MSVC 8 deprecates vsnprintf(), so we want to suppress warning
1713 const int size = vsnprintf(buffer, kBufferSize, format, args);
1717 const int size = vsnprintf(buffer, kBufferSize, format, args);
1721 // vsnprintf()'s behavior is not portable. When the buffer is not
/external/protobuf/gtest/src/
H A Dgtest.cc56 // Declares vsnprintf(). This header is not available on Windows.
129 #define vsnprintf _vsnprintf macro
1694 // MSVC 8 deprecates vsnprintf(), so we want to suppress warning
1699 const int size = vsnprintf(buffer, kBufferSize, format, args);
1702 const int size = vsnprintf(buffer, kBufferSize, format, args);
1706 // vsnprintf()'s behavior is not portable. When the buffer is not

Completed in 687 milliseconds

123