Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.c722 const char *test_stringp; in test_string() local
1644 test_stringp = test_string(stringp, regexp); in test_string()
1645 while (test_stringp != (char *)0) { in test_string()
1648 stringp = test_stringp; in test_string()
1649 test_stringp = test_string(stringp, regexp); in test_string()
1693 test_stringp = test_string(stringp, regexp); in test_string()
1694 while (test_stringp != (char *)0) { in test_string()
1697 stringp = test_stringp; in test_string()
1698 test_stringp = test_string(stringp, regexp); in test_string()
1742 test_stringp = test_string(stringp, regexp); in test_string()
[all …]