Lines Matching defs:ptr
152 * a ptr to a null term array of ptrs to SANE_Device structs
153 * a ptr to a single-linked list of scanner structs
2867 char *ptr;
2873 ptr = line;
2878 if (ptr != line)
2880 *ptr = '\0';
2882 ptr = line;
2884 sprintf (ptr, "%3.3x:", i);
2885 ptr += 4;
2887 sprintf (ptr, " %2.2x", *p);
2888 ptr += 3;
2890 *ptr = '\0';