HomeSort by relevance Sort by last modified time
    Searched refs:lopt (Results 1 - 13 of 13) 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/libpng/contrib/gregbook/
makevms.com 56 $ open/write lopt lib.opt
57 $ write lopt "''pngpath'libpng.olb/lib"
58 $ write lopt "''zpath'libz.olb/lib"
59 $ close lopt
  /external/libpng/contrib/pngminus/
makevms.com 31 $ open/write lopt lib.opt
32 $ write lopt "[--]libpng.olb/lib"
33 $ write lopt "''zlibsrc'libz.olb/lib"
34 $ close lopt
  /external/mksh/src/
rlimits.opt 24 #define FN(lname,lid,lfac,lopt) (const struct limits *)(&rlimits_ ## lid),
rlimits.gen 26 #define FN(lname,lid,lfac,lopt) (const struct limits *)(&rlimits_ ## lid),
funcs.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-visium.c 321 struct visium_long_option_table *lopt; local
349 for (lopt = visium_long_opts; lopt->option != NULL; lopt++)
352 if (c == lopt->option[0]
354 && strncmp (arg, lopt->option + 1,
355 strlen (lopt->option + 1)) == 0)
358 if (lopt->deprecated != NULL)
360 lopt->deprecated);
363 return lopt->func (arg + strlen (lopt->option) - 1)
377 struct visium_long_option_table *lopt; local
    [all...]
tc-aarch64.c 8036 struct aarch64_long_option_table *lopt; local
8104 struct aarch64_long_option_table *lopt; local
    [all...]
tc-metag.c 5922 struct metag_long_option *lopt; local
5950 struct metag_long_option *lopt; local
    [all...]
tc-arm.c 25962 struct arm_long_option_table *lopt; local
26052 struct arm_long_option_table *lopt; local
    [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)
  /external/fio/
options.c     [all...]

Completed in 633 milliseconds