HomeSort by relevance Sort by last modified time
    Searched defs:O_SEARCH (Results 1 - 2 of 2) sorted by null

  /external/bison/darwin-lib/
fcntl.h 584 #ifndef O_SEARCH
585 # define O_SEARCH O_RDONLY /* This is often close enough in older systems. */
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/
fcntl.h 584 #ifndef O_SEARCH
585 # define O_SEARCH O_RDONLY /* This is often close enough in older systems. */
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 29 milliseconds