Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_acl.c38 #define STRINGMATCH(c, s, _s1, _s2) \ macro
85 STRINGMATCH(context, "ret 1 match", s1, "foo"); free(s1); in test_match_string()
89 STRINGMATCH(context, "ret 2 match 1", s1, "foo"); free(s1); in test_match_string()
90 STRINGMATCH(context, "ret 2 match 2", s2, "bar"); free(s2); in test_match_string()