Searched refs:Getopt (Results 1 – 25 of 36) sorted by relevance
12
/external/ltp/testcases/kernel/io/disktest/ |
D | Makefile.aix | 139 ALLHDRS=main.h sfunc.h parse.h childmain.h threading.h globals.h usage.h Getopt.h io.h dump.h timer… 140 SRCS=main.c sfunc.c parse.c childmain.c threading.c globals.c usage.c Getopt.c io.c dump.c timer.c … 141 OBJS=main.o sfunc.o parse.o childmain.o threading.o globals.o usage.o Getopt.o io.o dump.o timer.o … 157 Getopt.o: Getopt.c Getopt.h
|
D | README | 49 defs.h Getopt.c Getopt.h globals.c
|
D | Makefile.windows | 198 SOURCE=.\Getopt.c
|
/external/libvpx/libvpx/build/make/ |
D | rtcd.pl | 5 use Getopt::Long; 6 Getopt::Long::Configure("auto_help") if $Getopt::Long::VERSION > 2.32; 36 Getopt::Long::HelpMessage('-exit' => 1); 43 Getopt::Long::HelpMessage('-exit' => 1);
|
/external/syslinux/gpxe/src/util/ |
D | padimg.pl | 5 use Getopt::Long; 19 Getopt::Long::Configure ( 'bundling', 'auto_abbrev' );
|
D | licence.pl | 21 use Getopt::Long; 106 Getopt::Long::Configure ( 'bundling', 'auto_abbrev' );
|
D | modrom.pl | 3 use Getopt::Std;
|
D | makerom.pl | 3 use Getopt::Std;
|
/external/abi-dumper/ |
D | Makefile.pl | 23 use Getopt::Long; 24 Getopt::Long::Configure ("posix_default", "no_ignore_case");
|
/external/abi-compliance-checker/ |
D | Makefile.pl | 26 use Getopt::Long; 27 Getopt::Long::Configure ("posix_default", "no_ignore_case");
|
/external/markdown/MarkdownTest/ |
D | MarkdownTest.pl | 12 use Getopt::Long;
|
/external/curl/lib/ |
D | mk-ca-bundle.pl | 34 use Getopt::Std; 112 $Getopt::Std::STANDARD_HELP_VERSION = 1;
|
/external/swiftshader/third_party/LLVM/utils/ |
D | codegen-diff | 3 use Getopt::Std;
|
/external/llvm/utils/ |
D | codegen-diff | 3 use Getopt::Std;
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
D | symshift.pl | 48 use Getopt::Long;
|
D | genlingware.pl | 59 use Getopt::Long;
|
/external/mksh/src/ |
D | misc.c | 54 static void chvt(const Getopt *); 375 Getopt go; in parse_args() 970 ksh_getopt_reset(Getopt *go, int flags) in ksh_getopt_reset() 1007 ksh_getopt(const char **argv, Getopt *go, const char *optionsp) in ksh_getopt() 1980 chvt(const Getopt *go) in chvt() 2049 rndset((unsigned long)chvt_rndsetup(go, sizeof(Getopt))); in chvt()
|
D | sh.h | 1346 } Getopt; typedef 1348 EXTERN Getopt builtin_opt; /* for shell builtin commands */ 1349 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */ 1605 Getopt getopts_state; 2287 void ksh_getopt_reset(Getopt *, int); 2288 int ksh_getopt(const char **, Getopt *, const char *);
|
D | check.pl | 174 use Getopt::Std;
|
/external/valgrind/tests/ |
D | check_headers_and_includes | 26 use Getopt::Long;
|
/external/ImageMagick/scripts/ |
D | format_c_api_docs | 14 use Getopt::Long;
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | genIndexFilters.bat | 40 use Getopt::Long;
|
/external/valgrind/auxprogs/ |
D | nightly-build-summary | 51 use Getopt::Long;
|
/external/icu/icu4c/source/tools/gensprep/ |
D | filterRFC3454.pl | 21 use Getopt::Long;
|
/external/bison/build-aux/ |
D | useless-if-before-free | 32 use Getopt::Long;
|
12