Lines Matching refs:match
149 gboolean match)
153 if (g_pattern_match_simple (pattern, string) != match)
155 g_print ("failed \t(unexpected %s)\n", (match ? "mismatch" : "match"));
159 verbose ("passed (%s)\n", match ? "match" : "nomatch");
199 #define TEST_MATCH(pattern, string, match) { \
201 if (test_match (pattern, string, match)) \
207 #define TEST_EQUAL(pattern1, pattern2, match) { \
209 if (test_equal (pattern1, pattern2, match)) \