Home
last modified time | relevance | path

Searched defs:snprintf (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dprintf-1.c8 # define snprintf _snprintf macro
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_config_post.h31 #define snprintf _snprintf macro
/llvm-project-15.0.7/clang/test/Sema/
H A Dimplicit-builtin-decl.c55 void snprintf() { } in snprintf() function
/llvm-project-15.0.7/llvm/lib/Support/
H A Dregerror.c49 #define snprintf _snprintf macro
/llvm-project-15.0.7/openmp/runtime/test/affinity/format/
H A Dapi2.c22 #define snprintf _snprintf macro
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DDemangleConfig.h19 #define snprintf _snprintf_s macro
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_printf_test.cpp101 # define snprintf _snprintf macro
/llvm-project-15.0.7/clang/test/Analysis/
H A Dsecurity-syntax-checks.m294 int snprintf(char *s, size_t n, const char *format, ...); function
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingPort.h67 #define snprintf _snprintf macro
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2020 TEST(MemorySanitizer, snprintf) { in TEST() argument