Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.c174 const char *end_of_matchp; in regex() local
210 end_of_matchp = (char *)0; in regex()
221 end_of_matchp = test_string(stringp, regexp); in regex()
237 while ((end_of_matchp == (char *)0) && (*stringp != '\0')) { in regex()
238 end_of_matchp = test_string(stringp, regexp); in regex()
239 if (end_of_matchp != (char *)0) { in regex()
261 end_of_matchp = test_string(stringp, regexp); in regex()
262 while ((end_of_matchp == (char *)0) && (*stringp != '\0')) { in regex()
264 end_of_matchp = test_string(stringp, regexp); in regex()
266 if (end_of_matchp != (char *)0) { in regex()
[all …]