Searched refs:tmpfd (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dnc.c45 int do_listen = 0, lport = 0, tmpfd, opt, sfd; local
88 if ((tmpfd = accept(sfd, (struct sockaddr *) &address, &addrlen)) < 0)
92 sfd = tmpfd;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dreply.c1197 int tmpfd; local
1218 tmpfd = smb_mkstemp(fname);
1219 if (tmpfd == -1) {
1234 close(tmpfd);

Completed in 45 milliseconds