Home
last modified time | relevance | path

Searched refs:pselect (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/lib/libc/sys/
H A Dpselect.c42 #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 Dinterposing_table.c54 SLOT(pselect, __sys_pselect),
H A DMakefile.inc78 pselect \
278 pselect.2 \
H A DSymbol.map193 pselect;
/freebsd-13.1/contrib/capsicum-test/
H A Dselect.cc85 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 Dselect.h100 int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict,
H A Dsyscall.mk370 pselect.o \
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h130 int pselect(int, fd_set *, fd_set *, fd_set *, const struct timespec *,
H A Dbsd-pselect.c154 pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in pselect() function
H A DMakefile.in82 bsd-pselect.o \
/freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/
H A Dt_select.c114 if (pselect(1, &rset, NULL, NULL, ts, &set) == -1) { in child()
/freebsd-13.1/contrib/apr-util/include/private/
H A Dapr_dbd_internal.h259 int (*pselect)(apr_pool_t *pool, apr_dbd_t *handle, member
/freebsd-13.1/sys/kern/
H A Dcapabilities.conf594 pselect
/freebsd-13.1/lib/libc/resolv/
H A Dres_send.c153 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 Dthr_syscalls.c661 SLOT(pselect); in __thr_interpose_libc()
/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd.c493 return driver->pselect(pool,handle,res,statement,random,args); in apr_dbd_pselect()
/freebsd-13.1/crypto/openssh/
H A Dserverloop.c237 ret = pselect((*maxfdp)+1, *readsetp, *writesetp, NULL, tsp, sigsetp); in wait_until_can_do_something()
H A DChangeLog568 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 Dsshd.c1239 ret = pselect(maxfd+1, fdset, NULL, NULL, NULL, &osigset);
H A Dconfigure.ac1930 pselect \
/freebsd-13.1/contrib/bc/src/
H A Dhistory.c1642 return pselect(1, &h->rdset, NULL, NULL, &h->ts, &h->sigmask) > 0 || in bc_history_stdinHasData()
/freebsd-13.1/sbin/ping/
H A Dping.c940 n = pselect(srecv + 1, &rfds, NULL, NULL, &timeout, NULL); in ping()
H A Dping6.c1197 n = pselect(srecv + 1, &rfds, NULL, NULL, &timeout, NULL); in ping6()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2529 fun:pselect=uninstrumented
/freebsd-13.1/
H A DObsoleteFiles.inc9643 # 20091027: pselect.3 implemented as syscall
9644 OLD_FILES+=usr/share/man/man3/pselect.3.gz