Searched defs:fseek (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | fseek.c | 43 int fseek(FILE *f, long off, int whence) in fseek() function
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | fseek.c | 36 int fseek(FILE *f, long off, int whence)
in fseek() function
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | fseek.c | 36 int fseek(FILE *f, long off, int whence)
in fseek() function
|
/third_party/musl/src/stdio/ |
H A D | fseek.c | 49 int fseek(FILE *f, long off, int whence) in fseek() function
|
/third_party/toybox/toys/posix/ |
H A D | grep.c | 173 struct arg_list *seek, fseek; in do_grep() local
|
/third_party/skia/third_party/externals/brotli/c/tools/ |
H A D | brotli.c | 59 #define fseek _fseeki64 macro
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 324 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() functions
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 456 pub fn fseek(arg1: *mut FILE, arg2: c_long, arg3: c_int) -> c_int; in fseek() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 479 pub fn fseek(f: *mut FILE, b: c_long, c: c_int) -> c_int; in fseek() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 497 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() functions
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1114 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3397 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() functions
|
Completed in 28 milliseconds