Searched refs:rempfx (Results 1 – 1 of 1) sorted by relevance
1038 char *locid, *remid, *locpfx = NULL, *rempfx = NULL; in parse_ps() local1171 rempfx = strchr(remid, '/'); in parse_ps()1172 if (rempfx != NULL) { in parse_ps()1173 *rempfx = '\0'; in parse_ps()1174 rempfx++; in parse_ps()1209 if (rempfx != NULL && ((pfxlen = atoi(rempfx)) > 0)) in parse_ps()