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

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregex.c724 const char *test_stringp; local
1646 test_stringp = test_string(stringp, regexp);
1647 while (test_stringp != (char *)0) {
1650 stringp = test_stringp;
1651 test_stringp = test_string(stringp, regexp);
1695 test_stringp = test_string(stringp, regexp);
1696 while (test_stringp != (char *)0) {
1699 stringp = test_stringp;
1700 test_stringp = test_string(stringp, regexp);
1744 test_stringp
[all...]

Completed in 17 milliseconds