Searched refs:comma_collate (Results 1 – 4 of 4) sorted by relevance
278 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()
129 for (tal = TT.t; tal; tal = tal->next) comma_collate(&typestr, tal->arg); in umount_main()
30 void comma_collate(char **old, char *new) in comma_collate() function
264 void comma_collate(char **old, char *new);