Searched refs:comma_scan (Results 1 – 6 of 6) sorted by relevance
/third_party/toybox/lib/ |
D | commas.c | 64 int comma_scan(char *optlist, char *opt, int clean) in comma_scan() function 93 i = comma_scan(optlist, s, 0); in comma_scanall()
|
D | lib.h | 371 int comma_scan(char *optlist, char *opt, int clean);
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 324 remount = (void *)(long)comma_scan(opts, "remount", 0); in mount_main() 343 noauto = comma_scan(mm->opts, "noauto", 1); in mount_main() 369 TT.okuser = comma_scan(mm->opts, "user", 1); in mount_main()
|
D | pidof.c | 33 if (comma_scan(TT.omit, toybuf, 0)) return 0;
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 312 remount = (void *)(long)comma_scan(opts, "remount", 0); in mount_main()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 372 int comma_scan(char *optlist, char *opt, int clean);
|