Home
last modified time | relevance | path

Searched refs:opt_error (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libpcap/
H A Doptimize.c362 static void PCAP_NORETURN opt_error(opt_state_t *, const char *, ...)
802 opt_error(opt_state, "division by zero"); in fold_op()
808 opt_error(opt_state, "modulus by zero"); in fold_op()
1301 opt_error(opt_state, in opt_stmt()
1304 opt_error(opt_state, in opt_stmt()
1337 opt_error(opt_state, in opt_stmt()
2427 opt_error(opt_state_t *opt_state, const char *fmt, ...) in opt_error() function
2489 opt_error(opt_state, "filter is too complex to optimize"); in number_blks_r()
2549 opt_error(opt_state, "malloc"); in opt_init()
2558 opt_error(opt_state, "filter has no instructions; please report this as a libpcap issue"); in opt_init()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1670 Status opt_error = parsed_cmd->GetOptionsError(); in Create() local
1673 if (opt_error.Fail()) in Create()
1675 opt_error.AsCString()); in Create()
1678 opt_error.Fail() ? ", also " : "", in Create()