Home
last modified time | relevance | path

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

/third_party/musl/src/stdio/
H A Dfgetpos.c3 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 Dfgetpos.c41 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 Dstdio.h84 int fgetpos(FILE *__restrict, fpos_t *__restrict);
212 #define fgetpos64 fgetpos
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h86 int fgetpos(FILE *__restrict, fpos_t *__restrict);
213 #define fgetpos64 fgetpos
/third_party/musl/porting/linux/user/include/
H A Dstdio.h87 int fgetpos(FILE *__restrict, fpos_t *__restrict);
219 #define fgetpos64 fgetpos
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h84 int fgetpos(FILE *__restrict, fpos_t *__restrict);
212 #define fgetpos64 fgetpos
/third_party/musl/include/
H A Dstdio.h87 int fgetpos(FILE *__restrict, fpos_t *__restrict);
219 #define fgetpos64 fgetpos
/third_party/musl/libc-test/src/api/
H A Dstdio.c42 {int(*p)(FILE*restrict,fpos_t*restrict) = fgetpos;} in f()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtimepng.c275 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 Dtest_environment.cc79 fgetpos(stderr, &pos_); in RedirectStdErr()
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs327 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs504 pub fn fgetpos(arg1: *mut FILE, arg2: *mut fpos_t) -> c_int; in fgetpos() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs482 pub fn fgetpos(f: *mut FILE, pos: *mut fpos_t) -> c_int; in fgetpos() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1117 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs501 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 Dpngfix.c1210 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 Dmod.rs3400 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 Dstylo.hpp2507 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
22892 using ::fgetpos;
[all...]

Completed in 60 milliseconds