Searched refs:__fds (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/io/bits/ |
D | poll2.h | 26 extern int __REDIRECT (__poll_alias, (struct pollfd *__fds, nfds_t __nfds, 28 extern int __poll_chk (struct pollfd *__fds, nfds_t __nfds, int __timeout, 31 extern int __REDIRECT (__poll_chk_warn, (struct pollfd *__fds, nfds_t __nfds, 37 poll (struct pollfd *__fds, nfds_t __nfds, int __timeout) in poll() argument 39 return __glibc_fortify (poll, __nfds, sizeof (*__fds), in poll() 40 __glibc_objsize (__fds), in poll() 41 __fds, __nfds, __timeout); in poll() 46 extern int __REDIRECT (__ppoll_alias, (struct pollfd *__fds, nfds_t __nfds, 49 extern int __ppoll_chk (struct pollfd *__fds, nfds_t __nfds, 53 extern int __REDIRECT (__ppoll_chk_warn, (struct pollfd *__fds, nfds_t __nfds, [all …]
|
/glibc-2.36/io/sys/ |
D | poll.h | 54 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout) 64 extern int ppoll (struct pollfd *__fds, nfds_t __nfds, 71 extern int __REDIRECT (ppoll, (struct pollfd *__fds, nfds_t __nfds,
|
/glibc-2.36/include/sys/ |
D | poll.h | 5 extern int __poll (struct pollfd *__fds, unsigned long int __nfds,
|
D | socket.h | 19 int __fds[2]) attribute_hidden;
|
/glibc-2.36/socket/sys/ |
D | socket.h | 109 int __fds[2]) __THROW;
|