Home
last modified time | relevance | path

Searched refs:opt_help (Results 1 - 25 of 129) sorted by relevance

123456

/third_party/icu/icu4c/source/samples/coll/
H A Dcoll.cpp50 UBool opt_help = false; variable
83 {"-help", OptSpec::FLAG, &opt_help},
84 {"-?", OptSpec::FLAG, &opt_help},
247 if (!static_cast<bool>(processOptions(argc, argv, opts)) || static_cast<bool>(opt_help)) { in main()
/third_party/skia/third_party/externals/icu/source/samples/coll/
H A Dcoll.cpp50 UBool opt_help = false; variable
83 {"-help", OptSpec::FLAG, &opt_help},
84 {"-?", OptSpec::FLAG, &opt_help},
247 if (!static_cast<bool>(processOptions(argc, argv, opts)) || static_cast<bool>(opt_help)) { in main()
/third_party/icu/icu4c/source/samples/strsrch/
H A Dstrsrch.cpp52 UBool opt_help = false; variable
93 {"-help", OptSpec::FLAG, &opt_help},
94 {"-?", OptSpec::FLAG, &opt_help},
284 if (!static_cast<bool>(processOptions(argc, argv, opts)) || static_cast<bool>(opt_help)) { in main()
/third_party/skia/third_party/externals/icu/source/samples/strsrch/
H A Dstrsrch.cpp52 UBool opt_help = false; variable
93 {"-help", OptSpec::FLAG, &opt_help},
94 {"-?", OptSpec::FLAG, &opt_help},
284 if (!static_cast<bool>(processOptions(argc, argv, opts)) || static_cast<bool>(opt_help)) { in main()
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp103 UBool opt_help = false; variable
154 {"-help", OptSpec::FLAG, &opt_help},
155 {"-?", OptSpec::FLAG, &opt_help},
646 if (ProcessOptions(argc, argv, opts) != true || opt_help || opt_fName == 0) { in main()
/third_party/ltp/scripts/
H A Dcheckbashisms.pl51 my ($opt_help, $opt_version);
62 $opt_help = 1 if int(@ARGV) == 0;
65 "help|h" => \$opt_help,
76 if ($opt_help) { print $usage; exit 0; }
/third_party/openssl/test/testutil/
H A Dmain.c34 opt_help(test_get_options()); in main()
/third_party/node/deps/openssl/openssl/apps/
H A Derrstr.c49 opt_help(errstr_options); in errstr_main()
H A Dinfo.c59 opt_help(info_options); in info_main()
H A Dprime.c59 opt_help(prime_options); in prime_main()
H A Dgendsa.c75 opt_help(gendsa_options); in gendsa_main()
H A Dnseq.c57 opt_help(nseq_options); in nseq_main()
H A Dpkeyparam.c65 opt_help(pkeyparam_options); in pkeyparam_main()
H A Drand.c66 opt_help(rand_options); in rand_main()
H A Dversion.c60 opt_help(version_options); in version_main()
H A Dsess_id.c67 opt_help(sess_id_options); in sess_id_main()
H A Dkdf.c92 opt_help(kdf_options); in kdf_main()
/third_party/openssl/apps/
H A Derrstr.c49 opt_help(errstr_options); in errstr_main()
H A Dinfo.c52 opt_help(info_options); in info_main()
H A Dprime.c59 opt_help(prime_options); in prime_main()
H A Dpkeyparam.c65 opt_help(pkeyparam_options); in pkeyparam_main()
H A Drand.c66 opt_help(rand_options); in rand_main()
H A Dversion.c60 opt_help(version_options); in version_main()
H A Dgendsa.c75 opt_help(gendsa_options); in gendsa_main()
H A Dnseq.c57 opt_help(nseq_options); in nseq_main()

Completed in 12 milliseconds

123456