Home
last modified time | relevance | path

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

123456789

/dports/mail/qmail-tls/netqmail-1.06/
H A Dssl_timeoutio.c49 if (ndelay_on(rfd) == -1 || ndelay_on(wfd) == -1) return -1; in ssl_timeoutaccept()
63 if (ndelay_on(rfd) == -1 || ndelay_on(wfd) == -1) return -1; in ssl_timeoutconn()
H A Dndelay.h4 extern int ndelay_on();
/dports/devel/skalibs/skalibs-2.10.0.3/src/libstddjb/
H A Dpipe_internal.c31 if ((ndelay_on(pi[0]) < 0) || (ndelay_on(pi[1]) < 0)) goto err ; in pipe_internal()
H A Dsocketpair_internal.c27 if (ndelay_on(fd[0]) < 0) goto err ; in socketpair_internal()
28 if (ndelay_on(fd[1]) < 0) goto err ; in socketpair_internal()
H A Dchild_spawn3.c46 if (pipe(p[0]) < 0 || ndelay_on(p[0][0]) < 0 || coe(p[0][0]) < 0) return 0 ; in child_spawn3()
47 if (pipe(p[1]) < 0 || ndelay_on(p[1][1]) < 0 || coe(p[1][1]) < 0) goto errp0 ; in child_spawn3()
48 if (pipe(p[2]) < 0 || ndelay_on(p[2][0]) < 0 || coe(p[2][0]) < 0) goto errp1 ; in child_spawn3()
H A Dchild_spawn2.c43 if (ndelay_on(p[0][0]) < 0 || coe(p[0][0]) < 0 || pipe(p[1]) < 0) goto errp ; in child_spawn2()
44 if (ndelay_on(p[1][1]) < 0 || coe(p[1][1]) < 0) goto errp1 ; in child_spawn2()
/dports/sysutils/socklog/admin/socklog-2.1.0/src/
H A Dtryto.c93 ndelay_on(selfpipe[0]); in main()
94 ndelay_on(selfpipe[1]); in main()
96 ndelay_on(0); in main()
97 if (processor) ndelay_on(4); in main()
H A Dndelay.h6 extern int ndelay_on(int);
/dports/sysutils/daemontools/admin/daemontools-0.76/src/
H A Dsupervise.c221 ndelay_on(selfpipe[0]); in main()
222 ndelay_on(selfpipe[1]); in main()
247 ndelay_on(fdcontrol); /* shouldn't be necessary */ in main()
/dports/sysutils/s6/s6-2.10.0.3/src/conn-tools/
H A Ds6-sudoc.c53 if ((ndelay_on(6) < 0) || (ndelay_on(7) < 0)) in main()
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dtelnetd.c430 ndelay_on(fd); in make_new_session()
437 ndelay_on(sock); in make_new_session()
440 ndelay_on(sock); in make_new_session()
448 ndelay_on(0); in make_new_session()
449 ndelay_on(1); in make_new_session()
/dports/dns/libdjbdns/djbdns-pd-1.05/
H A Dndelay.h4 extern int ndelay_on(int);
/dports/mail/qmail-conf/qmail-conf-0.60/djbdns-1.05/
H A Dndelay.h4 extern int ndelay_on(int);
/dports/mail/qconfirm/mail/qconfirm-0.14.3/src/
H A Dndelay.h6 extern int ndelay_on(int);
/dports/mail/qmail/netqmail-1.06/
H A Dndelay.h4 extern int ndelay_on();
/dports/mail/qmail-rblchk/qmail-rblchk/
H A Dndelay.h4 extern int ndelay_on(int);
/dports/mail/qmail-mysql/netqmail-1.06/
H A Dndelay.h4 extern int ndelay_on();
/dports/mail/qmail-dk/qmail-1.03/
H A Dndelay.h4 extern int ndelay_on();
/dports/www/publicfile/publicfile-0.52/
H A Dndelay.h4 extern int ndelay_on();
/dports/net/ipsvd/net/ipsvd-1.0.0/src/
H A Dndelay.h6 extern int ndelay_on(int);
/dports/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/src/
H A Dndelay.h6 extern int ndelay_on(int);
/dports/sysutils/ucspi-ssl/host/superscript.com/net/ucspi-ssl-0.99b/src/
H A Dndelay.h6 extern int ndelay_on(int);
/dports/sysutils/ucspi-tcp/ucspi-tcp-0.88/
H A Dndelay.h4 extern int ndelay_on(int);
/dports/dns/djbdns/djbdns-1.05/
H A Dndelay.h4 extern int ndelay_on(int);
/dports/dns/djbdns-tools/djbdns-1.05/
H A Dndelay.h4 extern int ndelay_on(int);

123456789