Searched defs:fseek (Results 1 – 11 of 11) sorted by relevance
| /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/libopenjpeg20/ |
| D | opj_includes.h | 66 # define fseek fseeko macro
|
| /external/toybox/toys/posix/ |
| D | grep.c | 172 struct arg_list *seek, fseek; in do_grep() local
|
| /external/brotli/c/tools/ |
| D | brotli.c | 59 #define fseek _fseeki64 macro
|
| /external/pdfium/third_party/libtiff/ |
| D | tiffiop.h | 303 # define fseek(stream,offset,whence) fseeko(stream,offset,whence) macro
|
| /external/rust/crates/libc/src/windows/ |
| D | mod.rs | 295 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 | 472 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 | 369 pub fn fseek(f: *mut FILE, b: c_long, c: c_int) -> c_int; in fseek() function
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1107 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 | 3382 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function
|