HomeSort by relevance Sort by last modified time
    Searched refs:_vsnprintf_s (Results 1 - 6 of 6) sorted by null

  /external/libpcap/missing/
win_snprintf.c 9 ret = _vsnprintf_s(str, str_size, _TRUNCATE, format, args);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
swr_assert.cpp 159 offset = _vsnprintf_s(
234 offset = _vsnprintf_s(
  /external/skia/src/core/
SkString.cpp 20 _vsnprintf_s(buffer, size, _TRUNCATE, format, args)
42 int length = _vsnprintf_s(buffer, sizeof(buffer), \
54 SkDEBUGCODE(int check = ) _vsnprintf_s(autoTMalloc.get(), \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
stdio_s.h 42 _CRTIMP int __cdecl _vsnprintf_s(char *_DstBuf,size_t _DstSize,size_t _MaxCount,const char *_Format,va_list _ArgList);
43 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_3(int,_vsnprintf_s,char,_DstBuf,size_t,_MaxCount,const char*,_Format,va_list,_ArgList)
52 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2_ARGLIST(int,_snprintf_s,_vsnprintf_s,char,_DstBuf,size_t,_MaxCount,const char*,_Format)
tchar_s.h 130 #define _vsntprintf_s _vsnprintf_s
  /external/v8/src/base/platform/
platform-win32.cc 60 int _vsnprintf_s(char* buffer, size_t sizeOfBuffer, size_t count, function
656 int n = _vsnprintf_s(str, length, _TRUNCATE, format, args);
    [all...]

Completed in 573 milliseconds