Searched refs:expr_result (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/
H A Dtc.c393 const bool expr_result,
398 if (expr_result) {
885 const bool expr_result)
887 errno_test(ctx, file, line, exp_errno, expr_str, expr_result, fail_check);
893 const bool expr_result)
895 errno_test(ctx, file, line, exp_errno, expr_str, expr_result,
1124 const char *expr_str, const bool expr_result)
1129 expr_result);
1134 const char *expr_str, const bool expr_result)
1139 expr_result);
391 errno_test(struct context *ctx, const char *file, const size_t line, const int exp_errno, const char *expr_str, const bool expr_result, void (*fail_func)(struct context *, atf_dynstr_t *)) argument
883 _atf_tc_check_errno(struct context *ctx, const char *file, const size_t line, const int exp_errno, const char *expr_str, const bool expr_result) argument
891 _atf_tc_require_errno(struct context *ctx, const char *file, const size_t line, const int exp_errno, const char *expr_str, const bool expr_result) argument
1123 atf_tc_check_errno(const char *file, const size_t line, const int exp_errno, const char *expr_str, const bool expr_result) argument
1133 atf_tc_require_errno(const char *file, const size_t line, const int exp_errno, const char *expr_str, const bool expr_result) argument
[all...]
/macosx-10.10/vim-55/src/
H A Dos_mswin.c3017 int expr_result; /* 0 for REPLY, 1 for RESULT 2 for error */ member in struct:__anon14281
3042 rep->expr_result = expr;
3077 && ((rep->expr_result != 0) == (expr_res != NULL)))
3082 *expr_res = rep->expr_result == 1 ? 0 : -1;

Completed in 79 milliseconds