Home
last modified time | relevance | path

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

/external/bison/lib/
Dfcntl.in.h215 #ifndef O_EXEC
216 # define O_EXEC 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)
/external/bison/linux-lib/
Dfcntl.h527 #ifndef O_EXEC
528 # define O_EXEC 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.h527 #ifndef O_EXEC
528 # define O_EXEC 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/valgrind/memcheck/tests/solaris/
Dexecx.c26 int fd = open("/usr/bin/printf", O_EXEC); in test_fexecve()