Home
last modified time | relevance | path

Searched refs:fsetpos (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfsetpos.c40 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 Dfsetpos.c3 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 Dstdio.h85 int fsetpos(FILE *, const fpos_t *);
213 #define fsetpos64 fsetpos
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h87 int fsetpos(FILE *, const fpos_t *);
214 #define fsetpos64 fsetpos
/third_party/musl/porting/linux/user/include/
H A Dstdio.h88 int fsetpos(FILE *, const fpos_t *);
220 #define fsetpos64 fsetpos
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h85 int fsetpos(FILE *, const fpos_t *);
213 #define fsetpos64 fsetpos
/third_party/musl/include/
H A Dstdio.h88 int fsetpos(FILE *, const fpos_t *);
220 #define fsetpos64 fsetpos
/third_party/musl/libc-test/src/api/
H A Dstdio.c56 {int(*p)(FILE*,const fpos_t*) = fsetpos;} in f()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtimepng.c315 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 Dtest_environment.cc90 fsetpos(stderr, &pos_); in ~RedirectStdErr()
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs328 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs505 pub fn fsetpos(arg1: *mut FILE, arg2: *const fpos_t) -> c_int; in fsetpos() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs483 pub fn fsetpos(f: *mut FILE, pos: *const fpos_t) -> c_int; in fsetpos() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1118 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs503 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 Dpngfix.c1221 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 Dmod.rs3401 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 Dstylo.hpp2512 extern int fsetpos (FILE *__stream, const fpos_t *__pos);
22902 using ::fsetpos;
[all...]

Completed in 58 milliseconds