Searched refs:nfds_t (Results 1 – 16 of 16) 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() 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, 61 ppoll (struct pollfd *__fds, nfds_t __nfds, const struct timespec *__timeout, in ppoll()
|
/glibc-2.36/io/sys/ |
D | poll.h | 33 typedef unsigned long int nfds_t; typedef 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/conform/data/ |
D | poll.h-data | 7 type nfds_t 20 function int poll (struct pollfd[], nfds_t, int)
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | ppoll.c | 25 __ppoll64 (struct pollfd *fds, nfds_t nfds, const struct __timespec64 *timeout, in __ppoll64() 70 __ppoll (struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, in libc_hidden_def()
|
D | poll.c | 26 __poll (struct pollfd *fds, nfds_t nfds, int timeout) in __poll()
|
D | not-cancel.h | 78 __poll_infinity_nocancel (struct pollfd *fds, nfds_t nfds) in __poll_infinity_nocancel()
|
/glibc-2.36/support/ |
D | xpoll.c | 26 xpoll (struct pollfd *fds, nfds_t nfds, int timeout) in xpoll()
|
D | xsocket.h | 37 int xpoll (struct pollfd *, nfds_t, int);
|
/glibc-2.36/io/ |
D | poll.c | 29 __poll (struct pollfd *fds, nfds_t nfds, int timeout) in __poll()
|
D | ppoll.c | 28 ppoll (struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, in ppoll()
|
/glibc-2.36/debug/ |
D | poll_chk.c | 22 __poll_chk (struct pollfd *fds, nfds_t nfds, int timeout, __SIZE_TYPE__ fdslen) in __poll_chk()
|
D | ppoll_chk.c | 22 __ppoll_chk (struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, in __ppoll_chk()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | ppoll.c | 25 ppoll (struct pollfd *fds, nfds_t nfds, in ppoll()
|
D | poll.c | 31 __poll (struct pollfd *fds, nfds_t nfds, int timeout) in __poll()
|
/glibc-2.36/include/sys/ |
D | poll.h | 16 extern int __ppoll64 (struct pollfd *fds, nfds_t nfds,
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.12 | 7164 * io/sys/poll.h: Define nfds_t and use it in poll prototype. 7165 * sysdeps/generic/poll.c: Use nfds_t type in function definition.
|