Searched refs:N_O_TRUNC (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dfcntl.c48 #define N_O_TRUNC 0x200 macro
65 |N_O_TRUNC|N_O_EXCL|S5_FASYNC)
126 narg |= N_O_TRUNC;
168 if (ret & N_O_TRUNC)
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dfcntl.c47 #define N_O_TRUNC 0x200 macro
64 |N_O_TRUNC|N_O_EXCL|S5_FASYNC)
123 narg |= N_O_TRUNC;
163 if (ret & N_O_TRUNC)
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_open.c62 #define N_O_TRUNC 0x200 macro
87 nflags |= N_O_TRUNC;
311 oflag = (plus ? O_RDWR : O_WRONLY) | N_O_TRUNC | N_O_CREAT;

Completed in 54 milliseconds