Lines Matching refs:next
771 char *next;780 s->rc_stat[j][i] = strtol(p, &next, 0);781 if (next == p) {787 p = next;793 s->rc_stat2[i][j][k][m] = strtol(p, &next, 0);794 if (next == p) {801 p = next;804 gob_count = strtol(p, &next, 0);805 if (next == p || gob_count <= 0) {810 p = next;