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

/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_fcntl.h48 #define SVR4_O_NOCTTY 0x0800 macro
H A Dsvr4_fcntl.c118 r |= (l & SVR4_O_NOCTTY) ? O_NOCTTY : 0;
138 r |= (l & O_NOCTTY) ? SVR4_O_NOCTTY : 0;

Completed in 113 milliseconds