Home | History | Annotate | Download | only in cs

Lines Matching refs:pstr

3732   char *pstr = NULL;
3745 pstr = strstr(s, substr);
3746 if (pstr != NULL) {
3747 result->n = (pstr - s) / sizeof(char);