Searched refs:comma_collate (Results 1 – 7 of 7) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 291 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()
|
D | umount.c | 98 for (tal = TT.t; tal; tal = tal->next) comma_collate(&typestr, tal->arg); in umount_main()
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 304 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()
|
D | umount.c | 129 for (tal = TT.t; tal; tal = tal->next) comma_collate(&typestr, tal->arg); in umount_main()
|
/third_party/toybox/lib/ |
D | commas.c | 29 void comma_collate(char **old, char *new) in comma_collate() function
|
D | lib.h | 379 void comma_collate(char **old, char *new);
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 371 void comma_collate(char **old, char *new);
|