Home | History | Annotate | Download | only in orig

Lines Matching refs:O_EXCL

1512 ** analogous to the O_EXCL and O_CREAT flags of the POSIX open()
30138 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);
31037 fd = robust_open(tPath, (O_RDWR|O_CREAT|O_EXCL), 0);