Searched refs:totsize (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/usr.sbin/lpr/common_source/ |
| H A D | displayq.c | 85 static long totsize; /* total print job size in bytes */ variable 109 totsize = 0; in displayq() 475 printf("%ld bytes\n", totsize); in inform() 476 totsize = 0; in inform() 582 totsize += copies * lbuf.st_size; in dump()
|
| /freebsd-14.2/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-14.2/sbin/savecore/ |
| H A D | savecore.c | 703 off_t dmpcnt, totsize; in DoTextdumpFile() local 705 totsize = dumpsize; in DoTextdumpFile() 715 nr = pread(fd, buf, wl, lasthd - (totsize - dumpsize) - wl); in DoTextdumpFile()
|