| /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/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/ |
| tasm-options.h | 31 * operate on either -sopt, --lopt, -sopt <val> or --lopt=<val> 48 /* (short - will be printed after option sopt/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/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
|
| /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...] |
| /external/bison/build-aux/ |
| config.rpath | 92 wl='-lopt='
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/config/ |
| config.rpath | 89 wl='-lopt='
|
| /ndk/sources/host-tools/sed-4.2.1/build-aux/ |
| config.rpath | 95 wl='-lopt='
|
| /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/llvm/ |
| Makefile.rules | 536 ifndef LOPT 537 LOPT := $(LLVMToolDir)/opt$(EXEEXT) [all...] |
| /external/llvm/projects/sample/ |
| Makefile.llvm.rules | 465 ifndef LOPT 466 LOPT := $(LLVMToolDir)/opt$(EXEEXT) [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/ |
| c++ | |
| g++ | |
| gcc | |