Home
last modified time | relevance | path

Searched defs:O_CLOEXEC (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/sparc/include/uapi/asm/
Dfcntl.h20 #define O_CLOEXEC 0x400000 macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dfcntl.h16 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dfcntl.h17 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
/linux-4.4.14/include/uapi/asm-generic/
Dfcntl.h62 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c74 # define O_CLOEXEC 02000000 macro