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

/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_fcntl.h39 #define SVR4_O_RDWR 0x0002 macro
H A Dsvr4_fcntl.c109 r |= (l & SVR4_O_RDWR) ? O_RDWR : 0;
129 r |= (l & O_RDWR) ? SVR4_O_RDWR : 0;

Completed in 157 milliseconds