Lines Matching refs:pstr
653 // returns processed copy of string (0 if error), *pstr advances to next656 static char *unescape_delimited_string(char **pstr, char *delim)661 from = *pstr;668 to = delim = xmalloc(strlen(*pstr)+1);712 *pstr = from+1;