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

  /external/bison/darwin-lib/
fcntl.h 527 #ifndef O_EXEC
528 # define O_EXEC 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 527 #ifndef O_EXEC
528 # define O_EXEC 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 101 milliseconds