Home
last modified time | relevance | path

Searched refs:fseek (Results 1 – 10 of 10) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dwindows.txt215 fseek
H A Dunix.txt545 fseek
H A Daix.txt1941 fseek
H A Dandroid.txt3352 fseek
/rust-libc-0.2.174/src/windows/
H A Dmod.rs319 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs515 pub fn fseek(f: *mut FILE, b: c_long, c: c_int) -> c_int; in fseek() function
/rust-libc-0.2.174/src/solid/
H A Dmod.rs448 pub fn fseek(arg1: *mut FILE, arg2: c_long, arg3: c_int) -> c_int; in fseek() function
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1147 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function
/rust-libc-0.2.174/src/unix/
H A Dmod.rs650 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3475 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function