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

/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_fcntl.h42 #define SVR4_O_APPEND 0x0008 macro
H A Dsvr4_fcntl.c111 r |= (l & SVR4_O_APPEND) ? O_APPEND : 0;
131 r |= (l & O_APPEND) ? SVR4_O_APPEND : 0;

Completed in 51 milliseconds