HomeSort by relevance Sort by last modified time
    Searched refs:xclose (Results 1 - 25 of 39) sorted by null

1 2

  /external/toybox/toys/other/
freeramdisk.c 26 if (CFG_TOYBOX_FREE) xclose(fd);
fsfreeze.c 30 xclose(fd);
blockdev.c 65 xclose(fd);
eject.c 77 if (CFG_TOYBOX_FREE) xclose(fd);
lsattr.c 135 xclose(fd);
137 LABEL2: xclose(fd);
278 xclose(fd);
296 xclose(fd);
makedevs.c 111 xclose(fd);
nsenter.c 86 xclose(fd);
vconfig.c 84 xclose(fd);
sysctl.c 61 xclose(fd);
  /external/toybox/toys/net/
rfkill.c 92 xclose(tvar);
101 xclose(fd);
ftpget.c 201 if (ii!=1) xclose(ii);
202 xclose(port);
203 xclose(TT.fd);
  /external/toybox/toys/pending/
crontab.c 203 xclose(fd);
208 xclose(fd);
219 xclose(fdin);
237 xclose(fdin);
240 xclose(fdout);
253 xclose(tfd);
281 xclose(srcfd);
284 xclose(destfd);
dumpleases.c 76 xclose(fd);
klogd.c 54 xclose(TT.fd);
bootchartd.c 87 xclose(fd);
172 xclose(kp_fd);
203 xclose(proc_stat_fd);
204 xclose(proc_diskstats_fd);
dhcp6.c 171 xclose(fd);
245 if (TT.sock > 0) xclose(TT.sock);
253 xclose(TT.sock);
476 xclose(TT.sock);
477 xclose(TT.sock1);
579 xclose(TT.sock1);
690 xclose(TT.sock1);
691 xclose(TT.sock);
tar.c 299 xclose(pipefd[1]); /* Close unused write*/
304 xclose(pipefd[0]); /* Close unused read end */
347 xclose(pipefd[1]); // Close unused write
352 xclose(pipefd[0]); // Close unused read end
355 xclose(pipefd[1]);
522 xclose(pipefd[0]); /* Close unused read*/
527 xclose(pipefd[1]); /* Close unused read end */
arping.c 79 xclose(fd);
258 xclose(p_fd);
route.c 296 xclose(sokfd);
382 xclose(sockfd);
last.c 191 xclose(fd);
  /external/toybox/toys/posix/
comm.c 79 if (CFG_TOYBOX_FREE) for (i = 0; i < 2; i++) xclose(file[i]);
strings.c 82 xclose(fd);
xargs.c 173 xclose(0);
cpio.c 285 if (TT.archive) xclose(afd);
cut.c 120 xclose(fd);

Completed in 219 milliseconds

1 2