Lines Matching defs:ptr
248 * a ptr to a null term array of ptrs to SANE_Device structs
249 * a ptr to a single-linked list of scanner structs
1645 char *ptr;
1651 ptr = line;
1656 if (ptr != line)
1658 *ptr = '\0';
1660 ptr = line;
1662 sprintf (ptr, "%3.3x:", i);
1663 ptr += 4;
1665 sprintf (ptr, " %2.2x", *p);
1666 ptr += 3;
1668 *ptr = '\0';