Searched refs:FD_CLOEXEC (Results 76 - 100 of 177) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-daemon/
H A Dsd-daemon.c107 if (flags & FD_CLOEXEC)
110 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-daemon/
H A Dsd-daemon.c107 if (flags & FD_CLOEXEC)
110 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nsswitch/
H A Dwb_common.c157 #ifdef FD_CLOEXEC
160 flags |= FD_CLOEXEC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/nsswitch/
H A Dwb_common.c154 #ifdef FD_CLOEXEC
157 flags |= FD_CLOEXEC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/nsswitch/
H A Dwb_common.c154 #ifdef FD_CLOEXEC
157 flags |= FD_CLOEXEC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nsswitch/
H A Dwb_common.c157 #ifdef FD_CLOEXEC
160 flags |= FD_CLOEXEC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/nsswitch/
H A Dwb_common.c154 #ifdef FD_CLOEXEC
157 flags |= FD_CLOEXEC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-dnsconfd/
H A Dmain.c135 if (n & FD_CLOEXEC)
138 return fcntl(fd, F_SETFD, n|FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-dnsconfd/
H A Dmain.c135 if (n & FD_CLOEXEC)
138 return fcntl(fd, F_SETFD, n|FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-dnsconfd/
H A Dmain.c135 if (n & FD_CLOEXEC)
138 return fcntl(fd, F_SETFD, n|FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/plugins/down-root/
H A Ddown-root.c179 * of FD_CLOEXEC which will stop
361 if (fcntl (fd[0], F_SETFD, FD_CLOEXEC) < 0)
362 fprintf (stderr, "DOWN-ROOT: Set FD_CLOEXEC flag on socket file descriptor failed\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dxfuncs.c40 return fcntl(fd, F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dxfuncs.c40 return fcntl(fd, F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/plugins/down-root/
H A Ddown-root.c179 * of FD_CLOEXEC which will stop
361 if (fcntl (fd[0], F_SETFD, FD_CLOEXEC) < 0)
362 fprintf (stderr, "DOWN-ROOT: Set FD_CLOEXEC flag on socket file descriptor failed\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dxfuncs.c40 return fcntl(fd, F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/nvram/
H A Dnvram_linux.c57 fcntl(nvram_fd, F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/nvram/
H A Dnvram_linux.c57 fcntl(nvram_fd, F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/plugins/down-root/
H A Ddown-root.c179 * of FD_CLOEXEC which will stop
361 if (fcntl (fd[0], F_SETFD, FD_CLOEXEC) < 0)
362 fprintf (stderr, "DOWN-ROOT: Set FD_CLOEXEC flag on socket file descriptor failed\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/nvram/
H A Dnvram_linux.c57 fcntl(nvram_fd, F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dfcntl.c360 err = get_close_on_exec(fd) ? FD_CLOEXEC : 0;
364 set_close_on_exec(fd, arg & FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Dfcntl.c360 err = get_close_on_exec(fd) ? FD_CLOEXEC : 0;
364 set_close_on_exec(fd, arg & FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/nsswitch/libwbclient/
H A Dwbc_async.c167 #ifdef FD_CLOEXEC
170 flags |= FD_CLOEXEC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/random/
H A Drndunix.c451 #ifdef FD_CLOEXEC
452 fcntl(pipedes[STDIN_FILENO], F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/random/
H A Drndunix.c451 #ifdef FD_CLOEXEC
452 fcntl(pipedes[STDIN_FILENO], F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/nsswitch/libwbclient/
H A Dwbc_async.c167 #ifdef FD_CLOEXEC
170 flags |= FD_CLOEXEC;

Completed in 195 milliseconds

12345678