/third_party/icu/icu4c/source/samples/coll/ |
D | coll.cpp | 50 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/ |
D | coll.cpp | 50 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/ |
D | coll.cpp | 50 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/ |
D | strsrch.cpp | 52 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/ |
D | strsrch.cpp | 52 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/ |
D | strsrch.cpp | 52 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/ |
D | checkbashisms.pl | 51 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/ |
D | ubrkperfold.cpp | 103 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/ |
D | errstr.c | 45 opt_help(errstr_options); in errstr_main()
|
D | nseq.c | 49 opt_help(nseq_options); in nseq_main()
|
D | pkeyparam.c | 55 opt_help(pkeyparam_options); in pkeyparam_main()
|
D | rand.c | 58 opt_help(rand_options); in rand_main()
|
D | prime.c | 51 opt_help(prime_options); in prime_main()
|
D | gendsa.c | 66 opt_help(gendsa_options); in gendsa_main()
|
D | version.c | 80 opt_help(version_options); in version_main()
|
D | sess_id.c | 62 opt_help(sess_id_options); in sess_id_main()
|
D | genrsa.c | 85 opt_help(genrsa_options); in genrsa_main()
|
D | pkcs7.c | 65 opt_help(pkcs7_options); in pkcs7_main()
|
D | spkac.c | 74 opt_help(spkac_options); in spkac_main()
|
D | pkey.c | 72 opt_help(pkey_options); in pkey_main()
|
D | ciphers.c | 111 opt_help(ciphers_options); in ciphers_main()
|
D | crl2p7.c | 64 opt_help(crl2pkcs7_options); in crl2pkcs7_main()
|
D | dsaparam.c | 70 opt_help(dsaparam_options); in dsaparam_main()
|
D | dsa.c | 85 opt_help(dsa_options); in dsa_main()
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 113 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()
|