Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/lpr/common_source/
Ddisplayq.c82 static off_t totsize; /* total print job size in bytes */ variable
116 totsize = 0; in displayq()
397 printf("%lld bytes\n", (long long)totsize); in inform()
398 totsize = 0; in inform()
478 totsize += copies * lbuf.st_size; in dump()