HomeSort by: relevance | last modified time | path
    Searched refs:OPT_BINARY (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
dgst.c 56 OPT_BINARY,
88 { "binary", OPT_BINARY, '-', "Print in binary form" },
207 case OPT_BINARY:
smime.c 51 OPT_BINARY,
123 { "binary", OPT_BINARY, '-', "Don't translate message to text" },
300 case OPT_BINARY:
cms.c 97 OPT_BINARY,
194 { "binary", OPT_BINARY, '-',
498 case OPT_BINARY:
  /src/crypto/external/bsd/openssl/dist/apps/
dgst.c 43 OPT_HEX, OPT_BINARY, OPT_DEBUG, OPT_FIPS_FINGERPRINT,
68 {"binary", OPT_BINARY, '-', "Print in binary form"},
184 case OPT_BINARY:
smime.c 40 OPT_BINARY, OPT_NOSIGS, OPT_STREAM, OPT_INDEF, OPT_NOINDEF,
88 {"binary", OPT_BINARY, '-', "Don't translate message to text"},
231 case OPT_BINARY:
cms.c 72 OPT_NOATTR, OPT_NODETACH, OPT_NOSMIMECAP, OPT_BINARY, OPT_KEYID,
132 {"binary", OPT_BINARY, '-',
421 case OPT_BINARY:
  /src/crypto/external/bsd/openssl.old/dist/apps/
dgst.c 42 OPT_HEX, OPT_BINARY, OPT_DEBUG, OPT_FIPS_FINGERPRINT,
66 {"binary", OPT_BINARY, '-', "Print in binary form"},
172 case OPT_BINARY:
smime.c 40 OPT_BINARY, OPT_NOSIGS, OPT_STREAM, OPT_INDEF, OPT_NOINDEF,
69 {"binary", OPT_BINARY, '-', "Don't translate message to text"},
208 case OPT_BINARY:
cms.c 74 OPT_NOATTR, OPT_NODETACH, OPT_NOSMIMECAP, OPT_BINARY, OPT_KEYID,
128 {"binary", OPT_BINARY, '-', "Don't translate message to text"},
326 case OPT_BINARY:
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 2950 enum {OPT_BINARY, OPT_TEXT};
2964 Jim_SetMode(af->fd, opt == OPT_BINARY ? O_BINARY : O_TEXT);

Completed in 32 milliseconds