Home
last modified time | relevance | path

Searched refs:fgetpos (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dno_fgetpos_fsetpos.verify.cpp13 using U = decltype(::fgetpos);
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dfseek.cpp30 rv = fgetpos(fp, &pos); in main()
/external/elfutils/tests/
Dlfs-symbols27 fgetpos
/external/webrtc/rtc_tools/
Dvideo_file_reader.cc216 fgetpos(file, &pos); in OpenY4mFile()
259 fgetpos(file, &pos); in OpenYuvFile()
/external/libcxx/include/
Dcstdio86 int fgetpos(FILE* restrict stream, fpos_t* restrict pos);
135 using ::fgetpos;
/external/llvm-project/libcxx/include/
Dcstdio85 int fgetpos(FILE* restrict stream, fpos_t* restrict pos);
135 using ::fgetpos;
/external/llvm-project/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h55 int fgetpos(FILE *stream, fpos_t *pos);
/external/llvm-project/clang/test/Analysis/
Dstream.c38 fgetpos(fp, &pos); // expected-warning {{Stream pointer might be NULL}} in check_fgetpos()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp160 static_assert((std::is_same<decltype(fgetpos(fp, &fpos)), int>::value), ""); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp160 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/
Dcstdio.pass.cpp126 static_assert((std::is_same<decltype(std::fgetpos(fp, &fpos)), int>::value), ""); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp124 static_assert((std::is_same<decltype(std::fgetpos(fp, &fpos)), int>::value), ""); in main()
/external/libpng/contrib/libtests/
Dtimepng.c275 if (fgetpos(fp, &pos)) in add_one_file()
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c4596 int fgetpos();
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll234 ; CHECK: declare void @fgetpos(...)
235 declare void @fgetpos(...)
Dannotate.ll253 ; CHECK: declare i32 @fgetpos(%opaque* nocapture, i64* nocapture) [[G0]]
254 declare i32 @fgetpos(%opaque*, i64*)
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll360 ; CHECK: declare void @fgetpos(...)
361 declare void @fgetpos(...)
Dannotate.ll382 ; CHECK: declare noundef i32 @fgetpos(%opaque* nocapture noundef, i64* nocapture noundef) [[G1]]
383 declare i32 @fgetpos(%opaque*, i64*)
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def470 /// 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/
Dmod.rs298 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() function
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def745 /// 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/
DTargetLibraryInfo.def718 /// int fgetpos(FILE *stream, fpos_t *pos);
719 TLI_DEFINE_ENUM_INTERNAL(fgetpos)
720 TLI_DEFINE_STRING_INTERNAL("fgetpos")
/external/python/cpython2/Objects/
Dfileobject.c729 if (fgetpos(fp, &pos) != 0) in _portable_fseek()
756 if (fgetpos(fp, &pos) != 0) in _portable_ftell()
/external/rust/crates/libc/src/
Dwasi.rs372 pub fn fgetpos(f: *mut FILE, pos: *mut fpos_t) -> c_int; in fgetpos() function
/external/fastrpc/src/
Dapps_std_imp.c347 if(0 == fgetpos(sinfo->u.stream, &fpos)) { in __QAIC_IMPL()

12