Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/common_source/
H A Ddisplayq.c79 static long totsize; /* total print job size in bytes */ variable
103 totsize = 0; in displayq()
469 printf("%ld bytes\n", totsize); in inform()
470 totsize = 0; in inform()
576 totsize += copies * lbuf.st_size; in dump()
/freebsd/contrib/libpcap/
H A Dsockutils.h153 int sock_bufferize(const void *data, int size, char *outbuf, int *offset, int totsize, int checkonl…
H A Dsockutils.c1350 int sock_bufferize(const void *data, int size, char *outbuf, int *offset, int totsize, int checkonl… in sock_bufferize() argument
1352 if ((*offset + size) > totsize) in sock_bufferize()
/freebsd/sbin/savecore/
H A Dsavecore.c703 off_t dmpcnt, totsize; in DoTextdumpFile() local
705 totsize = dumpsize; in DoTextdumpFile()
715 nr = pread(fd, buf, wl, lasthd - (totsize - dumpsize) - wl); in DoTextdumpFile()