/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | no_fgetpos_fsetpos.verify.cpp | 13 using U = decltype(::fgetpos);
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | fseek.cpp | 30 rv = fgetpos(fp, &pos); in main()
|
/external/elfutils/tests/ |
D | lfs-symbols | 27 fgetpos
|
/external/webrtc/rtc_tools/ |
D | video_file_reader.cc | 216 fgetpos(file, &pos); in OpenY4mFile() 259 fgetpos(file, &pos); in OpenYuvFile()
|
/external/libcxx/include/ |
D | cstdio | 86 int fgetpos(FILE* restrict stream, fpos_t* restrict pos); 135 using ::fgetpos;
|
/external/llvm-project/libcxx/include/ |
D | cstdio | 85 int fgetpos(FILE* restrict stream, fpos_t* restrict pos); 135 using ::fgetpos;
|
/external/llvm-project/clang/test/Analysis/Inputs/ |
D | system-header-simulator.h | 55 int fgetpos(FILE *stream, fpos_t *pos);
|
/external/llvm-project/clang/test/Analysis/ |
D | stream.c | 38 fgetpos(fp, &pos); // expected-warning {{Stream pointer might be NULL}} in check_fgetpos()
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 160 static_assert((std::is_same<decltype(fgetpos(fp, &fpos)), int>::value), ""); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 160 static_assert((std::is_same<decltype(fgetpos(fp, &fpos)), int>::value), ""); in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 126 static_assert((std::is_same<decltype(std::fgetpos(fp, &fpos)), int>::value), ""); in main()
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 124 static_assert((std::is_same<decltype(std::fgetpos(fp, &fpos)), int>::value), ""); in main()
|
/external/libpng/contrib/libtests/ |
D | timepng.c | 275 if (fgetpos(fp, &pos)) in add_one_file()
|
/external/python/pycparser/tests/c_files/ |
D | cppd_with_stdio_h.c | 4596 int fgetpos();
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 234 ; CHECK: declare void @fgetpos(...) 235 declare void @fgetpos(...)
|
D | annotate.ll | 253 ; CHECK: declare i32 @fgetpos(%opaque* nocapture, i64* nocapture) [[G0]] 254 declare i32 @fgetpos(%opaque*, i64*)
|
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 360 ; CHECK: declare void @fgetpos(...) 361 declare void @fgetpos(...)
|
D | annotate.ll | 382 ; CHECK: declare noundef i32 @fgetpos(%opaque* nocapture noundef, i64* nocapture noundef) [[G1]] 383 declare i32 @fgetpos(%opaque*, i64*)
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 470 /// int fgetpos(FILE *stream, fpos_t *pos); 471 TLI_DEFINE_ENUM_INTERNAL(fgetpos) 472 TLI_DEFINE_STRING_INTERNAL("fgetpos")
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 298 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 745 /// int fgetpos(FILE *stream, fpos_t *pos); 746 TLI_DEFINE_ENUM_INTERNAL(fgetpos) 747 TLI_DEFINE_STRING_INTERNAL("fgetpos")
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 718 /// int fgetpos(FILE *stream, fpos_t *pos); 719 TLI_DEFINE_ENUM_INTERNAL(fgetpos) 720 TLI_DEFINE_STRING_INTERNAL("fgetpos")
|
/external/python/cpython2/Objects/ |
D | fileobject.c | 729 if (fgetpos(fp, &pos) != 0) in _portable_fseek() 756 if (fgetpos(fp, &pos) != 0) in _portable_ftell()
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 372 pub fn fgetpos(f: *mut FILE, pos: *mut fpos_t) -> c_int; in fgetpos() function
|
/external/fastrpc/src/ |
D | apps_std_imp.c | 347 if(0 == fgetpos(sinfo->u.stream, &fpos)) { in __QAIC_IMPL()
|