Home
last modified time | relevance | path

Searched defs:__buf (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dunistd.h35 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()
140 __NTH (readlink (__const char *__restrict __path, char *__restrict __buf, in __NTH()
175 char *__restrict __buf, size_t __len)) in __NTH()
201 __NTH (getcwd (char *__buf, size_t __size)) in __NTH()
222 __NTH (getwd (char *__buf)) in __NTH()
241 __NTH (confstr (int __name, char *__buf, size_t __len)) in __NTH()
292 __NTH (ttyname_r (int __fd, char *__buf, size_t __buflen)) in __NTH()
[all …]
H A Dsocket2.h35 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 Dstdlib.h65 __NTH (ptsname_r (int __fd, char *__buf, size_t __buflen)) in __NTH()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dsem.h49 struct seminfo *__buf; /* buffer for IPC_INFO */ member