OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dlist_terminate
(Results
1 - 13
of
13
) sorted by null
/external/toybox/toys/lsb/
umount.c
55
struct mtab_list *mt =
dlist_terminate
(xgetmountlist("/etc/fstab"));
122
mlrev =
dlist_terminate
(mlsave = xgetmountlist(pm));
mount.c
326
mm =
dlist_terminate
(mtl = mtl2 = xgetmountlist(0));
333
if (!remount)
dlist_terminate
(mtl = xgetmountlist("/etc/fstab"));
/external/toybox/lib/
llist.c
90
void *
dlist_terminate
(void *list)
function
lib.h
50
void *
dlist_terminate
(void *list);
/external/toybox/toys/posix/
patch.c
139
dlist_terminate
(TT.current_hunk);
243
dlist_terminate
(buf);
305
dlist_terminate
(TT.current_hunk);
df.c
184
mtend =
dlist_terminate
(mtstart);
find.c
91
dlist_terminate
(bb->names);
523
// Done here vs argument parsing pass so it's after
dlist_terminate
557
} else
dlist_terminate
(TT.argdata);
ps.c
[
all
...]
sed.c
612
if (
dlist_terminate
(append)) while (append) {
[
all
...]
grep.c
414
dlist_terminate
(TT.reg);
ls.c
577
dlist_terminate
(TT.files->child);
/external/toybox/toys/other/
stat.c
105
for (
dlist_terminate
(mt); mt; mt = mt->next) if (mt->stat.st_dev == dev) {
/external/toybox/toys/pending/
vi.c
153
dlist_terminate
(text->up);
184
dlist_terminate
(text->up);
Completed in 3660 milliseconds