Home
last modified time | relevance | path

Searched refs:OPT_BRIEF (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/ipf/ipftest/
H A Dipftest.c110 opts |= OPT_BRIEF; in main()
258 if (!(opts & OPT_BRIEF)) { in main()
265 } else if ((opts & (OPT_BRIEF|OPT_NAT)) == in main()
266 (OPT_NAT|OPT_BRIEF)) { in main()
284 if ((opts & (OPT_BRIEF|OPT_NAT)) != (OPT_NAT|OPT_BRIEF)) in main()
/freebsd/sbin/ipf/common/
H A Dopts.h29 #define OPT_BRIEF 0x000200 macro
/freebsd/crypto/openssl/apps/
H A Ds_client.c497 OPT_BRIEF, enumerator
704 { "brief", OPT_BRIEF, '-',
1206 case OPT_BRIEF: in s_client_main()
H A Ds_server.c785 OPT_BRIEF, enumerator
998 { "brief", OPT_BRIEF, '-',
1569 case OPT_BRIEF: in s_server_main()