Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/tests/
H A Dtest-runner.c53 MATCH_PARTIAL, enumerator
478 *dest = MATCH_PARTIAL; in test_keyword_set_match_strategy()
652 buffername, match == MATCH_PARTIAL ? " partially" : "", in report_failure()
673 if (match == MATCH_PARTIAL) in test_match_buffer()
1140 testcase->match_stdout == MATCH_PARTIAL ? "partial" : "exact"); in annotate_result()
1157 testcase->match_stderr == MATCH_PARTIAL ? "partial" : "exact"); in annotate_result()
/freebsd/crypto/openssh/
H A Dauth2.c102 #define MATCH_PARTIAL 3 /* method matches, submethod can't be checked */ macro
616 return MATCH_PARTIAL; in list_starts_with()