HPUXFEXCL         150 compat/hpux/hpux_file.c 	   flags & ~(HPUXNONBLOCK|HPUXFSYNCIO|HPUXFEXCL|HPUXFTRUNC|HPUXFCREAT);
HPUXFEXCL         158 compat/hpux/hpux_file.c 		if ((flags & HPUXFEXCL) || (FFLAGS(flags) & FWRITE))
HPUXFEXCL         163 compat/hpux/hpux_file.c 	if (flags & HPUXFEXCL)
HPUXFEXCL         375 compat/hpux/hpux_file.c 			*retval |= HPUXFEXCL;