Home
last modified time | relevance | path

Searched defs:O_EXEC (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/tests/vfs/
H A Do_search.c16 #define O_EXEC 0x40000000 macro
/xnu-8792.41.9/bsd/sys/
H A Dfcntl.h183 #define O_EXEC 0x40000000 /* open file for execute only */ macro