| /src/crypto/external/apache2/openssl/dist/test/testutil/ |
| test_options.c | 13 /* An overridable list of command line options */ 14 const OPTIONS *test_get_options(void) 16 static const OPTIONS default_options[] = {
|
| /src/crypto/external/bsd/openssl/dist/test/testutil/ |
| test_options.c | 13 /* An overridable list of command line options */ 14 const OPTIONS *test_get_options(void) 16 static const OPTIONS default_options[] = {
|
| /src/crypto/external/apache2/openssl/include/ |
| progs.h | 70 extern const OPTIONS asn1parse_options[]; 71 extern const OPTIONS ca_options[]; 72 extern const OPTIONS ciphers_options[]; 73 extern const OPTIONS cmp_options[]; 74 extern const OPTIONS cms_options[]; 75 extern const OPTIONS crl_options[]; 76 extern const OPTIONS crl2pkcs7_options[]; 77 extern const OPTIONS dgst_options[]; 78 extern const OPTIONS dhparam_options[]; 79 extern const OPTIONS dsa_options[] [all...] |
| /src/crypto/external/bsd/openssl/include/ |
| progs.h | 69 extern const OPTIONS asn1parse_options[]; 70 extern const OPTIONS ca_options[]; 71 extern const OPTIONS ciphers_options[]; 72 extern const OPTIONS cmp_options[]; 73 extern const OPTIONS cms_options[]; 74 extern const OPTIONS crl_options[]; 75 extern const OPTIONS crl2pkcs7_options[]; 76 extern const OPTIONS dgst_options[]; 77 extern const OPTIONS dhparam_options[]; 78 extern const OPTIONS dsa_options[] [all...] |
| /src/external/bsd/bzip2/dist/ |
| bzdiff | 8 # gram on compressed files. All options specified are passed 22 OPTIONS= 27 -*) OPTIONS="$OPTIONS $ARG";; 43 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE" 57 bzip2 -cdfq "$1" | $comp $OPTIONS - "$tmp" 61 *) bzip2 -cdfq "$1" | $comp $OPTIONS - "$2" 66 bzip2 -cdfq "$2" | $comp $OPTIONS "$1" - 68 *) $comp $OPTIONS "$1" "$2"
|
| /src/crypto/external/bsd/openssl.old/include/ |
| progs.h | 22 const OPTIONS *help; 76 extern const OPTIONS asn1parse_options[]; 77 extern const OPTIONS ca_options[]; 78 extern const OPTIONS ciphers_options[]; 79 extern const OPTIONS cms_options[]; 80 extern const OPTIONS crl_options[]; 81 extern const OPTIONS crl2pkcs7_options[]; 82 extern const OPTIONS dgst_options[]; 83 extern const OPTIONS dhparam_options[]; 84 extern const OPTIONS dsa_options[] [all...] |
| /src/lib/libmenu/ |
| menu.h | 59 /* Menu options */ 60 typedef unsigned int OPTIONS; 90 OPTIONS opts; 110 OPTIONS opts; /* options for the menu */ 155 OPTIONS menu_opts(MENU *); 156 int menu_opts_off(MENU *, OPTIONS); 157 int menu_opts_on(MENU *, OPTIONS); 174 int set_menu_opts(MENU *, OPTIONS); 191 OPTIONS item_opts(ITEM *) [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| asn1_stable_parse_test.c | 22 const OPTIONS *test_get_options(void) 24 static const OPTIONS options[] = { local 30 return options;
|
| fips_version_test.c | 24 const OPTIONS *test_get_options(void) 26 static const OPTIONS test_options[] = {
|
| sysdefaulttest.c | 61 const OPTIONS *test_get_options(void) 63 static const OPTIONS test_options[] = {
|
| decoder_propq_test.c | 28 const OPTIONS *test_get_options(void) 30 static const OPTIONS test_options[] = {
|
| bio_readbuffer_test.c | 106 const OPTIONS *test_get_options(void) 108 static const OPTIONS test_options[] = {
|
| ecstresstest.c | 111 const OPTIONS *test_get_options(void) 113 static const OPTIONS test_options[] = {
|
| x509_check_cert_pkey_test.c | 136 const OPTIONS *test_get_options(void) 139 static const OPTIONS test_options[] = { 141 " or [options] file num\n"), 156 TEST_error("Error parsing test options\n");
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| asn1_stable_parse_test.c | 22 const OPTIONS *test_get_options(void) 24 static const OPTIONS options[] = { local 30 return options;
|
| fips_version_test.c | 24 const OPTIONS *test_get_options(void) 26 static const OPTIONS test_options[] = {
|
| bio_readbuffer_test.c | 105 const OPTIONS *test_get_options(void) 107 static const OPTIONS test_options[] = {
|
| conf_include_test.c | 184 const OPTIONS *test_get_options(void) 186 static const OPTIONS test_options[] = {
|
| ecstresstest.c | 112 const OPTIONS *test_get_options(void) 114 static const OPTIONS test_options[] = {
|
| /src/crypto/external/apache2/openssl/dist/apps/include/ |
| function.h | 32 const OPTIONS *help;
|
| /src/crypto/external/bsd/openssl/dist/apps/include/ |
| function.h | 27 const OPTIONS *help;
|
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| ChannelDefs.pm | 30 prog_error ($MESSAGE, [%OPTIONS]); 31 error ($WHERE, $MESSAGE, [%OPTIONS]); 33 fatal ($WHERE, $MESSAGE, [%OPTIONS]); 35 verb ($MESSAGE, [%OPTIONS]); 186 =item C<prog_error ($MESSAGE, [%OPTIONS])> 199 =item C<error ($WHERE, $MESSAGE, [%OPTIONS])> 213 =item C<fatal ($WHERE, $MESSAGE, [%OPTIONS])> 227 =item C<verb ($MESSAGE, [%OPTIONS])> 305 C<$OPTIONS> is C<"--warning"> or C<"-W">, C<@ARGUMENT> is a list of
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| errstr.c | 25 const OPTIONS errstr_options[] = { 26 { OPT_HELP_STR, 1, '-', "Usage: %s [options] errnum...\n" },
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| errstr.c | 23 const OPTIONS errstr_options[] = { 24 {OPT_HELP_STR, 1, '-', "Usage: %s [options] errnum...\n"},
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| errstr.c | 23 const OPTIONS errstr_options[] = { 24 {OPT_HELP_STR, 1, '-', "Usage: %s [options] errnum...\n"},
|