Home | History | Annotate | Download | only in posix

Lines Matching refs:pstr

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