Lines Matching defs:ptr
252 * a ptr to a null term array of ptrs to SANE_Device structs
253 * a ptr to a single-linked list of scanner structs
4959 char *ptr;
4965 ptr = line;
4970 if (ptr != line)
4972 *ptr = '\0';
4974 ptr = line;
4976 sprintf (ptr, "%3.3x:", i);
4977 ptr += 4;
4979 sprintf (ptr, " %2.2x", *p);
4980 ptr += 3;
4982 *ptr = '\0';