/third_party/musl/src/stdio/ |
H A D | fgetpos.c | 3 int fgetpos(FILE *restrict f, fpos_t *restrict pos) in fgetpos() function 11 weak_alias(fgetpos, fgetpos64);
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fgetpos.c | 41 int result = fgetpos(fp, &pos); in fgetpos_0100() 64 int result = fgetpos(fptr, &pos); in fgetpos_0200()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 84 int fgetpos(FILE *__restrict, fpos_t *__restrict); 212 #define fgetpos64 fgetpos
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 86 int fgetpos(FILE *__restrict, fpos_t *__restrict); 213 #define fgetpos64 fgetpos
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 87 int fgetpos(FILE *__restrict, fpos_t *__restrict); 219 #define fgetpos64 fgetpos
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 84 int fgetpos(FILE *__restrict, fpos_t *__restrict); 212 #define fgetpos64 fgetpos
|
/third_party/musl/include/ |
H A D | stdio.h | 87 int fgetpos(FILE *__restrict, fpos_t *__restrict); 219 #define fgetpos64 fgetpos
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 42 {int(*p)(FILE*restrict,fpos_t*restrict) = fgetpos;} in f()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | timepng.c | 275 if (fgetpos(fp, &pos)) in add_one_file() 279 fprintf(stderr, "temporary file fgetpos error\n"); in add_one_file()
|
/third_party/node/test/cctest/ |
H A D | test_environment.cc | 79 fgetpos(stderr, &pos_); in RedirectStdErr()
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 327 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() functions
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 504 pub fn fgetpos(arg1: *mut FILE, arg2: *mut fpos_t) -> c_int; in fgetpos() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 482 pub fn fgetpos(f: *mut FILE, pos: *mut fpos_t) -> c_int; in fgetpos() functions
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1117 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 501 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() functions
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngfix.c | 1210 if (fgetpos(file->file, pos)) in file_getpos() 1214 stop(file, READ_ERROR_CODE, "fgetpos"); in file_getpos()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3400 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 2507 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos); 22892 using ::fgetpos; [all...] |