Lines Matching defs:endp
1208 char *endp;
1210 alpha = simple_strtoul(buf, &endp, 10);
1211 if (isspace(*endp))
1212 endp++;
1214 if (endp - buf != count)
1246 char *endp;
1248 mode = simple_strtoul(buf, &endp, 10);
1249 if (isspace(*endp))
1250 endp++;
1252 if (endp - buf != count)
1284 char *endp;
1288 pos_x = simple_strtol(buf, &endp, 10);
1289 if (*endp != ',')
1292 pos_y = simple_strtol(endp + 1, &endp, 10);
1293 if (isspace(*endp))
1294 endp++;
1296 if (endp - buf != count)
1326 char *endp;
1328 rop3 = simple_strtoul(buf, &endp, 10);
1329 if (isspace(*endp))
1330 endp++;
1332 if (endp - buf != count)