HomeSort by relevance Sort by last modified time
    Searched defs:O_EXEC (Results 1 - 10 of 10) 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)
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_solaris_amd64.go 639 O_EXEC = 0x400000
    [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_solaris_amd64.go 639 O_EXEC = 0x400000
    [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]

Completed in 552 milliseconds