Searched defs:__fd (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | unistd.h | 35 read (int __fd, void *__buf, size_t __nbytes) in read() 73 pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset) in pread() 88 pread (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) in pread() 106 pread64 (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) in pread64() 174 __NTH (readlinkat (int __fd, __const char *__restrict __path, in __NTH() 292 __NTH (ttyname_r (int __fd, char *__buf, size_t __buflen)) in __NTH()
|
| H A D | socket2.h | 35 recv (int __fd, void *__buf, size_t __n, int __flags) in recv() 65 recvfrom (int __fd, void *__restrict __buf, size_t __n, int __flags, in recvfrom()
|
| H A D | fcntl2.h | 118 openat (int __fd, __const char *__path, int __oflag, ...) in openat() 152 openat64 (int __fd, __const char *__path, int __oflag, ...) in openat64()
|
| H A D | stdio2.h | 171 dprintf (int __fd, __const char *__restrict __fmt, ...) in dprintf() 203 vdprintf (int __fd, __const char *__restrict __fmt, _G_va_list __ap) in vdprintf()
|
| H A D | stdlib.h | 65 __NTH (ptsname_r (int __fd, char *__buf, size_t __buflen)) in __NTH()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | stat.h | 465 __NTH (fstat (int __fd, struct stat *__statbuf)) in __NTH() 472 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf, in __NTH() 489 __NTH (mknodat (int __fd, __const char *__path, __mode_t __mode, in __NTH() 514 __NTH (fstat64 (int __fd, struct stat64 *__statbuf)) in __NTH() 521 __NTH (fstatat64 (int __fd, __const char *__filename, struct stat64 *__statbuf, in __NTH()
|