Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/common_source/
H A Ddisplayq.c379 int copycnt, jnum; in inform() local
408 copycnt = 0; in inform()
437 if (copycnt == 0 || strcmp(file, line+1) != 0) { in inform()
440 copycnt++; in inform()
452 show(savedname, file, copycnt); in inform()
453 copycnt = 0; in inform()
465 show(savedname, file, copycnt); in inform()
/freebsd/usr.sbin/lpr/lpd/
H A Dprintjob.c996 int copycnt, filtstat, narg, resp, sfd, sfres, sizerr, statrc; in sendfile() local
1126 copycnt = 0; in sendfile()
1128 copycnt++; in sendfile()
1130 if (copycnt < 2) in sendfile()
1135 file, copycnt); in sendfile()
1202 if (pp->resend_copies && (copycnt < copyreq)) { in sendfile()