Home
last modified time | relevance | path

Searched refs:fsetpos (Results 1 – 12 of 12) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dwindows.txt216 fsetpos
H A Dunix.txt547 fsetpos
H A Daix.txt1944 fsetpos
H A Dandroid.txt3354 fsetpos
/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dlfs64.rs41 crate::fsetpos(stream, pos as *mut _) in fsetpos64()
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/
H A Dlfs64.rs49 crate::fsetpos(stream, pos as *mut _) in fsetpos64()
/rust-libc-0.2.174/src/windows/
H A Dmod.rs323 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() function
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs519 pub fn fsetpos(f: *mut FILE, pos: *const fpos_t) -> c_int; in fsetpos() function
/rust-libc-0.2.174/src/solid/
H A Dmod.rs497 pub fn fsetpos(arg1: *mut FILE, arg2: *const fpos_t) -> c_int; in fsetpos() function
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1151 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() function
/rust-libc-0.2.174/src/unix/
H A Dmod.rs658 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3479 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos() function