| /freebsd-13.1/lib/libc/sys/ |
| H A D | pselect.c | 42 #pragma weak pselect macro 44 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 | 54 SLOT(pselect, __sys_pselect),
|
| H A D | Makefile.inc | 78 pselect \ 278 pselect.2 \
|
| H A D | Symbol.map | 193 pselect;
|
| /freebsd-13.1/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-13.1/sys/sys/ |
| H A D | select.h | 100 int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict,
|
| H A D | syscall.mk | 370 pselect.o \
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| 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 | 82 bsd-pselect.o \
|
| /freebsd-13.1/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-13.1/contrib/apr-util/include/private/ |
| H A D | apr_dbd_internal.h | 259 int (*pselect)(apr_pool_t *pool, apr_dbd_t *handle, member
|
| /freebsd-13.1/sys/kern/ |
| H A D | capabilities.conf | 594 pselect
|
| /freebsd-13.1/lib/libc/resolv/ |
| H A D | res_send.c | 153 static int pselect(int, void *, void *, void *, 956 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL); in send_dg() 1159 pselect(int nfds, void *rfds, void *wfds, void *efds, in pselect() function
|
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_syscalls.c | 661 SLOT(pselect); in __thr_interpose_libc()
|
| /freebsd-13.1/contrib/apr-util/dbd/ |
| H A D | apr_dbd.c | 493 return driver->pselect(pool,handle,res,statement,random,args); in apr_dbd_pselect()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | serverloop.c | 237 ret = pselect((*maxfdp)+1, *readsetp, *writesetp, NULL, tsp, sigsetp); in wait_until_can_do_something()
|
| H A D | ChangeLog | 568 Prefix pselect functions to clarify debug messages 574 Fix race in pselect replacement code. 650 to get sigset_t from signal.h needed for the pselect replacement. 1884 upstream: Replace SIGCHLD/notify_pipe kludge with pselect. 1889 to pselect. This ensures that the pselect will immediately wake up if 1890 a child terminates between wait()ing on them and the pselect. 1893 there but is hidden behind a pselect interface. 1984 similar to the pselect bug just fixed in sshd.c. 1992 upstream: Continue accept loop when pselect 2263 Add pselect implementation for platforms without. [all …]
|
| H A D | sshd.c | 1239 ret = pselect(maxfd+1, fdset, NULL, NULL, NULL, &osigset);
|
| H A D | configure.ac | 1930 pselect \
|
| /freebsd-13.1/contrib/bc/src/ |
| H A D | history.c | 1642 return pselect(1, &h->rdset, NULL, NULL, &h->ts, &h->sigmask) > 0 || in bc_history_stdinHasData()
|
| /freebsd-13.1/sbin/ping/ |
| H A D | ping.c | 940 n = pselect(srecv + 1, &rfds, NULL, NULL, &timeout, NULL); in ping()
|
| H A D | ping6.c | 1197 n = pselect(srecv + 1, &rfds, NULL, NULL, &timeout, NULL); in ping6()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2529 fun:pselect=uninstrumented
|
| /freebsd-13.1/ |
| H A D | ObsoleteFiles.inc | 9643 # 20091027: pselect.3 implemented as syscall 9644 OLD_FILES+=usr/share/man/man3/pselect.3.gz
|