Home | History | Annotate | Download | only in dist

Lines Matching defs:O_LARGEFILE

38361 #ifndef O_LARGEFILE
38362 # define O_LARGEFILE 0
38365 # undef O_LARGEFILE
38366 # define O_LARGEFILE 0
44393 openFlags |= (O_LARGEFILE|O_BINARY|O_NOFOLLOW);