Searched refs:lseek (Results 1 – 13 of 13) sorted by relevance
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | windows.txt | 256 lseek
|
| H A D | unix.txt | 638 lseek
|
| H A D | aix.txt | 2098 lseek
|
| H A D | android.txt | 3512 lseek
|
| /rust-libc-0.2.174/src/unix/linux_like/emscripten/ |
| H A D | lfs64.rs | 86 crate::lseek(fd, offset, whence) in lseek64()
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/ |
| H A D | lfs64.rs | 94 crate::lseek(fd, offset, whence) in lseek64()
|
| /rust-libc-0.2.174/src/windows/ |
| H A D | mod.rs | 506 pub fn lseek(fd: c_int, offset: c_long, origin: c_int) -> c_long; in lseek() function
|
| /rust-libc-0.2.174/src/wasi/ |
| H A D | mod.rs | 678 pub fn lseek(fd: c_int, offset: off_t, whence: c_int) -> off_t; in lseek() function
|
| /rust-libc-0.2.174/src/solid/ |
| H A D | mod.rs | 863 pub fn lseek(arg1: c_int, arg2: __off_t, arg3: c_int) -> __off_t; in lseek() function
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1709 pub fn lseek(fd: c_int, offset: off_t, whence: c_int) -> off_t; in lseek() function
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 1065 pub fn lseek(fd: c_int, offset: off_t, whence: c_int) -> off_t; in lseek() function
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 3688 pub fn lseek(__fd: c_int, __offset: __off_t, __whence: c_int) -> __off_t; in lseek() function
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 3681 pub fn lseek(fd: c_int, offset: off_t, whence: c_int) -> off_t; in lseek() function
|