Home | History | Annotate | Download | only in regex_src

Lines Matching defs:string

52 void verbose_test(regex_char_t *pattern, regex_char_t *string)
64 printf("Start test '%s' matches to '%s'\n", pattern, string);
83 ptr = string;
87 regex_continue_match_debug(match, string, ptr - string);
104 const regex_char_t *string; /* NULL : end of tests. */
119 for ( ; test->string ; test++) {
121 printf("test: '%s' '%s': ", test->pattern ? test->pattern : "[[REUSE]]", test->string);
136 printf("test: '%s' '%s': ", test->pattern ? test->pattern : "[[REUSE]]", test->string);
142 printf("test: '%s' '%s': ", test->pattern ? test->pattern : "[[REUSE]]", test->string);
149 printf("test: '%s' '%s': ", test->pattern ? test->pattern : "[[REUSE]]", test->string);
154 ptr = test->string;
162 printf("test: '%s' '%s': ", test->pattern ? test->pattern : "[[REUSE]]", test->string);
167 regex_continue_match_debug(match, test->string, ptr - test->string);
173 printf("test: '%s' '%s': ", test->pattern ? test->pattern : "[[REUSE]]", test->string);
179 printf("test: '%s' '%s': ", test->pattern ? test->pattern : "[[REUSE]]", test->string);
186 regex_continue_match(match, test->string, ptr - test->string);
193 printf("test: '%s' '%s': ", test->pattern ? test->pattern : "[[REUSE]]", test->string);
199 printf("test: '%s' '%s': ", test->pattern ? test->pattern : "[[REUSE]]", test->string);