OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comma_collate
(Results
1 - 4
of
4
) sorted by null
/external/toybox/toys/lsb/
mount.c
278
for (o = TT.optlist; o; o = o->next)
comma_collate
(&opts, o->arg);
279
if (toys.optflags & FLAG_r)
comma_collate
(&opts, "ro");
280
if (toys.optflags & FLAG_w)
comma_collate
(&opts, "rw");
287
if (sss[0]=='-' && sss[1]=='-' && sss[2])
comma_collate
(&opts, sss+2);
umount.c
129
for (tal = TT.t; tal; tal = tal->next)
comma_collate
(&typestr, tal->arg);
/external/toybox/lib/
getmountlist.c
30
void
comma_collate
(char **old, char *new)
function
lib.h
264
void
comma_collate
(char **old, char *new);
Completed in 169 milliseconds