Searched refs:__poll_chk (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
D | fortify_poll_chk_test.cpp | 28 int ret = __poll_chk(fds, 0, 1, sizeof(fds)); 44 EXPECT_DEATH(__poll_chk(fds, nfds, TIME_OUT, fdsLen), "");
|
/third_party/musl/ndk_musl_include/fortify/ |
D | poll.h | 27 int __poll_chk(struct pollfd*, nfds_t, int, size_t); 43 return __poll_chk(fds, fd_amount, timeout, bos_fds); in poll()
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | poll.h | 27 int __poll_chk(struct pollfd*, nfds_t, int, size_t); 43 return __poll_chk(fds, fd_amount, timeout, bos_fds); in poll()
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 103 int __poll_chk(struct pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) in __poll_chk() function
|
/third_party/musl/ |
D | libc.map.txt | 170 __poll_chk;
|