Searched refs:__nbytes (Results 1 – 2 of 2) sorted by relevance
| /posix/bits/ |
| A D | unistd.h | 27 size_t __nbytes), read) 30 (int __fd, void *__buf, size_t __nbytes, 36 read (int __fd, void *__buf, size_t __nbytes) in read() argument 40 __fd, __buf, __nbytes); in read() 51 (int __fd, void *__buf, size_t __nbytes, 55 (int __fd, void *__buf, size_t __nbytes, 59 (int __fd, void *__buf, size_t __nbytes, 64 (int __fd, void *__buf, size_t __nbytes, 76 __fd, __buf, __nbytes, __offset); in pread() 84 __fd, __buf, __nbytes, __offset); in pread() [all …]
|
| /posix/ |
| A D | unistd.h | 371 extern ssize_t read (int __fd, void *__buf, size_t __nbytes) __wur 389 extern ssize_t pread (int __fd, void *__buf, size_t __nbytes, 404 extern ssize_t __REDIRECT (pread, (int __fd, void *__buf, size_t __nbytes, 409 size_t __nbytes, __off64_t __offset), 422 extern ssize_t pread64 (int __fd, void *__buf, size_t __nbytes,
|
Completed in 10 milliseconds