Searched defs:F_DUPFD_CLOEXEC (Results 1 - 4 of 4) sorted by relevance

/external/wayland/src/
H A Dwayland-os.h56 #ifndef F_DUPFD_CLOEXEC
57 #define F_DUPFD_CLOEXEC 1030 macro
/external/strace/xlat/
H A Dfcntlcmds.h68 #if !(defined(F_DUPFD_CLOEXEC) || (defined(HAVE_DECL_F_DUPFD_CLOEXEC) && HAVE_DECL_F_DUPFD_CLOEXEC))
69 # define F_DUPFD_CLOEXEC (1024 + 6) macro
117 XLAT(F_DUPFD_CLOEXEC),
/external/ltp/include/lapi/
H A Dfcntl.h41 #ifndef F_DUPFD_CLOEXEC
42 # define F_DUPFD_CLOEXEC 1030 macro
/external/kernel-headers/original/uapi/linux/
H A Dfcntl.h17 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro

Completed in 368 milliseconds