| /src/crypto/external/bsd/openssl/dist/apps/ |
| prime.c | 18 OPT_HEX, OPT_GENERATE, OPT_BITS, OPT_SAFE, OPT_CHECKS, 31 {"hex", OPT_HEX, '-', "Hex output"}, 62 case OPT_HEX:
|
| rand.c | 23 OPT_OUT, OPT_ENGINE, OPT_BASE64, OPT_HEX, 39 {"hex", OPT_HEX, '-', "Hex encode output"}, 82 case OPT_HEX:
|
| dgst.c | 43 OPT_HEX, OPT_BINARY, OPT_DEBUG, OPT_FIPS_FINGERPRINT, 67 {"hex", OPT_HEX, '-', "Print as hex dump"}, 181 case OPT_HEX:
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| prime.c | 18 OPT_HEX, OPT_GENERATE, OPT_BITS, OPT_SAFE, OPT_CHECKS 26 {"hex", OPT_HEX, '-', "Hex output"}, 54 case OPT_HEX:
|
| rand.c | 23 OPT_OUT, OPT_ENGINE, OPT_BASE64, OPT_HEX, 34 {"hex", OPT_HEX, '-', "Hex encode output"}, 74 case OPT_HEX:
|
| dgst.c | 42 OPT_HEX, OPT_BINARY, OPT_DEBUG, OPT_FIPS_FINGERPRINT, 65 {"hex", OPT_HEX, '-', "Print as hex dump"}, 169 case OPT_HEX:
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| prime.c | 18 OPT_HEX, 55 { "hex", OPT_HEX, '-', "Hex output" }, 86 case OPT_HEX:
|
| rand.c | 26 OPT_HEX, 43 { "hex", OPT_HEX, '-', "Hex encode output" }, 90 case OPT_HEX:
|
| dgst.c | 55 OPT_HEX, 87 { "hex", OPT_HEX, '-', "Print as hex dump" }, 204 case OPT_HEX:
|
| /src/external/bsd/ipf/dist/lib/ |
| printpacket.c | 41 if ((opts & OPT_HEX) == OPT_HEX) {
|
| /src/external/bsd/flex/dist/src/ |
| options.c | 125 {"--hex", OPT_HEX, 0}
|
| options.h | 66 OPT_HEX,
|
| main.c | 1433 case OPT_HEX:
|
| /src/external/bsd/ipf/dist/ |
| opts.h | 46 #define OPT_HEX 0x2000000
|
| /src/external/bsd/ppp/dist/pppd/ |
| options.h | 62 #define OPT_HEX 0x100 /* int option is in hex */
|
| /src/external/bsd/ipf/dist/tools/ |
| ipftest.c | 192 opts |= OPT_HEX;
|