OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xclose
(Results
1 - 25
of
51
) sorted by null
1
2
3
/external/toybox/toys/other/
freeramdisk.c
26
if (CFG_TOYBOX_FREE)
xclose
(fd);
fsfreeze.c
30
xclose
(fd);
rfkill.c
92
xclose
(tvar);
101
xclose
(fd);
blockdev.c
65
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);
vconfig.c
84
xclose
(fd);
nsenter.c
85
xclose
(fd);
sysctl.c
61
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);
ftpget.c
234
xclose
(remote_fd);
235
xclose
(local_fd);
265
xclose
(remote_fd);
266
xclose
(local_fd);
bootchartd.c
86
xclose
(fd);
171
xclose
(kp_fd);
202
xclose
(proc_stat_fd);
203
xclose
(proc_diskstats_fd);
dumpleases.c
76
xclose
(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 */
klogd.c
54
xclose
(TT.fd);
arping.c
79
xclose
(fd);
258
xclose
(p_fd);
last.c
191
xclose
(fd);
route.c
285
xclose
(sokfd);
371
xclose
(sockfd);
telnetd.c
441
xclose
(tm->pty_fd);
442
xclose
(tm->new_fd);
arp.c
305
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);
Completed in 643 milliseconds
1
2
3