Searched refs:TARGET_O_CLOEXEC (Results 1 – 7 of 7) sorted by relevance
55 #ifndef TARGET_O_CLOEXEC56 #define TARGET_O_CLOEXEC 02000000 macro
36 #define TARGET_SOCK_CLOEXEC TARGET_O_CLOEXEC
446 { TARGET_O_CLOEXEC, TARGET_O_CLOEXEC, O_CLOEXEC, O_CLOEXEC },7953 if (flags & ~(TARGET_O_NONBLOCK_MASK | TARGET_O_CLOEXEC)) { in do_signalfd4()9631 host_flags = arg3 & ~TARGET_O_CLOEXEC; in _syscall2()9632 if (arg3 & TARGET_O_CLOEXEC) { in _syscall2()9919 if ((arg3 & ~TARGET_O_CLOEXEC) != 0) { in _syscall2()13232 int host_flags = arg2 & (~(TARGET_O_NONBLOCK_MASK | TARGET_O_CLOEXEC)); in _syscall2()13236 if (arg2 & TARGET_O_CLOEXEC) { in _syscall2()
23 #define TARGET_O_CLOEXEC 010000000 macro
22 #define TARGET_O_CLOEXEC 010000000 macro
27 #define TARGET_O_CLOEXEC 0x400000 macro
109 #define TARGET_SOCK_CLOEXEC TARGET_O_CLOEXEC