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

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregex.c179 char *returned_substringp; local
341 returned_substringp =
343 if (returned_substringp != (char *)0) {
345 *returned_substringp = (char)*substringp;
346 returned_substringp++;
349 *returned_substringp = '\0';

Completed in 16 milliseconds