Home
last modified time | relevance | path

Searched defs:snprintf (Results 1 - 25 of 68) sorted by relevance

123

/third_party/ffmpeg/compat/msvcrt/
H A Dsnprintf.h31 #undef snprintf macro
34 #define snprintf avpriv_snprintf macro
/third_party/musl/src/stdio/
H A Dsnprintf.c4 int snprintf(char *restrict s, size_t n, const char *restrict fmt, ...) in snprintf() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dsnprintf.c4 int snprintf(char *restrict s, size_t n, const char *restrict fmt, ...) in snprintf() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dsnprintf.c4 int snprintf(char *restrict s, size_t n, const char *restrict fmt, ...) in snprintf() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dsnprintf.c4 int snprintf(char *restrict s, size_t n, const char *restrict fmt, ...) in snprintf() function
/third_party/libuv/src/win/
H A Dsnprintf.c30 int snprintf(char* buf, size_t len, const char* fmt, ...) { in snprintf() function
/third_party/node/deps/uv/src/win/
H A Dsnprintf.c30 int snprintf(char* buf, size_t len, const char* fmt, ...) { in snprintf() function
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjutil.h32 #define snprintf(str, n, format, ...) \ macro
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvk_sdk_platform.h39 #define snprintf _snprintf macro
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvk_sdk_platform.h39 #define snprintf _snprintf macro
/third_party/curl/docs/examples/
H A Dcookie_interface.c95 #define snprintf _snprintf in main() macro
/third_party/ninja/src/
H A Dutil.h114 #define snprintf _snprintf macro
/third_party/lz4/programs/
H A Dplatform.h36 # define snprintf sprintf_s /* snprintf unsupported by Visual <= 2013 */ macro
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_dump.c23 #define snprintf _snprintf macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregerror.c49 #define snprintf _snprintf macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregerror.c49 #define snprintf _snprintf macro
/third_party/gn/src/base/strings/
H A Dstring_util.h44 inline int snprintf(char* buffer, in snprintf() function
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DInputAssembly.cpp36 #define snprintf _snprintf macro
/third_party/node/deps/v8/src/utils/
H A Dostreams.cc16 #define snprintf sprintf_s macro
201 #undef snprintf macro
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.c71 #define snprintf _snprintf macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DSymbolTable.cpp31 #define snprintf _snprintf macro
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dlog.h98 #define snprintf _snprintf in Logf() macro
126 #undef snprintf in Logf() macro
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dlog.h98 #define snprintf _snprintf in Logf() macro
126 #undef snprintf in Logf() macro
/third_party/spirv-tools/source/opt/
H A Dlog.h85 #define snprintf _snprintf in Logf() macro
113 #undef snprintf in Logf() macro
/third_party/glslang/glslang/Include/
H A DCommon.h73 #define snprintf sprintf_s macro

Completed in 11 milliseconds

123