Searched defs:lopt (Results 1 - 3 of 3) sorted by relevance

/external/toybox/scripts/
H A Dmkflags.c17 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
[all...]
/external/toybox/toys/pending/
H A Dmodprobe.c409 int lopt = 0; local
415 opt = xrealloc(opt, lopt + 2 + strlen(var) + 2);
420 lopt += sprintf(opt + lopt, fmt, (int) (val - var), var, val);
/external/fio/
H A Doptions.c3631 static void add_to_lopt(struct option *lopt, struct fio_option *o, argument
3634 lopt->name = (char *) name;
3635 lopt->val = val;
3637 lopt->has_arg = optional_argument;
3639 lopt->has_arg = required_argument;

Completed in 166 milliseconds