HPUX_UF_FNDELAY_ON  298 compat/hpux/hpux_compat.c 		} else if (*fp & HPUX_UF_FNDELAY_ON) {
HPUX_UF_FNDELAY_ON  322 compat/hpux/hpux_compat.c 		} else if (*fp & HPUX_UF_FNDELAY_ON) {
HPUX_UF_FNDELAY_ON  346 compat/hpux/hpux_compat.c 		} else if (*fp & HPUX_UF_FNDELAY_ON) {
HPUX_UF_FNDELAY_ON  370 compat/hpux/hpux_compat.c 		} else if (*fp & HPUX_UF_FNDELAY_ON) {
HPUX_UF_FNDELAY_ON  878 compat/hpux/hpux_compat.c 		if ((*ofp & (HPUX_UF_NONBLOCK_ON|HPUX_UF_FNDELAY_ON)) == 0) {
HPUX_UF_FNDELAY_ON  191 compat/hpux/hpux_file.c 		        HPUX_UF_NONBLOCK_ON : HPUX_UF_FNDELAY_ON;
HPUX_UF_FNDELAY_ON  234 compat/hpux/hpux_file.c 			*pop |= HPUX_UF_FNDELAY_ON;
HPUX_UF_FNDELAY_ON  236 compat/hpux/hpux_file.c 			*pop &= ~HPUX_UF_FNDELAY_ON;
HPUX_UF_FNDELAY_ON  238 compat/hpux/hpux_file.c 		if (*pop & (HPUX_UF_NONBLOCK_ON|HPUX_UF_FNDELAY_ON|HPUX_UF_FIONBIO_ON))
HPUX_UF_FNDELAY_ON  365 compat/hpux/hpux_file.c 			if ((*pop & HPUX_UF_FNDELAY_ON) == 0)