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

  /external/toybox/scripts/
mkflags.c 17 struct flag *lopt; member in struct:flag
69 new->next = list->lopt;
70 list->lopt = new;
75 blank->lopt = new;
159 struct flag *f = offlist->lopt;
174 if (aflist->lopt) {
175 if (flist && flist->lopt &&
176 !strcmp(flist->lopt->command, aflist->lopt->command))
178 sprintf(out, "#define FLAG_%s (1<<%d)\n", flist->lopt->command, bit)
    [all...]
  /external/toybox/toys/pending/
modprobe.c 409 int lopt = 0; local
415 opt = xrealloc(opt, lopt + 2 + strlen(var) + 2);
420 lopt += sprintf(opt + lopt, fmt, (int) (val - var), var, val);

Completed in 52 milliseconds