Lines Matching defs:response
291 char *xstr, *response;
312 width = (int) strtol(word, &response, 0);
313 if (response == word || response[0] != 'x') {
317 height = (int) strtol(&xstr[1], &response, 0);
318 if (response == &xstr[1]) {
328 got = specialCaseParse(response,
342 bpp = (int) strtol(&word[1], &response, 0);
343 if (response == &word[1]) {
350 got = specialCaseParse(response,
362 hertz = (int) strtol(&word[1], &response, 0);
363 if (response == &word[1]) {
370 got = specialCaseParse(response,
387 char *cstr, *vstr, *response;
430 value = (int) strtol(vstr, &response, 0);
431 if (response == vstr) {