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

/freebsd-10.2-release/sys/compat/svr4/
H A Dsvr4_fcntl.h38 #define SVR4_O_WRONLY 0x0001 macro
H A Dsvr4_fcntl.c108 r |= (l & SVR4_O_WRONLY) ? O_WRONLY : 0;
128 r |= (l & O_WRONLY) ? SVR4_O_WRONLY : 0;

Completed in 46 milliseconds