Home | History | Annotate | Download | only in dist

Lines Matching defs:O_NOFOLLOW

25304 #ifndef O_NOFOLLOW
25305 # define O_NOFOLLOW 0
30166 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);