Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c56 static int interpret_error(const struct printer *pp, int error);
129 if (interpret_error(pp, error) && more) in main()
152 if (interpret_error(pp, error) && more) in main()
176 interpret_error(const struct printer *pp, int error) in interpret_error() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1413 lldb_private::Status interpret_error; in PrepareForExecution() local
1419 interpret_error, interpret_function_calls); in PrepareForExecution()
1424 interpret_error.AsCString()); in PrepareForExecution()