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

  /external/toybox/scripts/
mkflags.c 19 struct flag *lopt; member in struct:flag
96 new->next = list->lopt;
97 list->lopt = new;
102 blank->lopt = new;
184 struct flag *f = offlist->lopt;
202 if (aflist->lopt) {
203 if (flist && flist->lopt &&
204 !strcmp(flist->lopt->command, aflist->lopt->command))
206 sprintf(out, "#define FLAG_%s (1%s<<%d)\n", flist->lopt->command
    [all...]
  /external/toybox/toys/pending/
modprobe.c 416 int lopt = 0; local
422 opt = xrealloc(opt, lopt + 2 + strlen(var) + 2);
427 lopt += sprintf(opt + lopt, fmt, (int) (val - var), var, val);
  /external/syslinux/utils/
isohybrid.c 266 struct option lopt[] = \ local
288 while ((n = getopt_long_only(argc, argv, optstr, lopt, &ind)) != -1)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 5922 struct metag_long_option *lopt; local
5950 struct metag_long_option *lopt; local
    [all...]
tc-aarch64.c 7434 struct aarch64_long_option_table *lopt; local
7502 struct aarch64_long_option_table *lopt; local
    [all...]
tc-arm.c 24934 struct arm_long_option_table *lopt; local
25024 struct arm_long_option_table *lopt; local
    [all...]

Completed in 414 milliseconds