Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c193 #define FMT_blkcnt_t "lld" macro
197 #define FMT_blkcnt_t "ld" macro
1346 FMT_blkcnt_t "K, blocking factor = %dK\n"), in dorep()
1700 dlog("passtape: block count %" FMT_blkcnt_t "\n", blocks); in passtape()
2148 dlog("seek = %" FMT_blkcnt_t "K\n", K(tapepos)); in putfile()
2159 (void) fprintf(vfile, "%" FMT_blkcnt_t "K\n", in putfile()
2162 (void) fprintf(vfile, gettext("%" FMT_blkcnt_t in putfile()
2346 dlog("putfile: %s wants %" FMT_blkcnt_t " blocks\n", longname, in putfile()
2354 dlog("seek = %" FMT_blkcnt_t "K\n", K(tapepos)); in putfile()
2363 (void) fprintf(vfile, "%" FMT_blkcnt_t "K\n", in putfile()
[all …]