Home
last modified time | relevance | path

Searched refs:O_SEARCH (Results 1 – 4 of 4) sorted by relevance

/external/bison/lib/
Dfcntl.in.h272 #ifndef O_SEARCH
273 # define O_SEARCH O_RDONLY /* This is often close enough in older systems. */
284 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
286 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
Dopen.c129 || (O_SEARCH != O_RDONLY && (flags & O_ACCMODE) == O_SEARCH))) in open()
/external/bison/linux-lib/
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/darwin-lib/
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)