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

/freebsd-10.0-release/usr.sbin/lpr/common_source/
H A Ddisplayq.c385 int copycnt, jnum; local
414 copycnt = 0;
443 if (copycnt == 0 || strcmp(file, line+1) != 0) {
446 copycnt++;
458 show(savedname, file, copycnt);
459 copycnt = 0;
471 show(savedname, file, copycnt);
/freebsd-10.0-release/usr.sbin/lpr/lpd/
H A Dprintjob.c1008 int copycnt, filtstat, narg, resp, sfd, sfres, sizerr, statrc; local
1138 copycnt = 0;
1140 copycnt++;
1142 if (copycnt < 2)
1147 file, copycnt);
1168 * the copycnt in the statistics record it may write.
1214 if (pp->resend_copies && (copycnt < copyreq)) {

Completed in 163 milliseconds