Searched refs:fseek (Results 1 – 10 of 10) sorted by relevance
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | windows.txt | 215 fseek
|
| H A D | unix.txt | 545 fseek
|
| H A D | aix.txt | 1941 fseek
|
| H A D | android.txt | 3352 fseek
|
| /rust-libc-0.2.174/src/windows/ |
| H A D | mod.rs | 319 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 D | mod.rs | 515 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 D | mod.rs | 448 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 D | mod.rs | 1147 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 D | mod.rs | 650 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 D | mod.rs | 3475 pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; in fseek() function
|