Searched defs:fd_count (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/functionalext/fortify/ |
D | poll.c | 54 nfds_t fd_count = atoi("2"); in poll_0020() local 142 nfds_t fd_count = atoi("2"); in ppoll_0020() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-subset-cff-common.cc | 176 unsigned int fd_count, in hb_serialize_cff_fdselect()
|
/third_party/musl/porting/linux/user/src/fortify/ |
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()
|
/third_party/musl/src/fortify/linux/ |
D | fortify.c | 105 static inline void __diagnose_pollfd_array(const char* fn, size_t fds_size, nfds_t fd_count) in __diagnose_pollfd_array() 114 int __poll_chk(struct pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) in __poll_chk() 121 int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in __ppoll_chk()
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | fortify.h | 111 #define __DIAGNOSE_BOS_FD_COUNT_TRIVIALLY_SAFE(bos_val, fds, fd_count) \ argument
|
/third_party/musl/include/fortify/linux/ |
D | fortify.h | 111 #define __DIAGNOSE_BOS_FD_COUNT_TRIVIALLY_SAFE(bos_val, fds, fd_count) \ argument
|
/third_party/libuv/src/win/ |
D | poll.c | 43 unsigned int fd_count; member
|
/third_party/node/deps/uv/src/win/ |
D | poll.c | 41 unsigned int fd_count; member
|
/third_party/python/Lib/test/support/ |
D | os_helper.py | 491 def fd_count(): function
|