Searched defs:bufPtr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tell.c138 *bufPtr, local
299 bufPtr = buf;
300 if (strncmp(prefixString, bufPtr, pLen) == 0) {
301 bufPtr += pLen;
302 while (*bufPtr == ' ')
303 bufPtr++;
305 if (strncmp(printerErrorString, bufPtr,
307 bufPtr += peLen;
308 while (*bufPtr == ' ')
309 bufPtr
[all...]

Completed in 43 milliseconds