Searched refs:test_string (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | regex.c | 146 test_string(const char *stringp, 221 end_of_matchp = test_string(stringp, regexp); in regex() 238 end_of_matchp = test_string(stringp, regexp); in regex() 261 end_of_matchp = test_string(stringp, regexp); in regex() 264 end_of_matchp = test_string(stringp, regexp); in regex() 288 end_of_matchp = test_string(stringp, regexp); in regex() 311 end_of_matchp = test_string(stringp, regexp); in regex() 315 end_of_matchp = test_string(stringp, regexp); in regex() 657 end_of_matchp = test_string(stringp, regexp); in test_repeated_ascii_char() 661 end_of_matchp = test_string(stringp, regexp); in test_repeated_ascii_char() [all …]
|