Home
last modified time | relevance | path

Searched refs:comma_iterate (Results 1 – 4 of 4) sorted by relevance

/external/toybox/lib/
Dgetmountlist.c20 while ((next = comma_iterate(&arg, &len))) in comma_args()
49 char *comma_iterate(char **list, int *len) in comma_iterate() function
94 char *s = comma_iterate(&optlist, &len); in comma_scan()
113 char *opt = comma_iterate(&scanlist, &i), *s = xstrndup(opt, i); in comma_scanall()
136 if (!(t = comma_iterate(&typelist, &len))) break; in mountlist_istype()
Dlib.h265 char *comma_iterate(char **list, int *len);
/external/toybox/toys/lsb/
Dumount.c62 if (!strcmp(mt->dir, dir)) while ((s = comma_iterate(&mt->opts, &len))) {
/external/toybox/toys/pending/
Dlsof.c451 while ((pid_str = comma_iterate(&TT.pids, &length))) { in lsof_main()