Searched refs:SVR4_O_EXCL (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_fcntl.h47 #define SVR4_O_EXCL 0x0400 macro
H A Dsvr4_fcntl.c117 r |= (l & SVR4_O_EXCL) ? O_EXCL : 0;
137 r |= (l & O_EXCL) ? SVR4_O_EXCL : 0;

Completed in 224 milliseconds