Home | History | Annotate | Download | only in dist

Lines Matching refs:O_EXCL

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