Lines Matching defs:endp
1201 char *endp;
1203 alpha = simple_strtoul(buf, &endp, 10);
1204 if (isspace(*endp))
1205 endp++;
1207 if (endp - buf != count)
1239 char *endp;
1241 mode = simple_strtoul(buf, &endp, 10);
1242 if (isspace(*endp))
1243 endp++;
1245 if (endp - buf != count)
1277 char *endp;
1281 pos_x = simple_strtol(buf, &endp, 10);
1282 if (*endp != ',')
1285 pos_y = simple_strtol(endp + 1, &endp, 10);
1286 if (isspace(*endp))
1287 endp++;
1289 if (endp - buf != count)
1319 char *endp;
1321 rop3 = simple_strtoul(buf, &endp, 10);
1322 if (isspace(*endp))
1323 endp++;
1325 if (endp - buf != count)