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

/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_fcntl.h37 #define SVR4_O_RDONLY 0x0000 macro
H A Dsvr4_fcntl.c107 r |= (l & SVR4_O_RDONLY) ? O_RDONLY : 0;
127 r |= (l & O_RDONLY) ? SVR4_O_RDONLY : 0;

Completed in 194 milliseconds