HomeSort by relevance Sort by last modified time
    Searched full:lopt (Results 1 - 25 of 26) sorted by null

1 2

  /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/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/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/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-metag.c 5922 struct metag_long_option *lopt; local
5950 struct metag_long_option *lopt; local
    [all...]
tc-aarch64.c 8036 struct aarch64_long_option_table *lopt; local
8104 struct aarch64_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/swiftshader/third_party/LLVM/
Makefile.rules 473 ifndef LOPT
474 LOPT := $(LLVMToolDir)/opt$(EXEEXT)
    [all...]
  /external/e2fsprogs/config/
config.rpath 92 wl='-lopt='
  /external/fio/
options.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
optparse.py 349 long_opts = [self._long_opt_fmt % (lopt, metavar)
350 for lopt in option._long_opts]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
optparse.py 348 long_opts = [self._long_opt_fmt % (lopt, metavar)
349 for lopt in option._long_opts]
    [all...]
  /external/python/cpython2/Lib/
optparse.py 349 long_opts = [self._long_opt_fmt % (lopt, metavar)
350 for lopt in option._long_opts]
    [all...]
  /external/python/cpython3/Lib/
optparse.py 355 long_opts = [self._long_opt_fmt % (lopt, metavar)
356 for lopt in option._long_opts]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
optparse.py 348 long_opts = [self._long_opt_fmt % (lopt, metavar)
349 for lopt in option._long_opts]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
optparse.py 348 long_opts = [self._long_opt_fmt % (lopt, metavar)
349 for lopt in option._long_opts]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 348 long_opts = [self._long_opt_fmt % (lopt, metavar)
349 for lopt in option._long_opts]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 348 long_opts = [self._long_opt_fmt % (lopt, metavar)
349 for lopt in option._long_opts]
    [all...]
  /external/brotli/tests/testdata/
plrabn12.txt 529 Maimed his brute image, head and hands lopt off,
    [all...]
  /external/hyphenation-patterns/de/
hyph-de-1901.pat.txt     [all...]
hyph-de-1996.pat.txt     [all...]

Completed in 5216 milliseconds

1 2