Home
last modified time | relevance | path

Searched refs:fsetpos (Results 1 – 25 of 46) sorted by relevance

12

/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dno_fgetpos_fsetpos.verify.cpp14 using V = decltype(::fsetpos);
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dfseek.cpp37 rv = fsetpos(fp, &pos); in main()
/external/elfutils/tests/
Dlfs-symbols31 fsetpos
/external/libcxx/include/
Dcstdio88 int fsetpos(FILE*stream, const fpos_t* pos);
137 using ::fsetpos;
/external/llvm-project/libcxx/include/
Dcstdio87 int fsetpos(FILE*stream, const fpos_t* pos);
139 using ::fsetpos;
/external/llvm-project/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h56 int fsetpos(FILE *stream, const fpos_t *pos);
/external/llvm-project/clang/test/Analysis/
Dstream.c45 fsetpos(fp, &pos); // expected-warning {{Stream pointer might be NULL}} in check_fsetpos()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp164 static_assert((std::is_same<decltype(fsetpos(fp, &fpos)), int>::value), ""); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp162 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/
Dcstdio.pass.cpp130 static_assert((std::is_same<decltype(std::fsetpos(fp, &fpos)), int>::value), ""); in main()
/external/webrtc/rtc_tools/
Dvideo_file_reader.cc57 fsetpos(file_, &frame_positions_[frame_index]); in GetFrame()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp126 static_assert((std::is_same<decltype(std::fsetpos(fp, &fpos)), int>::value), ""); in main()
/external/libpng/contrib/libtests/
Dtimepng.c315 if (fsetpos(fp, &pos)) in add_one_file()
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c4602 int fsetpos();
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll330 ; CHECK: declare void @fsetpos(...)
331 declare void @fsetpos(...)
Dannotate.ll349 ; CHECK: declare i32 @fsetpos(%opaque* nocapture, i64*) [[G0]]
350 declare i32 @fsetpos(%opaque*, i64*)
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll456 ; CHECK: declare void @fsetpos(...)
457 declare void @fsetpos(...)
Dannotate.ll478 ; CHECK: declare noundef i32 @fsetpos(%opaque* nocapture noundef, i64* noundef) [[G1]]
479 declare i32 @fsetpos(%opaque*, i64*)
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def572 /// 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/
Dmod.rs299 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() function
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def862 /// 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/
DTargetLibraryInfo.def835 /// 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/
Dwasi.rs373 pub fn fsetpos(f: *mut FILE, pos: *const fpos_t) -> c_int; in fsetpos() function
/external/fastrpc/src/
Dapps_std_imp.c373 if(0 == fsetpos(sinfo->u.stream, &fpos)) { in __QAIC_IMPL()
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp381 case LibFunc::fsetpos: in inferLibFuncAttributes()

12