Home
last modified time | relevance | path

Searched defs:fd_count (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/libc-test/src/functionalext/fortify/
Dpoll.c54 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/
Dhb-subset-cff-common.cc176 unsigned int fd_count, in hb_serialize_cff_fdselect()
/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c94 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/
Dfortify.c105 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/
Dfortify.h111 #define __DIAGNOSE_BOS_FD_COUNT_TRIVIALLY_SAFE(bos_val, fds, fd_count) \ argument
/third_party/musl/include/fortify/linux/
Dfortify.h111 #define __DIAGNOSE_BOS_FD_COUNT_TRIVIALLY_SAFE(bos_val, fds, fd_count) \ argument
/third_party/libuv/src/win/
Dpoll.c43 unsigned int fd_count; member
/third_party/node/deps/uv/src/win/
Dpoll.c41 unsigned int fd_count; member
/third_party/python/Lib/test/support/
Dos_helper.py491 def fd_count(): function