Home
last modified time | relevance | path

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

123

/original-bsd/libexec/rbootd/
H A Drbootd.c50 typedef struct fd_set { /* this should already be in 4.2 */ struct
52 } fd_set; typedef
66 fd_set rset;
257 fd_set r;
263 nsel = select(maxfds, &r, (fd_set *)0, (fd_set *)0,
268 nsel = select(maxfds, &r, (fd_set *)0, (fd_set *)0,
/original-bsd/contrib/libg++-2.3/libg++/g++-include/sys/
H A Dsocket.h22 int select _G_ARGS((int, fd_set*, fd_set*, fd_set*, struct timeval*));
/original-bsd/usr.bin/telnet/
H A Dtn3270.c97 fd_set o;
103 (void) select(net+1, (fd_set *) 0, &o, (fd_set *) 0,
181 fd_set o;
189 (void) select(tout+1, (fd_set *) 0, &o, (fd_set *) 0,
H A Dnetwork.c55 fd_set excepts; in stilloob()
61 value = select(net+1, (fd_set *)0, (fd_set *)0, &excepts, &timeout); in stilloob()
/original-bsd/games/tetris/
H A Dinput.c71 switch (select(1, (fd_set *)&i, (fd_set *)0, (fd_set *)0, s)) {
/original-bsd/usr.sbin/timed/timedc/
H A Dcmds.c66 fd_set ready;
87 i = select(sock+1, &ready, (fd_set *)0,
88 (fd_set *)0, &tout);
252 fd_set ready;
301 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0,
397 fd_set ready;
442 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout)) {
/original-bsd/old/athena/kpasswd/
H A Dkpasswd.c66 fd_set readfds;
150 select(sock + 1, &readfds, (fd_set *) 0, (fd_set *) 0, &timeout);
200 select(sock + 1, &readfds, (fd_set *) 0, (fd_set *) 0, &timeout);
/original-bsd/usr.bin/passwd/
H A Dkrb_passwd.c60 fd_set readfds; in krb_passwd()
157 select(sock + 1, &readfds, (fd_set *) 0, (fd_set *) 0, &timeout); in krb_passwd()
226 select(sock + 1, &readfds, (fd_set *) 0, (fd_set *) 0, &timeout); in krb_passwd()
/original-bsd/old/talk/talk/
H A Dctl_transact.c62 if ((nready = select(32, (fd_set *)&read_mask, 0, 0, &wait)) < 0) {
84 nready = select(32, (fd_set *)&read_mask, 0, 0, &wait);
/original-bsd/libexec/getty/
H A Dsubr.c471 if (select(32, (fd_set *)&rfds, (fd_set *)NULL, in autobaud()
472 (fd_set *)NULL, &timeout) <= 0) in autobaud()
478 (void) select(32, (fd_set *)NULL, (fd_set *)NULL, in autobaud()
479 (fd_set *)NULL, &timeout); in autobaud()
/original-bsd/bin/date/
H A Dnetdate.c49 fd_set ready;
115 found = select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout);
/original-bsd/usr.bin/window/
H A Dwwiomux.c38 fd_set imask; in wwiomux()
94 n = select(n + 1, &imask, (fd_set *)0, (fd_set *)0, &tv); in wwiomux()
/original-bsd/lib/librpc/rpc/
H A Drpc_commondata.c37 fd_set svc_fdset;
H A Dsvc_run.c46 fd_set readfds; in svc_run()
/original-bsd/include/
H A Dunistd.h125 int select __P((int, fd_set *, fd_set *, fd_set *, struct timeval *));
/original-bsd/sys/sys/
H A Dtypes.h111 typedef struct fd_set { struct
113 } fd_set; argument
/original-bsd/libexec/rexecd/
H A Drexecd.c159 (void) select(16, (fd_set *)&ready,
160 (fd_set *)NULL, (fd_set *)NULL,
/original-bsd/usr.sbin/amd/amd/
H A Dnfs_start.c141 fd_set readfds; in rpc_pending_now()
182 fd_set readfds;
187 fd_set readfds;
/original-bsd/usr.sbin/lpr/common_source/
H A Dcommon.c318 (void) select(0, (fd_set *)0, (fd_set *)0, (fd_set *)0, &tdelay); in delay()
/original-bsd/usr.sbin/timed/timed/
H A Dmeasure.c50 fd_set ready;
156 count = select(sock_raw+1, &ready, (fd_set *)0,
157 (fd_set *)0, &tout);
/original-bsd/usr.bin/ftp/
H A Dextern.h11 struct fd_set;
36 int empty __P((struct fd_set *, int));
/original-bsd/libexec/telnetd/
H A Ddefs.h133 typedef struct fd_set { int fds_bits[1]; } fd_set; struct
/original-bsd/lib/libc/net/
H A Dres_send.c74 fd_set dsmask;
324 n = select(s+1, &dsmask, (fd_set *)NULL,
325 (fd_set *)NULL, &timeout);
/original-bsd/games/boggle/boggle/
H A Dtimer.c73 fd_set fdbits;
/original-bsd/usr.bin/tn3270/sys_curses/
H A Dsystem.c15 #define fd_set fdset_t macro
438 fd_set fdset; in doconnect()
446 (fd_set *)0, (fd_set *)0, (struct timeval *)0)) < 0) { in doconnect()

123