Searched refs:OPT_TRACE (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | options.c | 192 {"-T", OPT_TRACE, 0} 194 {"--trace", OPT_TRACE, 0}
|
H A D | options.h | 120 OPT_TRACE, enumerator
|
H A D | main.c | 1195 case OPT_TRACE: in flexinit()
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 440 OPT_MSG, OPT_MSGFILE, OPT_ENGINE, OPT_TRACE, OPT_SECURITY_DEBUG, enumerator 590 {"trace", OPT_TRACE, '-', "Show trace output of protocol messages"}, 1139 case OPT_TRACE: in s_client_main()
|
H A D | s_server.c | 707 OPT_TRACE, OPT_SECURITY_DEBUG, OPT_SECURITY_DEBUG_VERBOSE, OPT_STATE, enumerator 734 {"trace", OPT_TRACE, '-', "trace protocol messages"}, 1401 case OPT_TRACE: in s_server_main()
|