Searched defs:fseek (Results 1 – 12 of 12) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | blob-private.h | 31 # define fseek fseeko macro
|
D | nt-base.h | 115 # 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 | 173 struct arg_list *seek, fseek; in do_grep() local
|
/external/brotli/c/tools/ |
D | brotli.c | 54 #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/cloudabi/ |
D | mod.rs | 185 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 315 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 | 333 pub fn fseek(f: *mut FILE, b: c_long, c: c_int) -> c_int; in fseek() function
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 446 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1106 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 | 3338 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function
|