Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/lpr/common_source/
Ddisplayq.c387 int copycnt, jnum; in inform() local
416 copycnt = 0; in inform()
445 if (copycnt == 0 || strcmp(file, line+1) != 0) { in inform()
448 copycnt++; in inform()
460 show(savedname, file, copycnt); in inform()
461 copycnt = 0; in inform()
473 show(savedname, file, copycnt); in inform()
/freebsd-12-stable/usr.sbin/lpr/lpd/
Dprintjob.c1010 int copycnt, filtstat, narg, resp, sfd, sfres, sizerr, statrc; in sendfile() local
1140 copycnt = 0; in sendfile()
1142 copycnt++; in sendfile()
1144 if (copycnt < 2) in sendfile()
1149 file, copycnt); in sendfile()
1216 if (pp->resend_copies && (copycnt < copyreq)) { in sendfile()