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);
rfkill.c 92 xclose(tvar);
101 xclose(fd);
eject.c 77 if (CFG_TOYBOX_FREE) xclose(fd);
lsattr.c 132 xclose(fd);
134 LABEL2: xclose(fd);
275 xclose(fd);
293 xclose(fd);
makedevs.c 111 xclose(fd);
nsenter.c 85 xclose(fd);
vconfig.c 84 xclose(fd);
sysctl.c 61 xclose(fd);
  /external/toybox/toys/posix/
strings.c 60 xclose(fd);
comm.c 80 if (CFG_TOYBOX_FREE) for (i = 0; i < 2; i++) xclose(file[i]);
xargs.c 173 xclose(0);
cpio.c 280 if (TT.archive) xclose(afd);
cut.c 120 xclose(fd);
  /external/toybox/toys/pending/
crontab.c 202 xclose(fd);
207 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);
ftpget.c 234 xclose(remote_fd);
235 xclose(local_fd);
265 xclose(remote_fd);
266 xclose(local_fd);
klogd.c 54 xclose(TT.fd);
bootchartd.c 86 xclose(fd);
171 xclose(kp_fd);
202 xclose(proc_stat_fd);
203 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 298 xclose(pipefd[1]); /* Close unused write*/
303 xclose(pipefd[0]); /* Close unused read end */
346 xclose(pipefd[1]); // Close unused write
351 xclose(pipefd[0]); // Close unused read end
354 xclose(pipefd[1]);
512 xclose(pipefd[0]); /* Close unused read*/
517 xclose(pipefd[1]); /* Close unused read end */
arping.c 79 xclose(fd);
258 xclose(p_fd);
route.c 285 xclose(sokfd);
371 xclose(sockfd);
last.c 191 xclose(fd);

Completed in 441 milliseconds

1 2