/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
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()
|
D | test_src_functionalext_supplement_stdio.gni | 65 "fsetpos",
|
/third_party/musl/src/stdio/ |
D | fsetpos.c | 3 int fsetpos(FILE *f, const fpos_t *pos) in fsetpos() function 8 weak_alias(fsetpos, fsetpos64);
|
/third_party/musl/ndk_musl_include/ |
D | stdio.h | 85 int fsetpos(FILE *, const fpos_t *); 210 #define fsetpos64 fsetpos
|
/third_party/musl/include/ |
D | stdio.h | 87 int fsetpos(FILE *, const fpos_t *); 215 #define fsetpos64 fsetpos
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdio.h | 85 int fsetpos(FILE *, const fpos_t *); 213 #define fsetpos64 fsetpos
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdio.h | 85 int fsetpos(FILE *, const fpos_t *); 213 #define fsetpos64 fsetpos
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdio.h | 87 int fsetpos(FILE *, const fpos_t *); 214 #define fsetpos64 fsetpos
|
/third_party/musl/porting/linux/user/include/ |
D | stdio.h | 87 int fsetpos(FILE *, const fpos_t *); 215 #define fsetpos64 fsetpos
|
/third_party/elfutils/tests/ |
D | lfs-symbols | 31 fsetpos
|
/third_party/musl/libc-test/src/api/ |
D | stdio.c | 56 {int(*p)(FILE*,const fpos_t*) = fsetpos;} in f()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | windows.txt | 211 fsetpos
|
D | unix.txt | 541 fsetpos
|
D | android.txt | 2995 fsetpos
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | timepng.c | 315 if (fsetpos(fp, &pos)) in add_one_file()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 835 /// 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/ |
D | test_environment.cc | 90 fsetpos(stderr, &pos_); in ~RedirectStdErr()
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 328 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() function
|
/third_party/musl/ |
D | libc.map.txt | 740 fsetpos;
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 483 pub fn fsetpos(f: *mut FILE, pos: *const fpos_t) -> c_int; in fsetpos() function
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 505 pub fn fsetpos(arg1: *mut FILE, arg2: *const fpos_t) -> c_int; in fsetpos() function
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1118 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() function
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 503 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() function
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | pngfix.c | 1221 if (fsetpos(file->file, pos)) in file_setpos()
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3401 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() function
|