O_NDELAY 166 compat/hpux/hpux_file.c nflags |= O_NDELAY; O_NDELAY 188 compat/hpux/hpux_file.c if ((error == 0) && (nflags & O_NDELAY)) O_NDELAY 153 compat/ibcs2/ibcs2_fcntl.c if (flags & O_NDELAY) r |= IBCS2_O_NONBLOCK; O_NDELAY 92 compat/linux/linux_file.c res |= cvtto_bsd_mask(lflags, LINUX_O_NDELAY, O_NDELAY); O_NDELAY 113 compat/linux/linux_file.c res |= cvtto_linux_mask(bflags, O_NDELAY, LINUX_O_NDELAY); O_NDELAY 193 compat/osf1/osf1_cvt.c { O_NDELAY, O_NDELAY, OSF1_O_NDELAY }, O_NDELAY 216 compat/osf1/osf1_cvt.c { OSF1_O_NDELAY, OSF1_O_NDELAY, O_NDELAY }, O_NDELAY 125 compat/svr4/svr4_fcntl.c r |= (l & O_NDELAY) ? SVR4_O_NONBLOCK : 0;