Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/windows/
H A Dmod.rs263 pub enum fpos_t {} // FIXME(windows): fill this out with a struct enum
264 impl Copy for fpos_t {} implementation
265 impl Clone for fpos_t { implementation
266 fn clone(&self) -> fpos_t { in clone() argument
322 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
323 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
/rust-libc-0.2.174/src/solid/
H A Dmod.rs407 pub enum fpos_t {} enum
408 impl Copy for fpos_t {} implementation
409 impl Clone for fpos_t { implementation
410 fn clone(&self) -> fpos_t { in clone() argument
496 pub fn fgetpos(arg1: *mut FILE, arg2: *mut fpos_t) -> c_int; in fgetpos()
497 pub fn fsetpos(arg1: *mut FILE, arg2: *const fpos_t) -> c_int; in fsetpos()
/rust-libc-0.2.174/libc-test/semver/
H A Dwindows.txt208 fpos_t
H A Dunix.txt535 fpos_t
H A Daix.txt1928 fpos_t
H A Dandroid.txt3338 fpos_t
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1067 pub enum fpos_t {} // FIXME(vxworks): fill this out with a struct enum
1068 impl Copy for fpos_t {} implementation
1069 impl Clone for fpos_t { implementation
1070 fn clone(&self) -> fpos_t { in clone() argument
1150 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
1151 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs68 pub struct fpos_t {
518 pub fn fgetpos(f: *mut FILE, pos: *mut fpos_t) -> c_int; in fgetpos()
519 pub fn fsetpos(f: *mut FILE, pos: *const fpos_t) -> c_int; in fsetpos()
/rust-libc-0.2.174/src/unix/
H A Dmod.rs573 pub enum fpos_t {} // FIXME(unix): fill this out with a struct
655 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
658 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3433 pub enum fpos_t {} // FIXME(fuchsia): fill this out with a struct enum
3434 impl Copy for fpos_t {} implementation
3435 impl Clone for fpos_t { implementation
3436 fn clone(&self) -> fpos_t { in clone() argument
3478 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos()
3479 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/
H A Dmod.rs353 pub struct fpos_t {
/rust-libc-0.2.174/
H A DCHANGELOG.md53 - Hurd: Fix build from missing `fpos_t` ([#4472](https://github.com/rust-lang/libc/pull/4472))