Searched refs:fgetpos (Results 1 – 22 of 22) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | fgetpos.c | 41 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()
|
D | test_src_functionalext_supplement_stdio.gni | 54 "fgetpos",
|
/third_party/musl/src/stdio/ |
D | fgetpos.c | 3 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/ |
D | stdio.h | 84 int fgetpos(FILE *__restrict, fpos_t *__restrict); 212 #define fgetpos64 fgetpos
|
/third_party/musl/include/ |
D | stdio.h | 84 int fgetpos(FILE *__restrict, fpos_t *__restrict); 212 #define fgetpos64 fgetpos
|
/third_party/musl/ndk_musl_include/ |
D | stdio.h | 84 int fgetpos(FILE *__restrict, fpos_t *__restrict); 209 #define fgetpos64 fgetpos
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdio.h | 84 int fgetpos(FILE *__restrict, fpos_t *__restrict); 212 #define fgetpos64 fgetpos
|
/third_party/musl/porting/linux/user/include/ |
D | stdio.h | 84 int fgetpos(FILE *__restrict, fpos_t *__restrict); 212 #define fgetpos64 fgetpos
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdio.h | 84 int fgetpos(FILE *__restrict, fpos_t *__restrict); 211 #define fgetpos64 fgetpos
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | cstdio | 50 using ::fgetpos;
|
/third_party/musl/libc-test/src/api/ |
D | stdio.c | 42 {int(*p)(FILE*restrict,fpos_t*restrict) = fgetpos;} in f()
|
/third_party/libpng/contrib/libtests/ |
D | timepng.c | 275 if (fgetpos(fp, &pos)) in add_one_file()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | timepng.c | 275 if (fgetpos(fp, &pos)) in add_one_file()
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | timepng.c | 275 if (fgetpos(fp, &pos)) in add_one_file()
|
/third_party/node/test/cctest/ |
D | test_environment.cc | 77 fgetpos(stderr, &pos_); in RedirectStdErr()
|
/third_party/skia/third_party/externals/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")
|
/third_party/musl/ |
D | libc.map.txt | 656 fgetpos;
|
D | musl_src.gni | 1090 "src/stdio/fgetpos.c",
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/ |
D | pngfix.c | 1210 if (fgetpos(file->file, pos)) in file_getpos()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | pngfix.c | 1210 if (fgetpos(file->file, pos)) in file_getpos()
|
/third_party/libpng/contrib/tools/ |
D | pngfix.c | 1210 if (fgetpos(file->file, pos)) in file_getpos()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 18737 fgetpos, fsetpos, mmap, posix_memalign. None of these are used anywhere
|