Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_acl.c40 #define STRINGMATCH(c, s, _s1, _s2) \ macro
87 STRINGMATCH(context, "ret 1 match", s1, "foo"); free(s1); in test_match_string()
91 STRINGMATCH(context, "ret 2 match 1", s1, "foo"); free(s1); in test_match_string()
92 STRINGMATCH(context, "ret 2 match 2", s2, "bar"); free(s2); in test_match_string()