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

/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_fcntl.h46 #define SVR4_O_TRUNC 0x0200 macro
H A Dsvr4_fcntl.c116 r |= (l & SVR4_O_TRUNC) ? O_TRUNC : 0;
136 r |= (l & O_TRUNC) ? SVR4_O_TRUNC : 0;

Completed in 62 milliseconds