Searched refs:typtr (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/test/
H A Dippdiscover.c419 const char *typtr; /* Pointer into ty */ local
432 typtr = device->ty + 22;
434 typtr = device->ty;
436 while (*typtr && fileptr < (filename + sizeof(filename) - 1))
438 if (isalnum(*typtr & 255) || *typtr == '-')
439 *fileptr++ = *typtr++;
443 typtr++;

Completed in 163 milliseconds