Searched refs:FNDELAY (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dsunos4-0.h32 #define O_NDELAY FNDELAY /* Non-blocking I/O (4.2 style) */
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dnon_blocking.c48 #define PATTERN FNDELAY
/macosx-10.9.5/ntp-88/include/
H A Dntp_io.h43 * Define FNDELAY and FASYNC using O_NONBLOCK and O_ASYNC if we need
47 #ifndef FNDELAY
49 # define FNDELAY O_NONBLOCK macro
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/libproc/
H A Ddstore.c56 { (long)FNDELAY, FF_NDELAY },
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Ddstore.c76 { (long)FNDELAY, FF_NDELAY },
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/netware/
H A Dpipe.c33 flags &= ~FNDELAY;
56 flags |= FNDELAY;
61 fcntl(thepipe->filedes, F_SETFL, FNDELAY);
/macosx-10.9.5/apr-30/apr/apr/file_io/netware/
H A Dpipe.c34 flags &= ~FNDELAY;
58 flags |= FNDELAY;
63 fcntl(thepipe->filedes, F_SETFL, FNDELAY);
/macosx-10.9.5/apr-30/apr/apr/network_io/unix/
H A Dsockopt.c32 #elif defined(FNDELAY)
33 fd_flags &= ~FNDELAY;
58 #elif defined(FNDELAY)
59 fd_flags |= FNDELAY;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/unix/
H A Dsockopt.c32 #elif defined(FNDELAY)
33 fd_flags &= ~FNDELAY;
58 #elif defined(FNDELAY)
59 fd_flags |= FNDELAY;
/macosx-10.9.5/ntp-88/libntp/
H A Diosignal.c37 # define FNDELAY O_NDELAY macro
177 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0)
179 msyslog(LOG_ERR, "fcntl(FNDELAY|FASYNC) fails for clock I/O: %m");
211 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0)
214 "fcntl(FNDELAY|FASYNC) fails for clock I/O: %m");
/macosx-10.9.5/ntp-88/libopts/compat/
H A Dcompat.h166 # define O_NONBLOCK FNDELAY
/macosx-10.9.5/ntp-88/sntp/libopts/compat/
H A Dcompat.h166 # define O_NONBLOCK FNDELAY
/macosx-10.9.5/screen-22/screen/
H A Dos.h385 #if !defined(FNBLOCK) && defined(FNDELAY)
386 # define FNBLOCK FNDELAY
/macosx-10.9.5/bash-92/bash-3.2/
H A Dgeneral.c321 # if defined (FNDELAY)
322 # define O_NDELAY FNDELAY
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dfcntl.h205 #define FNDELAY O_NONBLOCK /* compat */ macro
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dcusub.c49 #ifdef FNDELAY
50 #define O_NDELAY FNDELAY
51 #else /* ! defined (FNDELAY) */
53 #endif /* ! defined (FNDELAY) */
/macosx-10.9.5/ntp-88/ntpdate/
H A Dntptimeset.c1882 #undef FNDELAY macro
1893 #elif defined(FNDELAY)
1894 if (fcntl(fd, F_SETFL, FNDELAY) < 0)
1896 msyslog(LOG_ERR, "fcntl(FNDELAY) fails: %m");
1900 #elif defined(O_NDELAY) /* generally the same as FNDELAY */
H A Dntpdate.c1785 msyslog(LOG_ERR, "fcntl(FNDELAY|FASYNC) fails: %m");
1790 # if defined(FNDELAY)
1791 if (fcntl(fd[nbsock], F_SETFL, FNDELAY) < 0) {
1792 msyslog(LOG_ERR, "fcntl(FNDELAY|FASYNC) fails: %m");
1796 # else /* FNDELAY */
1798 # endif /* FNDELAY */
/macosx-10.9.5/rsync-42/rsync/
H A Drsync.h807 # define NONBLOCK_FLAG FNDELAY
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_intres.c733 * Unix: fcntl(O_NONBLOCK) or fcntl(FNDELAY)
741 # ifdef FNDELAY
742 if (fcntl(sockfd, F_SETFL, FNDELAY) == -1) {
743 msyslog(LOG_ERR, "fcntl(FNDELAY) failed: %m");
/macosx-10.9.5/remote_cmds-41.90.1/ypbind.tproj/
H A Dypbind.c618 fcntl(rpcsock, F_SETFL, fcntl(rpcsock, F_GETFL, 0) | FNDELAY);
619 fcntl(pingsock, F_SETFL, fcntl(pingsock, F_GETFL, 0) | FNDELAY);
/macosx-10.9.5/uucp-11/uucp/
H A Dtstuu.c103 #ifdef FNDELAY
104 #define O_NDELAY FNDELAY
105 #else /* ! defined (FNDELAY) */
107 #endif /* ! defined (FNDELAY) */
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DReadKey.xs244 /* fcntl with O_NDELAY (FNDELAY, actually) is broken on NeXT */
265 # if !defined(FNDELAY)
268 # define O_NODELAY FNDELAY
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A Dcheckpw.c759 #define NB_BITMASK FNDELAY
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dio.c47 #ifdef FNDELAY
57 # define O_NONBLOCK FNDELAY
59 #endif /* FNDELAY */
1781 #ifndef FNDELAY
1790 #endif /* !FNDELAY */

Completed in 554 milliseconds

12