| /src/crypto/external/apache2/openssl/dist/apps/ |
| errstr.c | 22 OPT_HELP 29 { "help", OPT_HELP, '-', "Display this summary" }, 50 case OPT_HELP: 51 opt_help(errstr_options);
|
| info.c | 30 { "help", OPT_HELP, '-', "Display this summary" }, 60 case OPT_HELP: 61 opt_help(info_options);
|
| nseq.c | 27 { "help", OPT_HELP, '-', "Display this summary" }, 57 case OPT_HELP: 59 opt_help(nseq_options);
|
| pkeyparam.c | 32 { "help", OPT_HELP, '-', "Display this summary" }, 68 case OPT_HELP: 69 opt_help(pkeyparam_options);
|
| prime.c | 50 { "help", OPT_HELP, '-', "Display this summary" }, 82 case OPT_HELP: 83 opt_help(prime_options);
|
| version.c | 40 { "help", OPT_HELP, '-', "Display this summary" }, 79 case OPT_HELP: 80 opt_help(version_options);
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| errstr.c | 20 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP 27 {"help", OPT_HELP, '-', "Display this summary"}, 48 case OPT_HELP: 49 opt_help(errstr_options);
|
| info.c | 23 {"help", OPT_HELP, '-', "Display this summary"}, 51 case OPT_HELP: 52 opt_help(info_options);
|
| prime.c | 26 {"help", OPT_HELP, '-', "Display this summary"}, 58 case OPT_HELP: 59 opt_help(prime_options);
|
| nseq.c | 25 {"help", OPT_HELP, '-', "Display this summary"}, 55 case OPT_HELP: 57 opt_help(nseq_options);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| errstr.c | 20 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP 26 {"help", OPT_HELP, '-', "Display this summary"}, 44 case OPT_HELP: 45 opt_help(errstr_options);
|
| prime.c | 17 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP, 25 {"help", OPT_HELP, '-', "Display this summary"}, 50 case OPT_HELP: 51 opt_help(prime_options);
|
| gendsa.c | 25 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP, 33 {"help", OPT_HELP, '-', "Display this summary"}, 64 case OPT_HELP: 66 opt_help(gendsa_options);
|
| nseq.c | 18 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP, 23 {"help", OPT_HELP, '-', "Display this summary"}, 47 case OPT_HELP: 49 opt_help(nseq_options);
|
| pkeyparam.c | 19 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP, 25 {"help", OPT_HELP, '-', "Display this summary"}, 54 case OPT_HELP: 55 opt_help(pkeyparam_options);
|
| rand.c | 22 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP, 30 {"help", OPT_HELP, '-', "Display this summary"}, 57 case OPT_HELP: 58 opt_help(rand_options);
|
| genrsa.c | 32 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP, 39 {"help", OPT_HELP, '-', "Display this summary"}, 83 case OPT_HELP: 85 opt_help(genrsa_options);
|
| pkcs7.c | 24 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP, 30 {"help", OPT_HELP, '-', "Display this summary"}, 64 case OPT_HELP: 65 opt_help(pkcs7_options);
|
| pkey.c | 19 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP, 26 {"help", OPT_HELP, '-', "Display this summary"}, 71 case OPT_HELP: 72 opt_help(pkey_options);
|
| sess_id.c | 22 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP, 28 {"help", OPT_HELP, '-', "Display this summary"}, 61 case OPT_HELP: 62 opt_help(sess_id_options);
|
| spkac.c | 24 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP, 31 {"help", OPT_HELP, '-', "Display this summary"}, 73 case OPT_HELP: 74 opt_help(spkac_options);
|
| version.c | 35 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP, 40 {"help", OPT_HELP, '-', "Display this summary"}, 79 case OPT_HELP: 80 opt_help(version_options);
|
| /src/external/bsd/file/dist/src/ |
| file_opts.h | 21 " display this help and exit\n", OPT_HELP)
|
| /src/external/bsd/flex/dist/src/ |
| options.c | 119 {"-?", OPT_HELP, 0} 121 {"-h", OPT_HELP, 0} 123 {"--help", OPT_HELP, 0}
|
| /src/external/public-domain/xz/dist/src/lzmainfo/ |
| lzmainfo.c | 83 OPT_HELP, 88 { "help", no_argument, NULL, OPT_HELP }, 96 case OPT_HELP:
|