Lines Matching refs:p2
92 char buf[MAXDATALEN + 2], *p, *p2;
132 p2 = p;
133 while (*p2 != ',' && *p2 != '\0')
134 p2++;
135 if (*p2 != ',') {
141 *p2 = '\0';
149 p = p2 + 1;
155 t = strtol(p, &p2, 0);
156 if (p == p2) {
160 p = p2;
187 n = strtol(p, &p2, 0);
188 if (p == p2) {
192 p = p2;
211 t = strtol(p, &p2, 0);
212 if (p == p2) {
216 p = p2;