O_EXEC            309 maint/gnulib/lib/fcntl.in.h #ifndef O_EXEC
O_EXEC            378 maint/gnulib/lib/fcntl.in.h #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
O_EXEC            380 maint/gnulib/lib/fcntl.in.h # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
O_EXEC             69 maint/gnulib/lib/progreloc.c #ifndef O_EXEC
O_EXEC            256 maint/gnulib/lib/progreloc.c       executable_fd = open ("/proc/self/exe", O_EXEC | O_CLOEXEC, 0);
O_EXEC            265 maint/gnulib/lib/progreloc.c         executable_fd = open (buf, O_EXEC | O_CLOEXEC, 0);
O_EXEC            335 maint/gnulib/lib/progreloc.c       executable_fd = open ("/proc/self/exe", O_EXEC | O_CLOEXEC, 0);
O_EXEC             58 maint/gnulib/tests/test-fcntl-h.c #if O_EXEC && O_EXEC != O_RDONLY
O_EXEC             59 maint/gnulib/tests/test-fcntl-h.c     case O_EXEC:
O_EXEC             61 maint/gnulib/tests/test-fcntl-h.c #if O_SEARCH && O_EXEC != O_SEARCH && O_SEARCH != O_RDONLY
O_EXEC             64 maint/gnulib/tests/test-fcntl-h.c       i = ! (~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH));