Home
last modified time | relevance | path

Searched refs:nfds_t (Results 1 – 16 of 16) sorted by relevance

/glibc-2.36/io/bits/
Dpoll2.h26 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/
Dpoll.h33 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/
Dpoll.h-data7 type nfds_t
20 function int poll (struct pollfd[], nfds_t, int)
/glibc-2.36/sysdeps/unix/sysv/linux/
Dppoll.c25 __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()
Dpoll.c26 __poll (struct pollfd *fds, nfds_t nfds, int timeout) in __poll()
Dnot-cancel.h78 __poll_infinity_nocancel (struct pollfd *fds, nfds_t nfds) in __poll_infinity_nocancel()
/glibc-2.36/support/
Dxpoll.c26 xpoll (struct pollfd *fds, nfds_t nfds, int timeout) in xpoll()
Dxsocket.h37 int xpoll (struct pollfd *, nfds_t, int);
/glibc-2.36/io/
Dpoll.c29 __poll (struct pollfd *fds, nfds_t nfds, int timeout) in __poll()
Dppoll.c28 ppoll (struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, in ppoll()
/glibc-2.36/debug/
Dpoll_chk.c22 __poll_chk (struct pollfd *fds, nfds_t nfds, int timeout, __SIZE_TYPE__ fdslen) in __poll_chk()
Dppoll_chk.c22 __ppoll_chk (struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, in __ppoll_chk()
/glibc-2.36/sysdeps/mach/hurd/
Dppoll.c25 ppoll (struct pollfd *fds, nfds_t nfds, in ppoll()
Dpoll.c31 __poll (struct pollfd *fds, nfds_t nfds, int timeout) in __poll()
/glibc-2.36/include/sys/
Dpoll.h16 extern int __ppoll64 (struct pollfd *fds, nfds_t nfds,
/glibc-2.36/ChangeLog.old/
DChangeLog.127164 * 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.