/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | no_fgetpos_fsetpos.verify.cpp | 14 using V = decltype(::fsetpos);
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | fseek.cpp | 37 rv = fsetpos(fp, &pos); in main()
|
/external/elfutils/tests/ |
D | lfs-symbols | 31 fsetpos
|
/external/libcxx/include/ |
D | cstdio | 88 int fsetpos(FILE*stream, const fpos_t* pos); 137 using ::fsetpos;
|
/external/llvm-project/libcxx/include/ |
D | cstdio | 87 int fsetpos(FILE*stream, const fpos_t* pos); 139 using ::fsetpos;
|
/external/llvm-project/clang/test/Analysis/Inputs/ |
D | system-header-simulator.h | 56 int fsetpos(FILE *stream, const fpos_t *pos);
|
/external/llvm-project/clang/test/Analysis/ |
D | stream.c | 45 fsetpos(fp, &pos); // expected-warning {{Stream pointer might be NULL}} in check_fsetpos()
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 164 static_assert((std::is_same<decltype(fsetpos(fp, &fpos)), int>::value), ""); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 162 static_assert((std::is_same<decltype(fsetpos(fp, &fpos)), int>::value), ""); in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 130 static_assert((std::is_same<decltype(std::fsetpos(fp, &fpos)), int>::value), ""); in main()
|
/external/webrtc/rtc_tools/ |
D | video_file_reader.cc | 57 fsetpos(file_, &frame_positions_[frame_index]); in GetFrame()
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 126 static_assert((std::is_same<decltype(std::fsetpos(fp, &fpos)), int>::value), ""); in main()
|
/external/libpng/contrib/libtests/ |
D | timepng.c | 315 if (fsetpos(fp, &pos)) in add_one_file()
|
/external/python/pycparser/tests/c_files/ |
D | cppd_with_stdio_h.c | 4602 int fsetpos();
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 330 ; CHECK: declare void @fsetpos(...) 331 declare void @fsetpos(...)
|
D | annotate.ll | 349 ; CHECK: declare i32 @fsetpos(%opaque* nocapture, i64*) [[G0]] 350 declare i32 @fsetpos(%opaque*, i64*)
|
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 456 ; CHECK: declare void @fsetpos(...) 457 declare void @fsetpos(...)
|
D | annotate.ll | 478 ; CHECK: declare noundef i32 @fsetpos(%opaque* nocapture noundef, i64* noundef) [[G1]] 479 declare i32 @fsetpos(%opaque*, i64*)
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 572 /// int fsetpos(FILE *stream, const fpos_t *pos); 573 TLI_DEFINE_ENUM_INTERNAL(fsetpos) 574 TLI_DEFINE_STRING_INTERNAL("fsetpos")
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 299 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 862 /// int fsetpos(FILE *stream, const fpos_t *pos); 863 TLI_DEFINE_ENUM_INTERNAL(fsetpos) 864 TLI_DEFINE_STRING_INTERNAL("fsetpos")
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 835 /// int fsetpos(FILE *stream, const fpos_t *pos); 836 TLI_DEFINE_ENUM_INTERNAL(fsetpos) 837 TLI_DEFINE_STRING_INTERNAL("fsetpos")
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 373 pub fn fsetpos(f: *mut FILE, pos: *const fpos_t) -> c_int; in fsetpos() function
|
/external/fastrpc/src/ |
D | apps_std_imp.c | 373 if(0 == fsetpos(sinfo->u.stream, &fpos)) { in __QAIC_IMPL()
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 381 case LibFunc::fsetpos: in inferLibFuncAttributes()
|