Searched defs:pwrite (Results 1 – 4 of 4) sorted by relevance
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 1135 pub fn pwrite(fd: c_int, buf: *const c_void, count: size_t, offset: off_t) -> ssize_t; in pwrite() function
|
| /rust-libc-0.2.174/src/wasi/ |
| H A D | mod.rs | 684 pub fn pwrite(fd: c_int, buf: *const c_void, count: size_t, offset: off_t) -> ssize_t; in pwrite() function
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1965 pub fn pwrite(_fd: c_int, _buf: *const c_void, _count: size_t, _offset: off64_t) -> ssize_t { in pwrite() function
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 3704 pub fn pwrite(fd: c_int, buf: *const c_void, count: size_t, offset: off_t) -> ssize_t; in pwrite() function
|