| /mirbsd/src/lib/libpthread/uthread/ |
| D | uthread_select.c | 205 FD_CLR(data.fds[i].fd, readfds); in select() 215 FD_CLR(data.fds[i].fd, in select() 225 FD_CLR(data.fds[i].fd, in select()
|
| /mirbsd/src/usr.sbin/faithd/ |
| D | tcp.c | 186 FD_CLR(s_snd, &writefds); in send_data() 249 FD_CLR(s_rcv, &exceptfds); in relay() 286 FD_CLR(s_rcv, &readfds); in relay()
|
| /mirbsd/src/gnu/usr.bin/perl/win32/include/sys/ |
| D | socket.h | 58 #define PERL_FD_CLR(n,p) FD_CLR(n,p) 167 #undef FD_CLR 172 #define FD_CLR(n,p) PERL_FD_CLR(n,p) macro
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | event-loop.c | 536 FD_CLR (fd, &gdb_notifier.check_masks[0]); in create_file_handler() 541 FD_CLR (fd, &gdb_notifier.check_masks[1]); in create_file_handler() 546 FD_CLR (fd, &gdb_notifier.check_masks[2]); in create_file_handler() 612 FD_CLR (fd, &gdb_notifier.check_masks[0]); in delete_file_handler() 614 FD_CLR (fd, &gdb_notifier.check_masks[1]); in delete_file_handler() 616 FD_CLR (fd, &gdb_notifier.check_masks[2]); in delete_file_handler() 797 FD_CLR (fd, readfds); in gdb_select()
|
| /mirbsd/src/gnu/usr.bin/perl/wince/include/sys/ |
| D | socket.h | 92 #define PERL_FD_CLR(n,p) FD_CLR(n,p) 201 #undef FD_CLR 206 #define FD_CLR(n,p) PERL_FD_CLR(n,p) macro
|
| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | sunos57-select.c | 114 FD_CLR (fd, readfds); in rpl_select() 142 FD_CLR (fd, writefds); in rpl_select()
|
| /mirbsd/src/usr.bin/telnet/ |
| D | sys_bsd.c | 1056 FD_CLR(net, xbitsp); in process_rings() 1067 FD_CLR(net, ibitsp); in process_rings() 1178 FD_CLR(tin, ibitsp); in process_rings() 1203 FD_CLR(net, obitsp); in process_rings() 1207 FD_CLR(tout, obitsp); in process_rings()
|
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | main.c | 596 FD_CLR(i, rfds); in DoLoop() 605 FD_CLR(i, wfds); in DoLoop() 614 FD_CLR(i, efds); in DoLoop()
|
| D | physical.c | 892 FD_CLR(p->fd, r); in physical_RemoveFromSet() 897 FD_CLR(p->fd, e); in physical_RemoveFromSet() 902 FD_CLR(p->fd, w); in physical_RemoveFromSet()
|
| D | ether.c | 142 FD_CLR(dev->cs, r); in ether_RemoveFromSet()
|
| D | netgraph.c | 253 FD_CLR(dev->cs, r); in ng_RemoveFromSet()
|
| /mirbsd/src/lib/libssl/src/apps/ |
| D | s_apps.h | 141 #define FD_CLR(n, p) (*(p) &= ~(1 << ((n) % NFDBITS))) macro
|
| /mirbsd/src/lib/libevent/ |
| D | select.c | 332 FD_CLR(ev->ev_fd, sop->event_readset_in); in select_del() 337 FD_CLR(ev->ev_fd, sop->event_writeset_in); in select_del()
|
| /mirbsd/src/sys/sys/ |
| D | types.h | 194 #define FD_CLR(n, p) ((p)->fds_bits[(n)/NFDBITS] &= ~(1 << ((n) % NFDBITS))) macro
|
| /mirbsd/src/lib/libc/rpc/ |
| D | svc.c | 220 FD_CLR(sock, &svc_fdset); in svc_fd_remove() 222 FD_CLR(sock, __svc_fdset); in svc_fd_remove()
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | XSUB.h | 562 # undef FD_CLR 567 # define FD_CLR(n,p) PERL_FD_CLR(n,p) macro
|
| /mirbsd/src/usr.sbin/inetd/ |
| D | inetd.c | 796 FD_CLR(sep->se_fd, allsockp); in doconfig() 851 FD_CLR(sep->se_fd, allsockp); in doconfig() 888 FD_CLR(sep->se_fd, allsockp); in doconfig() 1918 FD_CLR(sep->se_fd, allsockp); in spawn() 1944 FD_CLR(sep->se_fd, allsockp); in spawn()
|
| /mirbsd/src/sbin/isakmpd/ |
| D | udp.c | 476 FD_CLR(u->s, fds); in udp_fd_set()
|
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | www_tcp.h | 940 #define FD_CLR(fd,pmask) (*(pmask)) &= ~(1 << (fd)) macro
|
| D | HTFTP.c | 1143 FD_CLR(master_socket, &open_sockets); in close_master_socket()
|
| /mirbsd/src/lib/libc/net/ |
| D | res_send.c | 98 #define FD_CLR(n, p) ((p)->fds_bits[(n)/NFDBITS] &= ~(1 << ((n) % NFDBITS))) macro
|
| /mirbsd/src/lib/libc/sys/ |
| D | Makefile.inc | 270 MLINKS+=select.2 FD_SET.3 select.2 FD_CLR.3
|
| /mirbsd/src/usr.bin/ssh/ |
| D | ssh-keyscan.c | 474 FD_CLR(s, read_wait); in confree()
|
| /mirbsd/src/usr.bin/make/ |
| D | job.c | 859 FD_CLR(job->inPipe, outputsp); in JobClose()
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 1321 ./man3/FD_CLR.htm
|