Home
last modified time | relevance | path

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

/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c291 for (o = TT.optlist; o; o = o->next) comma_collate(&opts, o->arg); in mount_main()
292 if (FLAG(r)) comma_collate(&opts, "ro"); in mount_main()
293 if (FLAG(w)) comma_collate(&opts, "rw"); in mount_main()
300 if (sss[0]=='-' && sss[1]=='-' && sss[2]) comma_collate(&opts, sss+2); in mount_main()
Dumount.c98 for (tal = TT.t; tal; tal = tal->next) comma_collate(&typestr, tal->arg); in umount_main()
/third_party/toybox/toys/lsb/
Dmount.c304 for (o = TT.optlist; o; o = o->next) comma_collate(&opts, o->arg); in mount_main()
305 if (FLAG(r)) comma_collate(&opts, "ro"); in mount_main()
306 if (FLAG(w)) comma_collate(&opts, "rw"); in mount_main()
313 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()
/third_party/toybox/lib/
Dcommas.c29 void comma_collate(char **old, char *new) in comma_collate() function
Dlib.h379 void comma_collate(char **old, char *new);
/third_party/toybox/porting/liteos_a/lib/
Dlib.h371 void comma_collate(char **old, char *new);