Searched refs:FD_CLOEXEC (Results 51 - 75 of 177) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dfcntl.in.h164 #ifndef FD_CLOEXEC
165 # define FD_CLOEXEC 1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dfcntl.in.h164 #ifndef FD_CLOEXEC
165 # define FD_CLOEXEC 1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dfcntl.in.h164 #ifndef FD_CLOEXEC
165 # define FD_CLOEXEC 1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/random/
H A Drndlinux.c50 oldflags |= FD_CLOEXEC;
69 log_error ("error setting FD_CLOEXEC on fd %d: %s\n",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/random/
H A Drndlinux.c50 oldflags |= FD_CLOEXEC;
69 log_error ("error setting FD_CLOEXEC on fd %d: %s\n",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/random/
H A Drndlinux.c50 oldflags |= FD_CLOEXEC;
69 log_error ("error setting FD_CLOEXEC on fd %d: %s\n",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/sys/
H A D_default_fcntl.h106 #define FD_CLOEXEC 1 /* posix */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/sys/
H A D_default_fcntl.h106 #define FD_CLOEXEC 1 /* posix */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/bits/
H A Dfcntl.h106 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/bits/
H A Dfcntl.h106 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/bits/
H A Dfcntl.h106 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dfdevent.c204 #ifdef FD_CLOEXEC
206 force_assert(-1 != fcntl(fd, F_SETFD, FD_CLOEXEC));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/babeld/
H A Dnet.c111 rc = fcntl(s, F_SETFD, rc | FD_CLOEXEC);
212 rc = fcntl(s, F_SETFD, rc | FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dfdevent.c204 #ifdef FD_CLOEXEC
206 force_assert(-1 != fcntl(fd, F_SETFD, FD_CLOEXEC));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/babeld/
H A Dnet.c111 rc = fcntl(s, F_SETFD, rc | FD_CLOEXEC);
212 rc = fcntl(s, F_SETFD, rc | FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/babeld/
H A Dnet.c111 rc = fcntl(s, F_SETFD, rc | FD_CLOEXEC);
212 rc = fcntl(s, F_SETFD, rc | FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dfdevent.c204 #ifdef FD_CLOEXEC
206 force_assert(-1 != fcntl(fd, F_SETFD, FD_CLOEXEC));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os/
H A Dos_handle.c162 fcntl(fhp->fd, F_SETFD, fcntl_flags | FD_CLOEXEC) == -1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os/
H A Dos_handle.c162 fcntl(fhp->fd, F_SETFD, fcntl_flags | FD_CLOEXEC) == -1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os/
H A Dos_handle.c162 fcntl(fhp->fd, F_SETFD, fcntl_flags | FD_CLOEXEC) == -1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/nvram_arm/
H A Dnvram_linux.c60 fcntl(nvram_fd, F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/nvram_arm/
H A Dnvram_linux.c60 fcntl(nvram_fd, F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/nvram_arm/
H A Dnvram_linux.c60 fcntl(nvram_fd, F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/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/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) {

Completed in 148 milliseconds

12345678