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

/xsrc/external/mit/ctwm/dist/ext/
H A Drepl_str.c37 const char *pstr2, *pstr = str; local in function:replace_substr
44 while ((pstr2 = strstr(pstr, old)) != NULL) {
60 pos_cache[count-1] = pstr2 - str;
61 pstr = pstr2 + oldlen;

Completed in 2 milliseconds