Home
last modified time | relevance | path

Searched refs:comma_collate (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/lsb/
Dmount.c278 for (o = TT.optlist; o; o = o->next) comma_collate(&opts, o->arg); in mount_main()
279 if (toys.optflags & FLAG_r) comma_collate(&opts, "ro"); in mount_main()
280 if (toys.optflags & FLAG_w) comma_collate(&opts, "rw"); in mount_main()
287 if (sss[0]=='-' && sss[1]=='-' && sss[2]) comma_collate(&opts, sss+2); in mount_main()
Dumount.c129 for (tal = TT.t; tal; tal = tal->next) comma_collate(&typestr, tal->arg); in umount_main()
/external/toybox/lib/
Dgetmountlist.c30 void comma_collate(char **old, char *new) in comma_collate() function
Dlib.h264 void comma_collate(char **old, char *new);