Searched defs:O_SEARCH (Results 1 - 2 of 2) sorted by relevance

/external/bison/darwin-lib/
H A Dfcntl.h584 #ifndef O_SEARCH
585 # define O_SEARCH O_RDONLY /* This is often close enough in older systems. */ macro
596 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
/external/bison/linux-lib/
H A Dfcntl.h584 #ifndef O_SEARCH
585 # define O_SEARCH O_RDONLY /* This is often close enough in older systems. */ macro
596 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)

Completed in 82 milliseconds