Searched refs:totsize (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/lpr/common_source/ |
H A D | displayq.c | 79 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 D | sockutils.h | 153 int sock_bufferize(const void *data, int size, char *outbuf, int *offset, int totsize, int checkonl…
|
H A D | sockutils.c | 1352 int sock_bufferize(const void *data, int size, char *outbuf, int *offset, int totsize, int checkonl… in sock_bufferize() argument 1354 if ((*offset + size) > totsize) in sock_bufferize()
|
/freebsd/sbin/savecore/ |
H A D | savecore.c | 706 off_t dmpcnt, totsize; in DoTextdumpFile() local 708 totsize = dumpsize; in DoTextdumpFile() 718 nr = pread(fd, buf, wl, lasthd - (totsize - dumpsize) - wl); in DoTextdumpFile()
|