Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
Dfortify_poll_chk_test.cpp28 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/
Dpoll.h27 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/
Dpoll.h27 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/
Dfortify.c103 int __poll_chk(struct pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) in __poll_chk() function
/third_party/musl/
Dlibc.map.txt170 __poll_chk;