Home
last modified time | relevance | path

Searched refs:fsetpos (Results 1 – 25 of 38) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
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()
Dtest_src_functionalext_supplement_stdio.gni65 "fsetpos",
/third_party/musl/src/stdio/
Dfsetpos.c3 int fsetpos(FILE *f, const fpos_t *pos) in fsetpos() function
8 weak_alias(fsetpos, fsetpos64);
/third_party/musl/ndk_musl_include/
Dstdio.h85 int fsetpos(FILE *, const fpos_t *);
210 #define fsetpos64 fsetpos
/third_party/musl/include/
Dstdio.h87 int fsetpos(FILE *, const fpos_t *);
215 #define fsetpos64 fsetpos
/third_party/musl/porting/liteos_m/kernel/include/
Dstdio.h85 int fsetpos(FILE *, const fpos_t *);
213 #define fsetpos64 fsetpos
/third_party/musl/porting/uniproton/kernel/include/
Dstdio.h85 int fsetpos(FILE *, const fpos_t *);
213 #define fsetpos64 fsetpos
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h87 int fsetpos(FILE *, const fpos_t *);
214 #define fsetpos64 fsetpos
/third_party/musl/porting/linux/user/include/
Dstdio.h87 int fsetpos(FILE *, const fpos_t *);
215 #define fsetpos64 fsetpos
/third_party/elfutils/tests/
Dlfs-symbols31 fsetpos
/third_party/musl/libc-test/src/api/
Dstdio.c56 {int(*p)(FILE*,const fpos_t*) = fsetpos;} in f()
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt211 fsetpos
Dunix.txt541 fsetpos
Dandroid.txt2995 fsetpos
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dtimepng.c315 if (fsetpos(fp, &pos)) in add_one_file()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def835 /// int fsetpos(FILE *stream, const fpos_t *pos);
836 TLI_DEFINE_ENUM_INTERNAL(fsetpos)
837 TLI_DEFINE_STRING_INTERNAL("fsetpos")
/third_party/node/test/cctest/
Dtest_environment.cc90 fsetpos(stderr, &pos_); in ~RedirectStdErr()
/third_party/rust/crates/libc/src/windows/
Dmod.rs328 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() function
/third_party/musl/
Dlibc.map.txt740 fsetpos;
/third_party/rust/crates/libc/src/
Dwasi.rs483 pub fn fsetpos(f: *mut FILE, pos: *const fpos_t) -> c_int; in fsetpos() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs505 pub fn fsetpos(arg1: *mut FILE, arg2: *const fpos_t) -> c_int; in fsetpos() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1118 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs503 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() function
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c1221 if (fsetpos(file->file, pos)) in file_setpos()
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3401 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() function

12