Home
last modified time | relevance | path

Searched refs:__ppoll_chk (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
Dfortify_ppoll_chk_test.cpp24 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/
Dpoll.h29 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/
Dpoll.h29 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/
Dfortify.c110 int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in __ppoll_chk() function
/third_party/musl/
Dlibc.map.txt172 __ppoll_chk;