Home
last modified time | relevance | path

Searched defs:fseek (Results 1 – 13 of 13) sorted by relevance

/external/musl/src/stdio/
Dfseek.c43 int fseek(FILE *f, long off, int whence) in fseek() function
/external/ImageMagick/MagickCore/
Dblob-private.h31 # define fseek fseeko macro
Dnt-base.h119 # define fseek _fseeki64 macro
/external/pdfium/third_party/libopenjpeg/
Dopj_includes.h66 # define fseek fseeko macro
/external/brotli/c/tools/
Dbrotli.c59 #define fseek _fseeki64 macro
/external/cronet/third_party/brotli/tools/
Dbrotli.c59 #define fseek _fseeki64 macro
/external/pdfium/third_party/libtiff/
Dtiffiop.h331 #define fseek(stream, offset, whence) fseeko(stream, offset, whence) macro
/external/rust/crates/libc/src/windows/
Dmod.rs324 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function
/external/rust/crates/libc/src/unix/
Dmod.rs497 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function
/external/rust/crates/libc/src/
Dwasi.rs479 pub fn fseek(f: *mut FILE, b: c_long, c: c_int) -> c_int; in fseek() function
/external/rust/crates/libc/src/solid/
Dmod.rs456 pub fn fseek(arg1: *mut FILE, arg2: c_long, arg3: c_int) -> c_int; in fseek() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1114 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3397 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function