Home
last modified time | relevance | path

Searched refs:__nbytes (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dunistd.h24 extern ssize_t __read_chk (int __fd, void *__buf, size_t __nbytes,
27 size_t __nbytes), read) __wur;
29 (int __fd, void *__buf, size_t __nbytes,
35 read (int __fd, void *__buf, size_t __nbytes) in read() argument
39 if (!__builtin_constant_p (__nbytes)) in read()
40 return __read_chk (__fd, __buf, __nbytes, __bos0 (__buf)); in read()
42 if (__nbytes > __bos0 (__buf)) in read()
43 return __read_chk_warn (__fd, __buf, __nbytes, __bos0 (__buf)); in read()
45 return __read_alias (__fd, __buf, __nbytes); in read()
49 extern ssize_t __pread_chk (int __fd, void *__buf, size_t __nbytes,
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dunistd.h327 extern ssize_t read (int __fd, void *__buf, size_t __nbytes) __wur;
343 extern ssize_t pread (int __fd, void *__buf, size_t __nbytes,
355 extern ssize_t __REDIRECT (pread, (int __fd, void *__buf, size_t __nbytes,
359 size_t __nbytes, __off64_t __offset),
371 extern ssize_t pread64 (int __fd, void *__buf, size_t __nbytes,
H A Ddirent.h325 size_t __nbytes,
332 size_t __nbytes,
342 size_t __nbytes,
H A Dlibio.h364 typedef __ssize_t __io_read_fn (void *__cookie, char *__buf, size_t __nbytes);
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dunistd.h109 ssize_t _EXFUN(pread, (int __fd, void *__buf, size_t __nbytes, off_t __offset));
110 ssize_t _EXFUN(pwrite, (int __fd, const void *__buf, size_t __nbytes, off_t __offset));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Din.h482 extern int inet6_option_space (int __nbytes)