HPUXNONBLOCK      150 compat/hpux/hpux_file.c 	   flags & ~(HPUXNONBLOCK|HPUXFSYNCIO|HPUXFEXCL|HPUXFTRUNC|HPUXFCREAT);
HPUXNONBLOCK      165 compat/hpux/hpux_file.c 	if (flags & HPUXNONBLOCK)
HPUXNONBLOCK      190 compat/hpux/hpux_file.c 		    (flags & HPUXNONBLOCK) ?
HPUXNONBLOCK      228 compat/hpux/hpux_file.c 		if (arg & HPUXNONBLOCK)
HPUXNONBLOCK      243 compat/hpux/hpux_file.c 		arg &= ~(HPUXNONBLOCK|HPUXFSYNCIO|HPUXFREMOTE);
HPUXNONBLOCK      363 compat/hpux/hpux_file.c 				*retval |= HPUXNONBLOCK;