Lines Matching refs:__buf
222 ssize_t readlink(const char* __path, char* __buf, size_t __buf_size);
223 ssize_t readlinkat(int __dir_fd, const char* __path, char* __buf, size_t __buf_size)
229 char* getcwd(char* __buf, size_t __size);
238 ssize_t read(int __fd, void* __buf, size_t __count);
239 ssize_t write(int __fd, const void* __buf, size_t __count);
251 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset)
253 ssize_t pwrite(int __fd, const void* __buf, size_t __count, off_t __offset)
259 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset);
260 ssize_t pwrite(int __fd, const void* __buf, size_t __count, off_t __offset);
266 ssize_t pread64(int __fd, void* __buf, size_t __count, off64_t __offset) __INTRODUCED_IN(12);
267 ssize_t pwrite64(int __fd, const void* __buf, size_t __count, off64_t __offset) __INTRODUCED_IN(12);
275 int gethostname(char* __buf, size_t __buf_size);
283 int ttyname_r(int __fd, char* __buf, size_t __buf_size) __INTRODUCED_IN(8);
315 int getdomainname(char* __buf, size_t __buf_size) __INTRODUCED_IN(26);