Searched refs:buffername (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/pkgconf/tests/ |
| H A D | test-runner.c | 644 …_t match, const pkgconf_buffer_t *expected, const pkgconf_buffer_t *actual, const char *buffername) in report_failure() argument 652 buffername, match == MATCH_PARTIAL ? " partially" : "", in report_failure() 660 …_t match, const pkgconf_buffer_t *expected, const pkgconf_buffer_t *actual, const char *buffername) in test_match_buffer() argument 670 return report_failure(match, expected, actual, buffername); in test_match_buffer() 674 …onf_buffer_contains(actual, expected) ? true : report_failure(match, expected, actual, buffername); in test_match_buffer() 676 …kgconf_buffer_match(actual, expected) ? true : report_failure(match, expected, actual, buffername); in test_match_buffer()
|