Lines Matching full:endp
1264 char *endp;
1282 for (i = 0, p = arg; i < pipe->num_cons; ++i, p = endp + 1) {
1283 pipe->con_ids[i] = strtoul(p, &endp, 10);
1284 if (*endp != ',')
1292 if (*endp == '@') {
1293 arg = endp + 1;
1294 pipe->crtc_id = strtoul(arg, &endp, 10);
1296 if (*endp != ':')
1299 arg = endp + 1;
1310 pipe->vrefresh = strtoul(p + 1, &endp, 10);
1311 p = endp;