HomeSort by relevance Sort by last modified time
    Searched refs:xclose (Results 1 - 25 of 38) 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 68 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);
282 xclose(fd);
300 xclose(fd);
makedevs.c 111 xclose(fd);
nsenter.c 84 xclose(fd);
vconfig.c 82 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 171 xclose(0);
cpio.c 269 if (TT.archive) xclose(afd);
cut.c 118 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);
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 85 xclose(fd);
264 xclose(p_fd);
route.c 323 xclose(sokfd);
420 xclose(sockfd);
last.c 191 xclose(fd);
  /external/toybox/lib/
lib.h 110 void xclose(int fd);

Completed in 154 milliseconds

1 2