| /cts/suite/audio_quality/lib/src/ |
| FileUtil.cpp | 122 size = vsnprintf(mBuffer + start, mBufferSize - start - 2, fmt, ap); // 2 for \n\0
|
| /external/capstone/ |
| config.mk | 13 # vsnprintf() provided by system for internal dynamic memory management. 15 # NOTE: in that case, specify your own malloc/calloc/realloc/free/vsnprintf()
|
| /external/capstone/contrib/windows_kernel/ |
| libc.cpp | 134 __cdecl vsnprintf( function
|
| /external/deqp/framework/delibs/debase/ |
| deString.c | 123 res = vsnprintf(string, size, format, list);
|
| /external/deqp/framework/delibs/depool/ |
| dePoolStringBuilder.c | 99 vsnprintf(buf, DE_LENGTH_OF_ARRAY(buf), format, args);
|
| /external/libcups/cups/ |
| string-private.h | 185 # define vsnprintf _cups_vsnprintf macro
|
| /external/libcups/filter/ |
| error.c | 60 bytes = vsnprintf(s, sizeof(s), f, ap);
|
| /external/libvpx/libvpx/vpx/src/ |
| vpx_codec.c | 127 vsnprintf(info->detail, sz - 1, fmt, ap);
|
| /external/mesa3d/src/egl/main/ |
| egllog.c | 196 ret = vsnprintf(msg, MAXSTRING, fmtStr, args);
|
| /external/pdfium/third_party/libopenjpeg20/ |
| opj_includes.h | 181 #define vsnprintf _vsnprintf macro
|
| /external/syslinux/com32/include/ |
| stdio.h | 98 __extern int vsnprintf(char *, size_t n, const char *, va_list);
|
| /external/valgrind/include/ |
| pub_tool_libcprint.h | 62 extern UInt VG_(vsnprintf)( HChar* buf, Int size,
|
| /frameworks/base/tools/bit/ |
| print.cpp | 129 vsnprintf(buf, size, format, args);
|
| /system/media/audio_utils/include/audio_utils/ |
| SimpleLog.h | 109 int length = vsnprintf(buffer, sizeof(buffer), format, args);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/ |
| zutil.h | 198 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
206 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
207 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
208 # define vsnprintf _vsnprintf
macro
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
| zutil.h | 198 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
206 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
207 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
208 # define vsnprintf _vsnprintf
macro
|
| /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
| Stdio.inf | 75 vsnprintf.c
|
| /external/ImageMagick/MagickCore/ |
| nt-base.h | 275 #if !defined(vsnprintf) 277 #define vsnprintf _vsnprintf macro
|
| /external/gflags/src/ |
| util.h | 282 int bytes_written = vsnprintf(space, sizeof(space), format, backup_ap); 304 bytes_written = vsnprintf(buf, length, format, backup_ap);
|
| /external/libcxx/include/support/ibm/ |
| xlocale.h | 256 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= buff_size) 262 str_size = vsnprintf(*strp, str_size + 1, fmt, ap);
|
| /external/libxml2/ |
| trio.h | 186 # undef vsnprintf macro 187 # define vsnprintf trio_vsnprintf macro
|
| /external/syslinux/com32/lib/zlib/ |
| zutil.h | 192 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?), 200 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */ 201 # if !defined(vsnprintf) && !defined(NO_vsnprintf) 203 # define vsnprintf _vsnprintf macro
|
| /external/syslinux/gpxe/src/core/ |
| xfer.c | 217 len = vsnprintf ( NULL, 0, format, args ); 220 vsnprintf ( buf, sizeof ( buf ), format, args_tmp );
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/ibm/ |
| xlocale.h | 256 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= buff_size) 262 str_size = vsnprintf(*strp, str_size + 1, fmt, ap);
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/support/ibm/ |
| xlocale.h | 256 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= buff_size) 262 str_size = vsnprintf(*strp, str_size + 1, fmt, ap);
|