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
448 { TARGET_O_CLOEXEC, TARGET_O_CLOEXEC, O_CLOEXEC, O_CLOEXEC },7955 if (flags & ~(TARGET_O_NONBLOCK_MASK | TARGET_O_CLOEXEC)) { in do_signalfd4()9633 host_flags = arg3 & ~TARGET_O_CLOEXEC; in _syscall2()9634 if (arg3 & TARGET_O_CLOEXEC) { in _syscall2()9921 if ((arg3 & ~TARGET_O_CLOEXEC) != 0) { in _syscall2()13234 int host_flags = arg2 & (~(TARGET_O_NONBLOCK_MASK | TARGET_O_CLOEXEC)); in _syscall2()13238 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