Home
last modified time | relevance | path

Searched refs:vsscanf (Results 1 – 25 of 45) sorted by relevance

12

/external/clang/test/Sema/
Dformat-strings-scanf.c18 int vsscanf(const char * restrict, const char * restrict, va_list);
81 vsscanf(buf, "%[abc", ap); // expected-warning{{no closing ']' for '%[' in scanf format string}} in test_variants()
/external/llvm-project/clang/test/Sema/
Dformat-strings-scanf.c36 int vsscanf(const char * restrict, const char * restrict, va_list);
99 vsscanf(buf, "%[abc", ap); // expected-warning{{no closing ']' for '%[' in scanf format string}} in test_variants()
/external/libxml2/
Dtrio.h210 # undef vsscanf
211 # define vsscanf trio_vsscanf macro
/external/llvm-project/libcxx/src/support/solaris/
Dxlocale.cpp52 int __res = vsscanf(__s, __format, __va); in sscanf_l()
/external/libcxx/src/support/solaris/
Dxlocale.cpp53 int __res = vsscanf(__s, __format, __va); in sscanf_l()
/external/libcxx/include/
Dcstdio70 int vsscanf(const char* restrict s, const char* restrict format, va_list arg); // C99
123 using ::vsscanf;
D__bsd_locale_fallbacks.h133 int __res = vsscanf(__s, __format, __va); in __libcpp_sscanf_l()
/external/llvm-project/libcxx/include/
Dcstdio69 int vsscanf(const char* restrict s, const char* restrict format, va_list arg); // C99
122 using ::vsscanf;
D__bsd_locale_fallbacks.h132 int __res = vsscanf(__s, __format, __va); in __libcpp_sscanf_l()
/external/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
Dglobal_symbols.txt157 vsscanf U
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp143 static_assert((std::is_same<decltype(vsscanf("","",va)), int>::value), ""); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp144 static_assert((std::is_same<decltype(vsscanf("","",va)), int>::value), ""); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp114 static_assert((std::is_same<decltype(std::vsscanf("","",va)), int>::value), ""); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp115 static_assert((std::is_same<decltype(std::vsscanf(""," ",va)), int>::value), ""); in main()
/external/ltp/lib/
Dsafe_file_ops.c210 ret = vsscanf(line, fmt, ap); in file_lines_scanf()
/external/llvm-project/clang/test/Analysis/
Dsecurity-syntax-checks.m291 int vsscanf(const char *s, const char *format, va_list arg); function
338 vsscanf("a", format, args); // expected-warning{{Call to function 'vsscanf' is insecure}}
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c4686 int vsscanf();
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll846 ; CHECK: declare void @vsscanf(...)
847 declare void @vsscanf(...)
Dannotate.ll862 ; CHECK: declare i32 @vsscanf(i8* nocapture readonly, i8* nocapture readonly, %opaque*) [[G0]]
863 declare i32 @vsscanf(i8*, i8*, %opaque*)
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1112 /// int vsscanf(const char *s, const char *format, va_list arg);
1113 TLI_DEFINE_ENUM_INTERNAL(vsscanf)
1114 TLI_DEFINE_STRING_INTERNAL("vsscanf")
/external/mesa3d/src/freedreno/decode/
Dcrashdec.c218 if (vsscanf(line, fmt, ap) != n) { in parseline()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1396 /// int vsscanf(const char *s, const char *format, va_list arg);
1397 TLI_DEFINE_ENUM_INTERNAL(vsscanf)
1398 TLI_DEFINE_STRING_INTERNAL("vsscanf")
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1441 /// int vsscanf(const char *s, const char *format, va_list arg);
1442 TLI_DEFINE_ENUM_INTERNAL(vsscanf)
1443 TLI_DEFINE_STRING_INTERNAL("vsscanf")
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/
Dannotate.ll1002 ; CHECK: declare noundef i32 @vsscanf(i8* nocapture noundef readonly, i8* nocapture noundef readonl…
1003 declare i32 @vsscanf(i8*, i8*, %opaque*)
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp525 case LibFunc::vsscanf: in inferLibFuncAttributes()

12