/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fsetpos.c | 40 int result = fsetpos(fptr, &pos); in fsetpos_0100() 65 int data = fsetpos(fptr, &pos); in fsetpos_0200() 91 int data = fsetpos(fptr, &pos); in fsetpos_0300() 117 int data = fsetpos(fptr, &pos); in fsetpos_0400()
|
/third_party/musl/src/stdio/ |
H A D | fsetpos.c | 3 int fsetpos(FILE *f, const fpos_t *pos) in fsetpos() function 8 weak_alias(fsetpos, fsetpos64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 85 int fsetpos(FILE *, const fpos_t *); 213 #define fsetpos64 fsetpos
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 87 int fsetpos(FILE *, const fpos_t *); 214 #define fsetpos64 fsetpos
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 88 int fsetpos(FILE *, const fpos_t *); 220 #define fsetpos64 fsetpos
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 85 int fsetpos(FILE *, const fpos_t *); 213 #define fsetpos64 fsetpos
|
/third_party/musl/include/ |
H A D | stdio.h | 88 int fsetpos(FILE *, const fpos_t *); 220 #define fsetpos64 fsetpos
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 56 {int(*p)(FILE*,const fpos_t*) = fsetpos;} in f()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | timepng.c | 315 if (fsetpos(fp, &pos)) in add_one_file() 318 fprintf(stderr, "temporary file fsetpos error\n"); in add_one_file()
|
/third_party/node/test/cctest/ |
H A D | test_environment.cc | 90 fsetpos(stderr, &pos_); in ~RedirectStdErr()
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 328 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() functions
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 505 pub fn fsetpos(arg1: *mut FILE, arg2: *const fpos_t) -> c_int; in fsetpos() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 483 pub fn fsetpos(f: *mut FILE, pos: *const fpos_t) -> c_int; in fsetpos() functions
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1118 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 503 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() functions
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngfix.c | 1221 if (fsetpos(file->file, pos)) in file_setpos() 1224 stop(file, READ_ERROR_CODE, "fsetpos"); in file_setpos()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3401 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 2512 extern int fsetpos (FILE *__stream, const fpos_t *__pos); 22902 using ::fsetpos; [all...] |