Searched refs:__ppoll_chk (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
D | fortify_ppoll_chk_test.cpp | 24 int ret = __ppoll_chk(fds, 1, &ts, nullptr, sizeof(fds)); 39 int ret = __ppoll_chk(fds, nfds, timeout, sigMask, sizeof(struct pollfd));
|
/third_party/musl/ndk_musl_include/fortify/ |
D | poll.h | 29 int __ppoll_chk(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*, size_t); 61 return __ppoll_chk(fds, fd_amount, timeout, mask, bos_fds); in ppoll()
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | poll.h | 29 int __ppoll_chk(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*, size_t); 61 return __ppoll_chk(fds, fd_amount, timeout, mask, bos_fds); in ppoll()
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 110 int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in __ppoll_chk() function
|
/third_party/musl/ |
D | libc.map.txt | 172 __ppoll_chk;
|