HomeSort by relevance Sort by last modified time
    Searched refs:arr_type (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
fsck.c 41 char **arr_type;
127 TT.arr_type = xzalloc((n + 1) * sizeof(char *));
144 TT.arr_type[n++] = p;
169 if (TT.arr_type) {
170 for (i = 0; TT.arr_type[i]; i++) {
173 if (!strcmp(TT.arr_type[i], finfo->type)) ret = 0;
176 if (hasmntopt((const struct mntent *)finfo, TT.arr_type[i])) return 1;
178 if (!hasmntopt((const struct mntent *)finfo, TT.arr_type[i])) return 1;
183 if (TT.arr_type && type_present != 2) return 0;
199 && !TT.arr_type[1]) type = TT.t_list; //one file sys at cmdlin
    [all...]
  /external/toybox/generated/
globals.h 604 char **arr_type; member in struct:fsck_data

Completed in 1127 milliseconds