Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dfgetpos.c41 int result = fgetpos(fp, &pos); in fgetpos_0100()
64 int result = fgetpos(fptr, &pos); in fgetpos_0200()
83 int result = fgetpos(fptr, &pos); in fgetpos_0300()
Dtest_src_functionalext_supplement_stdio.gni54 "fgetpos",
/third_party/musl/src/stdio/
Dfgetpos.c3 int fgetpos(FILE *restrict f, fpos_t *restrict pos) in fgetpos() function
11 weak_alias(fgetpos, fgetpos64);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdio.h84 int fgetpos(FILE *__restrict, fpos_t *__restrict);
212 #define fgetpos64 fgetpos
/third_party/musl/include/
Dstdio.h84 int fgetpos(FILE *__restrict, fpos_t *__restrict);
212 #define fgetpos64 fgetpos
/third_party/musl/ndk_musl_include/
Dstdio.h84 int fgetpos(FILE *__restrict, fpos_t *__restrict);
209 #define fgetpos64 fgetpos
/third_party/musl/porting/uniproton/kernel/include/
Dstdio.h84 int fgetpos(FILE *__restrict, fpos_t *__restrict);
212 #define fgetpos64 fgetpos
/third_party/musl/porting/linux/user/include/
Dstdio.h84 int fgetpos(FILE *__restrict, fpos_t *__restrict);
212 #define fgetpos64 fgetpos
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h84 int fgetpos(FILE *__restrict, fpos_t *__restrict);
211 #define fgetpos64 fgetpos
/third_party/boost/boost/compatibility/cpp_c_headers/
Dcstdio50 using ::fgetpos;
/third_party/musl/libc-test/src/api/
Dstdio.c42 {int(*p)(FILE*restrict,fpos_t*restrict) = fgetpos;} in f()
/third_party/libpng/contrib/libtests/
Dtimepng.c275 if (fgetpos(fp, &pos)) in add_one_file()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dtimepng.c275 if (fgetpos(fp, &pos)) in add_one_file()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dtimepng.c275 if (fgetpos(fp, &pos)) in add_one_file()
/third_party/node/test/cctest/
Dtest_environment.cc77 fgetpos(stderr, &pos_); in RedirectStdErr()
/third_party/skia/third_party/externals/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")
/third_party/musl/
Dlibc.map.txt656 fgetpos;
Dmusl_src.gni1090 "src/stdio/fgetpos.c",
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c1210 if (fgetpos(file->file, pos)) in file_getpos()
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c1210 if (fgetpos(file->file, pos)) in file_getpos()
/third_party/libpng/contrib/tools/
Dpngfix.c1210 if (fgetpos(file->file, pos)) in file_getpos()
/third_party/gstreamer/gstreamer/
DChangeLog18737 fgetpos, fsetpos, mmap, posix_memalign. None of these are used anywhere