• Home
  • Raw
  • Download

Lines Matching refs:verbose

79 verbose (const gchar *format, ...)  in verbose()  function
101 verbose ("compiling \"%s\" \t", pattern); in test_new()
121 verbose ("passed\n"); in test_new()
141 verbose ("compiling \"%s\" (expected a failure) \t", pattern); in test_new_fail()
162 verbose ("passed\n"); in test_new_fail()
183 verbose ("matching \"%s\" against \"%s\" \t", string, pattern); in test_match_simple()
193 verbose ("passed (%s)\n", match ? "match" : "nomatch"); in test_match_simple()
219 verbose ("matching \"%s\" against \"%s\" (start: %d, len: %d) \t", in test_match()
250 verbose ("passed (%s)\n", match ? "match" : "nomatch"); in test_match()
296 verbose ("matching \"%s\" against \"%s\" (start: %d, len: %d) \t", in test_match_next()
377 verbose ("passed (%d %s)\n", count, count == 1 ? "match" : "matches"); in test_match_next()
448 verbose ("fetching match count (string: \"%s\", pattern: \"%s\", start: %d) \t", in test_match_count()
466 verbose ("passed\n"); in test_match_count()
486 verbose ("partial matching (string: \"%s\", pattern: \"%s\") \t", in test_partial()
516 verbose ("passed\n"); in test_partial()
542 verbose ("fetching sub-pattern %d from \"%s\" (pattern: \"%s\") \t", in test_sub_pattern()
571 verbose ("passed\n"); in test_sub_pattern()
600 verbose ("fetching sub-pattern \"%s\" from \"%s\" (pattern: \"%s\") \t", in test_named_sub_pattern()
629 verbose ("passed\n"); in test_named_sub_pattern()
668 verbose ("fetching all sub-patterns from \"%s\" (pattern: \"%s\") \t", in test_fetch_all()
713 verbose ("passed (%d %s)\n", match_count, in test_fetch_all()
771 verbose ("splitting \"%s\" against \"%s\" \t", string, pattern); in test_split_simple()
813 verbose ("passed (%d %s)\n", token_count, in test_split_simple()
872 verbose ("splitting \"%s\" against \"%s\" (start: %d, max: %d) \t", in test_split_full()
917 verbose ("passed (%d %s)\n", token_count, in test_split_full()
943 verbose ("splitting \"%s\" against \"%s\" \t", string, pattern); in test_split()
986 verbose ("passed (%d %s)\n", token_count, in test_split()
1070 verbose ("checking replacement string \"%s\" \t", string_to_expand); in test_check_replacement()
1089 verbose ("passed\n"); in test_check_replacement()
1111 verbose ("expanding the references in \"%s\" (pattern: \"%s\", string: \"%s\") \t", in test_expand()
1137 verbose ("passed\n"); in test_expand()
1159 verbose ("replacing \"%s\" in \"%s\" (pattern: \"%s\", start: %d) \t", in test_replace()
1175 verbose ("passed\n"); in test_replace()
1197 verbose ("replacing literally \"%s\" in \"%s\" (pattern: \"%s\", start: %d) \t", in test_replace_lit()
1214 verbose ("passed\n"); in test_replace_lit()
1234 verbose ("getting the number of \"%s\" (pattern: \"%s\") \t", in test_get_string_number()
1248 verbose ("passed\n"); in test_get_string_number()
1268 verbose ("escaping \"%s\" (len: %d) \t", string, length); in test_escape()
1281 verbose ("passed\n"); in test_escape()
1310 verbose ("matching all in \"%s\" against \"%s\" (start: %d, len: %d) \t", in test_match_all_full()
1392 verbose ("passed (%d %s)\n", match_count, match_count == 1 ? "match" : "matches"); in test_match_all_full()
1418 verbose ("matching all in \"%s\" against \"%s\" \t", string, pattern); in test_match_all()
1498 verbose ("passed (%d %s)\n", match_count, match_count == 1 ? "match" : "matches"); in test_match_all()
2107 verbose ("\n%u tests passed, %u failed\n", passed, failed); in main()