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

  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm-options.c 60 if (argv[0][1] == '-') { /* lopt */
73 if (options[i].lopt &&
74 strncmp(&argv[0][2], options[i].lopt,
75 (optlen = strlen(options[i].lopt))) == 0) {
87 options[i].lopt);
182 if (options[i].sopt && options[i].lopt)
184 if (options[i].lopt) {
185 sprintf(optopt, "--%s=<%s>", options[i].lopt,
196 if (options[i].sopt && options[i].lopt)
198 if (options[i].lopt) {
    [all...]
yasm-options.h 31 * operate on either -sopt, --lopt, -sopt <val> or --lopt=<val>
39 /*@null@*/ const char *lopt; member in struct:opt_option_s
51 /* (short - will be printed after option sopt/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/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
  /ndk/sources/host-tools/make-3.81/
makefile.com 58 $ lopt = "/debug"
60 $ lopt = ""
86 $ link/exe=make make.opt/opt'lopt
90 $ link/exe=make make.opt/opt,sys$library:vaxcrtl/lib'lopt
  /external/qemu/
qemu-io.c 1734 const struct option lopt[] = { local
    [all...]

Completed in 482 milliseconds