/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/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/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/test/testutil/ |
D | main.c | 34 opt_help(test_get_options()); in main()
|
/third_party/openssl/apps/ |
D | errstr.c | 49 opt_help(errstr_options); in errstr_main()
|
D | info.c | 52 opt_help(info_options); in info_main()
|
D | prime.c | 59 opt_help(prime_options); in prime_main()
|
D | version.c | 60 opt_help(version_options); in version_main()
|
D | pkeyparam.c | 65 opt_help(pkeyparam_options); in pkeyparam_main()
|
D | nseq.c | 57 opt_help(nseq_options); in nseq_main()
|
D | rand.c | 66 opt_help(rand_options); in rand_main()
|
D | gendsa.c | 75 opt_help(gendsa_options); in gendsa_main()
|
D | sess_id.c | 67 opt_help(sess_id_options); in sess_id_main()
|
D | spkac.c | 85 opt_help(spkac_options); in spkac_main()
|
D | pkcs7.c | 74 opt_help(pkcs7_options); in pkcs7_main()
|
D | kdf.c | 92 opt_help(kdf_options); in kdf_main()
|
D | crl2pkcs7.c | 72 opt_help(crl2pkcs7_options); in crl2pkcs7_main()
|
D | genrsa.c | 106 opt_help(genrsa_options); in genrsa_main()
|
/third_party/openssl/doc/internal/man3/ |
D | OPTIONS.pod | 6 opt_init, opt_progname, opt_appname, opt_getprog, opt_help, 29 void opt_help(const OPTIONS *list); 215 The opt_help() function takes a list of option definitions and prints a 234 opt_help(my_options);
|
/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()
|