Searched refs:close (Results 1 - 25 of 806) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dupnpclosesocket.h35 #define UpnpCloseSocket close
/asus-wl-520gu-7.0.1.45/src/router/busybox/pwd_grp/
H A Dgetgrgid.c36 close(grp_fd);
40 close(grp_fd);
H A Dgetpwuid.c36 close(passwd_fd);
40 close(passwd_fd);
H A Dgrent.c36 close(grp_fd);
43 close(grp_fd);
H A Dpwent.c39 close(pw_fd);
47 close(pw_fd);
H A Dgetgrnam.c42 close(grp_fd);
46 close(grp_fd);
H A Dgetpwnam.c43 close(passwd_fd);
47 close(passwd_fd);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsock_exec.c72 close(listener);
84 if (fd[0] != -1) close(fd[0]);
85 if (fd[1] != -1) close(fd[1]);
86 if (listener != -1) close(listener);
106 close(fd[0]);
107 close(0);
108 close(1);
113 close(fd[1]);
H A Dsmbrun.c89 close(*outfd);
117 close(*outfd);
145 close(1);
148 close(*outfd);
167 /* close all other file descriptors, leaving only 0, 1 and 2. 0 and
171 for (fd=3;fd<256;fd++) close(fd);
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dloop.c49 close(fd);
66 close(ffd);
80 close(fd);
81 close(ffd);
87 close(fd);
88 close(ffd);
91 close(fd);
92 close(ffd);
109 close(fd);
113 close(f
[all...]
H A Dgz_open.c23 close(unzip_pipe[0]);
27 close(unzip_pipe[1]);
30 close(unzip_pipe[1]);
H A Ddaemon.c61 close(fd);
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/handlers/
H A Dpty.c66 if (sfd >= 0) close(sfd);
67 if (mfd >= 0) close(mfd);
83 close(mfd);
84 close(sfd);
90 close(mfd);
91 close(sfd);
H A Dcmd-control.c64 close(fd);
97 close(fd);
102 close(fd);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/plugins/
H A Dpassprompt.c47 close(p[0]);
48 close(p[1]);
56 close(p[0]);
70 close(p[1]);
84 close(p[0]);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/
H A Dpassprompt.c47 close(p[0]);
48 close(p[1]);
56 close(p[0]);
70 close(p[1]);
86 close(p[0]);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/
H A Dpassprompt.c47 close(p[0]);
48 close(p[1]);
56 close(p[0]);
70 close(p[1]);
86 close(p[0]);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dgetsectsize.c53 close(fd);
58 close(fd);
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/printer-accounting/
H A Dhp5-redir31 close(P);
36 close(ACCT);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dupdate.c73 for (pid = 0; pid < OPEN_MAX; pid++) close(pid);
76 for (pid = 0; pid < sysconf(_SC_OPEN_MAX); pid++) close(pid);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/web/
H A Ddiagnose.c52 close(fd);
55 close (fd);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/mach/
H A Dserial_sa1100.h26 void (*close)(struct uart_port *, struct uart_info *); member in struct:sa1100_port_fns
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/mach/
H A Dserial_sa1100.h26 void (*close)(struct uart_port *, struct uart_info *); member in struct:sa1100_port_fns
/asus-wl-520gu-7.0.1.45/src/router/samba/source/aparser/
H A Dtemplate.awk17 close(tplname);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dpartinfo.c61 close(fd);
68 close(fd);
76 close(fd);

Completed in 290 milliseconds

1234567891011>>