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

/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tell.c166 int pLen,sLen,peLen,jLen,pcLen ; local
218 prefixString = PREFIX_STRING; pLen = strlen(prefixString);
235 pLen = strlen(prefixString );
300 if (strncmp(prefixString, bufPtr, pLen) == 0) {
301 bufPtr += pLen;

Completed in 479 milliseconds