Searched refs:vfscanf (Results 1 – 19 of 19) sorted by relevance
/external/clang/test/Sema/ |
D | format-strings-scanf.c | 17 int vfscanf(FILE * restrict, const char * restrict, va_list); 80 vfscanf(f, "%[abc", ap); // expected-warning{{no closing ']' for '%[' in scanf format string}} in test_variants()
|
/external/bcc/tests/cc/ |
D | utils.cc | 30 vfscanf(pipe, fmt, args); in cmd_scanf()
|
/external/libxml2/ |
D | trio.h | 202 # undef vfscanf 203 # define vfscanf trio_vfscanf macro
|
/external/ltp/lib/ |
D | safe_file_ops.c | 96 ret = vfscanf(f, fmt, va); in file_scanf() 151 ret = vfscanf(f, fmt, va); in safe_file_scanf()
|
/external/libcxx/include/ |
D | cstdio | 64 int vfscanf(FILE* restrict stream, const char* restrict format, va_list arg); // C99 122 using ::vfscanf;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 139 static_assert((std::is_same<decltype(vfscanf(fp,"",va)), int>::value), ""); in main()
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 111 static_assert((std::is_same<decltype(std::vfscanf(fp,"",va)), int>::value), ""); in main()
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 831 ; CHECK: declare void @vfscanf(...) 832 declare void @vfscanf(...)
|
D | annotate.ll | 847 ; CHECK: declare i32 @vfscanf(%opaque* nocapture, i8* nocapture readonly, %opaque*) [[G0]] 848 declare i32 @vfscanf(%opaque*, i8*, %opaque*)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 960 ; CHECK: declare void @vfscanf(...) 961 declare void @vfscanf(...)
|
D | annotate.ll | 982 ; CHECK: declare i32 @vfscanf(%opaque* nocapture, i8* nocapture readonly, %opaque*) [[G0]] 983 declare i32 @vfscanf(%opaque*, i8*, %opaque*)
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1097 /// int vfscanf(FILE *stream, const char *format, va_list arg); 1098 TLI_DEFINE_ENUM_INTERNAL(vfscanf) 1099 TLI_DEFINE_STRING_INTERNAL("vfscanf")
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1297 /// int vfscanf(FILE *stream, const char *format, va_list arg); 1298 TLI_DEFINE_ENUM_INTERNAL(vfscanf) 1299 TLI_DEFINE_STRING_INTERNAL("vfscanf")
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 532 case LibFunc::vfscanf: in inferLibFuncAttributes()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 801 case LibFunc::vfscanf: in isValidProtoForLibFunc()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1133 INTERCEPTOR(int, vfscanf, void *stream, const char *format, va_list ap) 1134 VSCANF_INTERCEPTOR_IMPL(vfscanf, true, stream, format, ap) 1152 FORMAT_INTERCEPTOR_IMPL(fscanf, vfscanf, stream, format) 1177 COMMON_INTERCEPT_FUNCTION(vfscanf);
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 776 LIBBUILTIN(vfscanf, "iP*RcC*Ra", "fS:1:", "stdio.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3208 fun:vfscanf=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 261 PUBLIC 56b90 0 vfscanf
|