Lines Matching refs:pstr
1534 char *pstr;
1539 pstr = ftpmessage;
1540 pstr = apr_strtok(pstr, " ", &tok_cntx); /* separate result code */
1541 if (pstr != NULL) {
1542 if (*(pstr + strlen(pstr) + 1) == '=') {
1543 pstr += strlen(pstr) + 2;
1546 pstr = apr_strtok(NULL, "(", &tok_cntx); /* separate address &
1548 if (pstr != NULL)
1549 pstr = apr_strtok(NULL, ")", &tok_cntx);
1555 if (pstr != NULL && (sscanf(pstr,