Searched refs:FD_CLOEXEC (Results 126 - 150 of 177) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dpex-unix.c518 if (fcntl (fd, F_SETFD, FD_CLOEXEC) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dlog.c113 #ifndef FD_CLOEXEC
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/usb-modeswitch-2.2.3/jim/
H A Djim-aio.c1046 #ifdef FD_CLOEXEC
1048 fcntl(af->fd, F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/usb-modeswitch-2.2.3/jim/
H A Djim-aio.c1046 #ifdef FD_CLOEXEC
1048 fcntl(af->fd, F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/usb-modeswitch-2.2.3/jim/
H A Djim-aio.c1046 #ifdef FD_CLOEXEC
1048 fcntl(af->fd, F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/
H A Devutil.c106 #if !defined(O_CLOEXEC) && defined(FD_CLOEXEC)
107 if (fcntl(fd, F_SETFD, FD_CLOEXEC) < 0)
344 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) == -1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/
H A Devutil.c106 #if !defined(O_CLOEXEC) && defined(FD_CLOEXEC)
107 if (fcntl(fd, F_SETFD, FD_CLOEXEC) < 0)
344 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) == -1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/
H A Devutil.c106 #if !defined(O_CLOEXEC) && defined(FD_CLOEXEC)
107 if (fcntl(fd, F_SETFD, FD_CLOEXEC) < 0)
344 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) == -1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/madwimax-0.1.1/src/
H A Dwimax.c240 flags |= FD_CLOEXEC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/madwimax-0.1.1/src/
H A Dwimax.c240 flags |= FD_CLOEXEC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-record.c578 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/snooper/
H A Dbroadcom.c361 if (value < 0 || fcntl(fd, F_SETFD, value | FD_CLOEXEC) < 0) {
362 log_error("fcntl::FD_CLOEXEC: %s", strerror(errno));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/
H A Dbuiltin-record.c578 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Dhelper.c559 fcntl(event_fd, F_SETFD, i | FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-l2tp/handlers/
H A Dsync-pppd.c373 if (fcntl(m_pty, F_SETFD, FD_CLOEXEC) == -1) {
374 l2tp_set_errmsg("Unable to set FD_CLOEXEC");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Dhelper.c559 fcntl(event_fd, F_SETFD, i | FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-l2tp/handlers/
H A Dsync-pppd.c373 if (fcntl(m_pty, F_SETFD, FD_CLOEXEC) == -1) {
374 l2tp_set_errmsg("Unable to set FD_CLOEXEC");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/snooper/
H A Dbroadcom.c361 if (value < 0 || fcntl(fd, F_SETFD, value | FD_CLOEXEC) < 0) {
362 log_error("fcntl::FD_CLOEXEC: %s", strerror(errno));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Dhelper.c559 fcntl(event_fd, F_SETFD, i | FD_CLOEXEC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/snooper/
H A Dbroadcom.c361 if (value < 0 || fcntl(fd, F_SETFD, value | FD_CLOEXEC) < 0) {
362 log_error("fcntl::FD_CLOEXEC: %s", strerror(errno));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-l2tp/handlers/
H A Dsync-pppd.c373 if (fcntl(m_pty, F_SETFD, FD_CLOEXEC) == -1) {
374 l2tp_set_errmsg("Unable to set FD_CLOEXEC");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/madwimax-0.1.1/src/
H A Dwimax.c240 flags |= FD_CLOEXEC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/iptables/
H A Dxtables.c312 if (fcntl(procfile, F_SETFD, FD_CLOEXEC) == -1) {
771 if (fcntl(sockfd, F_SETFD, FD_CLOEXEC) == -1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/iptables/
H A Dxtables.c312 if (fcntl(procfile, F_SETFD, FD_CLOEXEC) == -1) {
771 if (fcntl(sockfd, F_SETFD, FD_CLOEXEC) == -1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/iptables/
H A Dxtables.c312 if (fcntl(procfile, F_SETFD, FD_CLOEXEC) == -1) {
771 if (fcntl(sockfd, F_SETFD, FD_CLOEXEC) == -1) {

Completed in 172 milliseconds

12345678