| /freebsd-14.2/lib/libc/sys/ |
| H A D | pselect.c | 38 #pragma weak pselect macro 40 pselect(int n, fd_set *rs, fd_set *ws, fd_set *es, const struct timespec *t, in pselect() function
|
| H A D | interposing_table.c | 50 SLOT(pselect, __sys_pselect),
|
| H A D | Makefile.inc | 78 pselect \ 288 pselect.2 \
|
| H A D | Symbol.map | 190 pselect;
|
| /freebsd-14.2/contrib/capsicum-test/ |
| H A D | select.cc | 85 ret = pselect(maxfd+1, &rset, &wset, NULL, &ts, NULL); 94 ret = pselect(maxfd+1, &rset, &wset, NULL, &ts, NULL);
|
| /freebsd-14.2/sys/sys/ |
| H A D | select.h | 98 int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict,
|
| H A D | syscall.mk | 369 pselect.o \
|
| /freebsd-14.2/crypto/openssh/openbsd-compat/ |
| H A D | bsd-poll.c | 78 ret = pselect(maxfd + 1, &readfds, &writefds, &exceptfds, tmoutp, sigmask); in ppoll()
|
| H A D | bsd-misc.h | 130 int pselect(int, fd_set *, fd_set *, fd_set *, const struct timespec *,
|
| H A D | bsd-pselect.c | 154 pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in pselect() function
|
| H A D | Makefile.in | 83 bsd-pselect.o \
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_select.c | 114 if (pselect(1, &rset, NULL, NULL, ts, &set) == -1) { in child()
|
| /freebsd-14.2/lib/libc/resolv/ |
| H A D | res_send.c | 150 static int pselect(int, void *, void *, void *, 953 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL); in send_dg() 1156 pselect(int nfds, void *rfds, void *wfds, void *efds, in pselect() function
|
| /freebsd-14.2/lib/libthr/thread/ |
| H A D | thr_syscalls.c | 658 SLOT(pselect); in __thr_interpose_libc()
|
| /freebsd-14.2/usr.bin/script/ |
| H A D | script.c | 327 n = pselect(master + 1, &rfd, &wfd, NULL, tvp, pselmask); in main()
|
| /freebsd-14.2/contrib/bc/src/ |
| H A D | history.c | 2054 return pselect(1, &h->rdset, NULL, NULL, &h->ts, &h->sigmask) > 0 || in bc_history_stdinHasData()
|
| /freebsd-14.2/sbin/ping/ |
| H A D | ping.c | 924 n = pselect(srecv + 1, &rfds, NULL, NULL, &timeout, NULL); in ping()
|
| H A D | ping6.c | 1178 n = pselect(srecv + 1, &rfds, NULL, NULL, &timeout, NULL); in ping6()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2535 fun:pselect=uninstrumented
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | configure.ac | 2017 pselect \
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 169 #define pselect __pselect_time64
|
| /freebsd-14.2/ |
| H A D | ObsoleteFiles.inc | 15709 # 20091027: pselect.3 implemented as syscall 15710 OLD_FILES+=usr/share/man/man3/pselect.3.gz
|