HPUX_UF_NONBLOCK_ON  295 compat/hpux/hpux_compat.c 		if (*fp & HPUX_UF_NONBLOCK_ON) {
HPUX_UF_NONBLOCK_ON  319 compat/hpux/hpux_compat.c 		if (*fp & HPUX_UF_NONBLOCK_ON) {
HPUX_UF_NONBLOCK_ON  343 compat/hpux/hpux_compat.c 		if (*fp & HPUX_UF_NONBLOCK_ON) {
HPUX_UF_NONBLOCK_ON  367 compat/hpux/hpux_compat.c 		if (*fp & HPUX_UF_NONBLOCK_ON) {
HPUX_UF_NONBLOCK_ON  878 compat/hpux/hpux_compat.c 		if ((*ofp & (HPUX_UF_NONBLOCK_ON|HPUX_UF_FNDELAY_ON)) == 0) {
HPUX_UF_NONBLOCK_ON  191 compat/hpux/hpux_file.c 		        HPUX_UF_NONBLOCK_ON : HPUX_UF_FNDELAY_ON;
HPUX_UF_NONBLOCK_ON  229 compat/hpux/hpux_file.c 			*pop |= HPUX_UF_NONBLOCK_ON;
HPUX_UF_NONBLOCK_ON  231 compat/hpux/hpux_file.c 			*pop &= ~HPUX_UF_NONBLOCK_ON;
HPUX_UF_NONBLOCK_ON  238 compat/hpux/hpux_file.c 		if (*pop & (HPUX_UF_NONBLOCK_ON|HPUX_UF_FNDELAY_ON|HPUX_UF_FIONBIO_ON))
HPUX_UF_NONBLOCK_ON  362 compat/hpux/hpux_file.c 			if (*pop & HPUX_UF_NONBLOCK_ON)