/external/bison/lib/ |
D | fcntl.in.h | 194 #if !defined O_CLOEXEC && defined O_NOINHERIT 196 # define O_CLOEXEC O_NOINHERIT 199 #ifndef O_CLOEXEC 200 # define O_CLOEXEC 0
|
D | pipe2.c | 70 if ((flags & ~(O_CLOEXEC | O_NONBLOCK | O_BINARY | O_TEXT)) != 0) in pipe2() 127 if (flags & O_CLOEXEC) in pipe2()
|
D | dup-safer-flag.c | 36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD, in dup_safer_flag()
|
D | fcntl.c | 59 BOOL inherit = flags & O_CLOEXEC ? FALSE : TRUE; in dupfd() 222 result = dupfd (fd, target, O_CLOEXEC); in rpl_fcntl()
|
D | spawn-pipe.c | 139 if (pipe2_safer (ifd, O_BINARY | O_CLOEXEC) < 0) in create_pipe() 142 if (pipe2_safer (ofd, O_BINARY | O_CLOEXEC) < 0) in create_pipe()
|
/external/kernel-headers/original/asm-generic/ |
D | fcntl.h | 61 #ifndef O_CLOEXEC 62 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
|
/external/bison/darwin-lib/ |
D | fcntl.h | 506 #if !defined O_CLOEXEC && defined O_NOINHERIT 508 # define O_CLOEXEC O_NOINHERIT macro 511 #ifndef O_CLOEXEC 512 # define O_CLOEXEC 0 macro
|
/external/chromium_org/sandbox/linux/services/ |
D | broker_process.cc | 48 static const int kCurrentProcessOpenFlagsMask = O_CLOEXEC; 104 O_APPEND | O_ASYNC | O_CLOEXEC | O_CREAT | O_DIRECT | in IsAllowedOpenFlags() 215 RAW_CHECK(kCurrentProcessOpenFlagsMask == O_CLOEXEC); in PathAndFlagsSyscall() 217 flags &= ~O_CLOEXEC; in PathAndFlagsSyscall()
|
/external/bison/linux-lib/ |
D | fcntl.h | 506 #if !defined O_CLOEXEC && defined O_NOINHERIT 508 # define O_CLOEXEC O_NOINHERIT macro 511 #ifndef O_CLOEXEC 512 # define O_CLOEXEC 0 macro
|
/external/qemu/ |
D | osdep.c | 102 #ifdef O_CLOEXEC in qemu_open() 103 ret = open(name, flags | O_CLOEXEC, mode); in qemu_open()
|
D | oslib-posix.c | 99 ret = pipe2(pipefd, O_CLOEXEC); in qemu_pipe()
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | filecap.c | 52 int fd = open(fpath, O_RDONLY|O_CLOEXEC); in check_file() 172 int fd = open(path, O_WRONLY|O_NOFOLLOW|O_CLOEXEC); in main()
|
D | pscap.c | 89 fd = open(buf, O_RDONLY|O_CLOEXEC, 0); in main()
|
/external/kernel-headers/original/linux/ |
D | timerfd.h | 23 #define TFD_CLOEXEC O_CLOEXEC
|
D | signalfd.h | 16 #define SFD_CLOEXEC O_CLOEXEC
|
/external/zlib/src/ |
D | gzlib.c | 99 #ifdef O_CLOEXEC 144 #ifdef O_CLOEXEC 227 #ifdef O_CLOEXEC 228 (cloexec ? O_CLOEXEC : 0) |
|
/external/kernel-headers/original/asm-mips/ |
D | socket.h | 120 #define SOCK_CLOEXEC O_CLOEXEC
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/ |
D | native_drm.c | 318 #ifdef O_CLOEXEC in native_create_display() 319 fd = open(device_name, O_RDWR | O_CLOEXEC); in native_create_display()
|
/external/mesa3d/src/gallium/state_trackers/egl/drm/ |
D | native_drm.c | 318 #ifdef O_CLOEXEC in native_create_display() 319 fd = open(device_name, O_RDWR | O_CLOEXEC); in native_create_display()
|
/external/chromium_org/ui/gfx/ozone/dri/ |
D | dri_wrapper.cc | 16 fd_ = open(device_path, O_RDWR | O_CLOEXEC); in DriWrapper()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/ |
D | native_drm.c | 137 #ifdef O_CLOEXEC in drm_handle_device() 138 drmdpy->fd = open(drmdpy->device_name, O_RDWR | O_CLOEXEC); in drm_handle_device()
|
/external/mesa3d/src/gallium/state_trackers/egl/wayland/ |
D | native_drm.c | 137 #ifdef O_CLOEXEC in drm_handle_device() 138 drmdpy->fd = open(drmdpy->device_name, O_RDWR | O_CLOEXEC); in drm_handle_device()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
D | x11_screen.c | 268 #ifdef O_CLOEXEC in x11_screen_enable_dri2() 269 fd = open(xscr->dri_device, O_RDWR | O_CLOEXEC); in x11_screen_enable_dri2()
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | x11_screen.c | 268 #ifdef O_CLOEXEC in x11_screen_enable_dri2() 269 fd = open(xscr->dri_device, O_RDWR | O_CLOEXEC); in x11_screen_enable_dri2()
|
/external/bluetooth/bluedroid/btif/co/ |
D | bta_hh_co.c | 257 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC); in bta_hh_co_open() 284 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC); in bta_hh_co_open()
|