/third_party/musl/porting/linux/user/include/fortify/ |
H A D | poll.h | 27 int __poll_chk(struct pollfd*, nfds_t, int, size_t); 29 int __ppoll_chk(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*, size_t); 34 int poll(struct pollfd* const fds __DIAGNOSE_PASS_OBJECT_SIZE, nfds_t fd_amount, int timeout) 51 int ppoll(struct pollfd* const fds __DIAGNOSE_PASS_OBJECT_SIZE, nfds_t fd_amount,
|
/third_party/musl/include/fortify/linux/ |
H A D | poll.h | 27 int __poll_chk(struct pollfd*, nfds_t, int, size_t); 29 int __ppoll_chk(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*, size_t); 34 int poll(struct pollfd* const fds __DIAGNOSE_PASS_OBJECT_SIZE, nfds_t fd_amount, int timeout) 51 int ppoll(struct pollfd* const fds __DIAGNOSE_PASS_OBJECT_SIZE, nfds_t fd_amount,
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | poll.h | 29 typedef unsigned long nfds_t; typedef 37 int poll (struct pollfd *, nfds_t, int); 44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | poll.h | 29 typedef unsigned long nfds_t; typedef 37 int poll (struct pollfd *, nfds_t, int); 44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
|
/third_party/musl/porting/linux/user/include/ |
H A D | poll.h | 29 typedef unsigned long nfds_t; typedef 37 int poll (struct pollfd *, nfds_t, int); 44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | poll.h | 29 typedef unsigned long nfds_t; typedef 37 int poll (struct pollfd *, nfds_t, int); 44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | poll.h | 33 typedef unsigned long nfds_t; typedef 41 int poll (struct pollfd *, nfds_t, int); 48 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
H A D | poll.h | 33 typedef unsigned long nfds_t; typedef 41 int poll (struct pollfd *, nfds_t, int); 45 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
|
/third_party/musl/include/ |
H A D | poll.h | 29 typedef unsigned long nfds_t; typedef 37 int poll (struct pollfd *, nfds_t, int); 44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
|
/third_party/musl/libc-test/src/api/ |
H A D | poll.c | 7 T(nfds_t) in f() 24 {int(*p)(struct pollfd[],nfds_t,int) = poll;} in f()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_spdy.h | 76 nfds_t *real_size); 85 nfds_t *real_size);
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | poll.c | 54 nfds_t fd_count = atoi("2"); in poll_0020() 142 nfds_t fd_count = atoi("2"); in ppoll_0020()
|
/third_party/rust/crates/nix/src/ |
H A D | poll.rs | 159 fds.len() as libc::nfds_t, in poll() 191 fds.len() as libc::nfds_t, in ppoll()
|
/third_party/ltp/testcases/kernel/syscalls/ppoll/ |
H A D | ppoll01.c | 158 static inline int libc_ppoll(struct pollfd *fds, nfds_t nfds, void *tmo_p, in libc_ppoll() 165 static inline int sys_ppoll(struct pollfd *fds, nfds_t nfds, void *tmo_p, in sys_ppoll() 171 static inline int sys_ppoll_time64(struct pollfd *fds, nfds_t nfds, void *tmo_p, in sys_ppoll_time64()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | poll-win32.c | 36 typedef unsigned long nfds_t; typedef 351 pa_poll (struct pollfd *pfd, nfds_t nfd, int timeout) in pa_poll() 359 nfds_t i; in pa_poll() 477 nfds_t i; in pa_poll()
|
/third_party/musl/compat/time32/ |
H A D | ppoll_time32.c | 6 int __ppoll_time32(struct pollfd *fds, nfds_t n, const struct timespec32 *ts32, const sigset_t *mask) in __ppoll_time32()
|
/third_party/musl/src/select/ |
H A D | poll.c | 6 int poll(struct pollfd *fds, nfds_t n, int timeout) in poll()
|
H A D | ppoll.c | 10 int ppoll(struct pollfd *fds, nfds_t n, const struct timespec *to, const sigset_t *mask) in ppoll()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | __ppoll_time64.c | 22 extern int __ppoll_time64(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
|
/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 139 typedef unsigned long nfds_t; typedef 167 int ff_poll(struct pollfd *fds, nfds_t numfds, int timeout);
|
H A D | os_support.c | 226 int ff_poll(struct pollfd *fds, nfds_t numfds, int timeout) in ff_poll() 231 nfds_t i; in ff_poll()
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_poll_chk_test.cpp | 42 nfds_t nfds = 1; in HWTEST_F()
|
/third_party/glfw/src/ |
H A D | posix_poll.c | 39 GLFWbool _glfwPollPOSIX(struct pollfd* fds, nfds_t count, double* timeout) in _glfwPollPOSIX()
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | sockets_priv.h | 164 nfds_t poll_nfds;
|
/third_party/musl/porting/linux/user/src/fortify/ |
H A D | fortify.c | 94 static inline void __diagnose_pollfd_array(const char* fn, size_t fds_size, nfds_t fd_count) in __diagnose_pollfd_array() 103 int __poll_chk(struct pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) in __poll_chk() 110 int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in __ppoll_chk()
|