Searched refs:comma_scan (Results 1 – 5 of 5) sorted by relevance
/external/toybox/toys/lsb/ |
D | mount.c | 299 remount = (void *)(long)comma_scan(opts, "remount", 1); in mount_main() 318 noauto = comma_scan(mm->opts, "noauto", 1); in mount_main() 344 TT.okuser = comma_scan(mm->opts, "user", 1); in mount_main()
|
D | pidof.c | 32 if (comma_scan(TT.omit, toybuf, 0)) return 0;
|
/external/toybox/lib/ |
D | getmountlist.c | 89 int comma_scan(char *optlist, char *opt, int clean) in comma_scan() function 115 i = comma_scan(optlist, s, 0); in comma_scanall()
|
D | lib.h | 266 int comma_scan(char *optlist, char *opt, int clean);
|
/external/toybox/toys/posix/ |
D | cp.c | 384 if (comma_scan(pre, "all", 1)) TT.pflags = ~0; in cp_main() 386 if (comma_scan(pre, cp_preserve[i].name, 1)) TT.pflags |= 1<<i; in cp_main()
|