Searched refs:expr_str (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/atf/atf-c/ |
| H A D | tc.c | 401 const int exp_errno, const char *expr_str, in errno_test() argument 412 "in %s", exp_errno, actual_errno, expr_str); in errno_test() 419 expr_str); in errno_test() 893 const int exp_errno, const char *expr_str, in _atf_tc_check_errno() argument 896 errno_test(ctx, file, line, exp_errno, expr_str, expr_result, fail_check); in _atf_tc_check_errno() 901 const int exp_errno, const char *expr_str, in _atf_tc_require_errno() argument 904 errno_test(ctx, file, line, exp_errno, expr_str, expr_result, in _atf_tc_require_errno() 1133 const char *expr_str, const bool expr_result) in atf_tc_check_errno() argument 1137 _atf_tc_check_errno(&Current, file, line, exp_errno, expr_str, in atf_tc_check_errno() 1143 const char *expr_str, const bool expr_result) in atf_tc_require_errno() argument [all …]
|
| /freebsd-12.1/contrib/atf/atf-c++/ |
| H A D | tests.cpp | 354 const char* expr_str, const bool result) in check_errno() argument 356 atf_tc_check_errno(file, line, exp_errno, expr_str, result); in check_errno() 361 const char* expr_str, const bool result) in require_errno() argument 363 atf_tc_require_errno(file, line, exp_errno, expr_str, result); in require_errno()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 1485 std::string expr_str(command, expr_content_start, in PreprocessCommand() local 1511 target->EvaluateExpression(expr_str.c_str(), exe_ctx.GetFramePtr(), in PreprocessCommand() 1534 expr_str.c_str()); in PreprocessCommand() 1541 expr_str.c_str()); in PreprocessCommand() 1555 "expression setup error for the expression '%s'", expr_str.c_str()); in PreprocessCommand() 1559 "expression parse error for the expression '%s'", expr_str.c_str()); in PreprocessCommand() 1564 expr_str.c_str()); in PreprocessCommand() 1570 "expression discarded for the expression '%s'", expr_str.c_str()); in PreprocessCommand() 1579 expr_str.c_str()); in PreprocessCommand() 1583 "expression timed out for the expression '%s'", expr_str.c_str()); in PreprocessCommand() [all …]
|