Searched defs:nbyte (Results 1 – 4 of 4) sorted by relevance
/sysdeps/posix/ |
A D | pwrite.c | 27 __libc_pwrite (int fd, const void *buf, size_t nbyte, off_t offset) in __libc_pwrite()
|
A D | pwrite64.c | 26 __libc_pwrite64 (int fd, const void *buf, size_t nbyte, off64_t offset) in __libc_pwrite64()
|
A D | pread.c | 26 __libc_pread (int fd, void *buf, size_t nbyte, off_t offset) in __libc_pread()
|
A D | pread64.c | 26 __libc_pread64 (int fd, void *buf, size_t nbyte, off64_t offset) in __libc_pread64()
|
Completed in 3 milliseconds