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