Lines Matching refs:ptr
1462 char buf[64], *ptr = buf;1474 ptr++;1475 devices = via_parse_odev(ptr, &ptr);1476 if (*ptr == '\n')1477 ptr++;1478 if (*ptr != 0)1628 char *ptr;1651 *xres = simple_strtoul(str, &ptr, 10);1652 if (ptr[0] != 'x')1655 *yres = simple_strtoul(&ptr[1], &ptr, 10);1656 if (ptr[0])