Searched defs:fseek (Results 1 – 13 of 13) sorted by relevance
| /external/musl/src/stdio/ |
| D | fseek.c | 43 int fseek(FILE *f, long off, int whence) in fseek() function
|
| /external/ImageMagick/MagickCore/ |
| D | blob-private.h | 31 # define fseek fseeko macro
|
| D | nt-base.h | 119 # define fseek _fseeki64 macro
|
| /external/pdfium/third_party/libopenjpeg/ |
| D | opj_includes.h | 66 # define fseek fseeko macro
|
| /external/brotli/c/tools/ |
| D | brotli.c | 59 #define fseek _fseeki64 macro
|
| /external/cronet/third_party/brotli/tools/ |
| D | brotli.c | 59 #define fseek _fseeki64 macro
|
| /external/pdfium/third_party/libtiff/ |
| D | tiffiop.h | 331 #define fseek(stream, offset, whence) fseeko(stream, offset, whence) macro
|
| /external/rust/crates/libc/src/windows/ |
| D | mod.rs | 324 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 497 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function
|
| /external/rust/crates/libc/src/ |
| D | wasi.rs | 479 pub fn fseek(f: *mut FILE, b: c_long, c: c_int) -> c_int; in fseek() function
|
| /external/rust/crates/libc/src/solid/ |
| D | mod.rs | 456 pub fn fseek(arg1: *mut FILE, arg2: c_long, arg3: c_int) -> c_int; in fseek() function
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1114 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3397 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function
|