Searched refs:fpos_t (Results 1 – 12 of 12) sorted by relevance
| /rust-libc-0.2.174/src/windows/ |
| H A D | mod.rs | 263 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 D | mod.rs | 407 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 D | windows.txt | 208 fpos_t
|
| H A D | unix.txt | 535 fpos_t
|
| H A D | aix.txt | 1928 fpos_t
|
| H A D | android.txt | 3338 fpos_t
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1067 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 D | mod.rs | 68 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 D | mod.rs | 573 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 D | mod.rs | 3433 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 D | mod.rs | 353 pub struct fpos_t {
|
| /rust-libc-0.2.174/ |
| H A D | CHANGELOG.md | 53 - Hurd: Fix build from missing `fpos_t` ([#4472](https://github.com/rust-lang/libc/pull/4472))
|