Home
last modified time | relevance | path

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

/freebsd/lib/libc/sys/
H A Dpselect.c38 #pragma weak pselect macro
40 pselect(int n, fd_set *rs, fd_set *ws, fd_set *es, const struct timespec *t, in pselect() function
43 return (INTERPOS_SYS(pselect, n, rs, ws, es, t, s)); in pselect()
H A DSymbol.map14 pselect;
/freebsd/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/lib/libsys/
H A Dinterposing_table.c50 SLOT(pselect, __sys_pselect),
H A DMakefile.sys79 pselect \
289 pselect.2 \
/freebsd/tests/sys/kern/
H A Dprace.c59 pselect(0, NULL, NULL, NULL, &timeout, &set0); in child()
/freebsd/sys/sys/
H A Dselect.h124 int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict,
H A Dsyscall.mk369 pselect.o \
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h130 int pselect(int, fd_set *, fd_set *, fd_set *, const struct timespec *,
H A Dbsd-poll.c78 ret = pselect(maxfd + 1, &readfds, &writefds, &exceptfds, tmoutp, sigmask); in ppoll()
H A Dbsd-pselect.c154 pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in pselect() function
H A DMakefile.in83 bsd-pselect.o \
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_select.c114 if (pselect(1, &rset, NULL, NULL, ts, &set) == -1) { in child()
/freebsd/lib/libc/resolv/
H A Dres_send.c146 static int pselect(int, void *, void *, void *,
949 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL); in send_dg()
1152 pselect(int nfds, void *rfds, void *wfds, void *efds, in pselect() function
/freebsd/lib/libthr/thread/
H A Dthr_syscalls.c653 SLOT(pselect); in __thr_interpose_libc()
/freebsd/usr.bin/script/
H A Dscript.c318 n = pselect(master + 1, &rfd, &wfd, NULL, tvp, pselmask); in main()
/freebsd/contrib/bc/src/
H A Dhistory.c2054 return pselect(1, &h->rdset, NULL, NULL, &h->ts, &h->sigmask) > 0 || in bc_history_stdinHasData()
/freebsd/sbin/ping/
H A Dping.c912 n = pselect(srecv + 1, &rfds, NULL, NULL, &timeout, NULL); in ping()
H A Dping6.c1165 n = pselect(srecv + 1, &rfds, NULL, NULL, &timeout, NULL); in ping6()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2535 fun:pselect=uninstrumented
/freebsd/crypto/openssh/
H A Dconfigure.ac2025 pselect \
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc169 #define pselect __pselect_time64
/freebsd/
H A DObsoleteFiles.inc16517 # 20091027: pselect.3 implemented as syscall
16518 OLD_FILES+=usr/share/man/man3/pselect.3.gz