Searched refs:OPT_BRIEF (Results 1 – 4 of 4) sorted by relevance
/freebsd/sbin/ipf/ipftest/ |
H A D | ipftest.c | 110 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 D | opts.h | 29 #define OPT_BRIEF 0x000200 macro
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 437 OPT_BRIEF, OPT_PREXIT, OPT_CRLF, OPT_QUIET, OPT_NBIO, enumerator 567 {"brief", OPT_BRIEF, '-', 1047 case OPT_BRIEF: in s_client_main()
|
H A D | s_server.c | 708 OPT_CRLF, OPT_QUIET, OPT_BRIEF, OPT_NO_DHE, enumerator 868 {"brief", OPT_BRIEF, '-', 1421 case OPT_BRIEF: in s_server_main()
|