Home
last modified time | relevance | path

Searched refs:OPT_HEX (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dprime.c18 OPT_HEX, OPT_GENERATE, OPT_BITS, OPT_SAFE, OPT_CHECKS, enumerator
31 {"hex", OPT_HEX, '-', "Hex output"},
62 case OPT_HEX: in prime_main()
H A Drand.c23 OPT_OUT, OPT_ENGINE, OPT_BASE64, OPT_HEX, enumerator
39 {"hex", OPT_HEX, '-', "Hex encode output"},
82 case OPT_HEX: in rand_main()
H A Ddgst.c43 OPT_HEX, OPT_BINARY, OPT_DEBUG, OPT_FIPS_FINGERPRINT, enumerator
67 {"hex", OPT_HEX, '-', "Print as hex dump"},
181 case OPT_HEX: in dgst_main()
/freebsd/sbin/ipf/libipf/
H A Dprintpacket.c38 if ((opts & OPT_HEX) == OPT_HEX) { in printpacket()
/freebsd/sbin/ipf/common/
H A Dopts.h45 #define OPT_HEX 0x2000000 macro
/freebsd/contrib/flex/src/
H A Doptions.h63 OPT_HEX, enumerator
H A Doptions.c120 {"--hex", OPT_HEX, 0}
H A Dmain.c1429 case OPT_HEX: in flexinit()
/freebsd/sbin/ipf/ipftest/
H A Dipftest.c172 opts |= OPT_HEX; in main()