HomeSort by: relevance | last modified time | path
    Searched refs:FNDELAY (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
fcntl.h 166 #define FNDELAY O_NONBLOCK /* compat */
  /src/usr.sbin/ypbind/
ypbind.c 994 (void)fcntl(rpcsock, F_SETFL, fcntl(rpcsock, F_GETFL, 0) | FNDELAY);
995 (void)fcntl(pingsock, F_SETFL, fcntl(pingsock, F_GETFL, 0) | FNDELAY);
  /src/sys/external/bsd/ipf/netinet/
ip_log.c 738 if (uio->uio_fpflags & (FNBLOCK|FNDELAY)) {
  /src/bin/ksh/
misc.c 1266 blocking_flags |= FNDELAY; /* hope this exists... */

Completed in 55 milliseconds