Home
last modified time | relevance | path

Searched refs:opt_help (Results 1 – 25 of 73) sorted by relevance

123

/third_party/icu/icu4c/source/samples/coll/
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/
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/flutter/skia/third_party/externals/icu/source/samples/coll/
Dcoll.cpp50 UBool opt_help = FALSE; variable
83 {"-help", OptSpec::FLAG, &opt_help},
84 {"-?", OptSpec::FLAG, &opt_help},
247 if (processOptions(argc, argv, opts) != TRUE || opt_help) { in main()
/third_party/icu/icu4c/source/samples/strsrch/
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/
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/flutter/skia/third_party/externals/icu/source/samples/strsrch/
Dstrsrch.cpp52 UBool opt_help = FALSE; variable
93 {"-help", OptSpec::FLAG, &opt_help},
94 {"-?", OptSpec::FLAG, &opt_help},
284 if (processOptions(argc, argv, opts) != TRUE || opt_help) { in main()
/third_party/ltp/scripts/
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/icu/icu4c/source/test/perf/ubrkperf/
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/openssl/apps/
Derrstr.c45 opt_help(errstr_options); in errstr_main()
Dnseq.c49 opt_help(nseq_options); in nseq_main()
Dpkeyparam.c55 opt_help(pkeyparam_options); in pkeyparam_main()
Drand.c58 opt_help(rand_options); in rand_main()
Dprime.c51 opt_help(prime_options); in prime_main()
Dgendsa.c66 opt_help(gendsa_options); in gendsa_main()
Dversion.c80 opt_help(version_options); in version_main()
Dsess_id.c62 opt_help(sess_id_options); in sess_id_main()
Dgenrsa.c85 opt_help(genrsa_options); in genrsa_main()
Dpkcs7.c65 opt_help(pkcs7_options); in pkcs7_main()
Dspkac.c74 opt_help(spkac_options); in spkac_main()
Dpkey.c72 opt_help(pkey_options); in pkey_main()
Dciphers.c111 opt_help(ciphers_options); in ciphers_main()
Dcrl2p7.c64 opt_help(crl2pkcs7_options); in crl2pkcs7_main()
Ddsaparam.c70 opt_help(dsaparam_options); in dsaparam_main()
Ddsa.c85 opt_help(dsa_options); in dsa_main()
/third_party/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp113 UBool opt_help = false; variable
178 {"-help", OptSpec::FLAG, &opt_help},
179 {"-?", OptSpec::FLAG, &opt_help},
1429 if (ProcessOptions(argc, argv, opts) != true || opt_help || opt_fName == 0) { in main()

123