Searched refs:FMT_blkcnt_t (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/tar/ |
H A D | tar.c | 199 #define FMT_blkcnt_t "lld" macro 203 #define FMT_blkcnt_t "ld" macro 1302 FMT_blkcnt_t "K, blocking factor = %dK\n"), in dorep() 2075 DEBUG("seek = %" FMT_blkcnt_t "K\t", K(tapepos), in putfile() 2087 (void) fprintf(vfile, "%" FMT_blkcnt_t "K\n", in putfile() 2090 (void) fprintf(vfile, gettext("%" FMT_blkcnt_t in putfile() 2274 DEBUG("putfile: %s wants %" FMT_blkcnt_t " blocks\n", longname, in putfile() 2284 DEBUG("seek = %" FMT_blkcnt_t "K\t", K(tapepos), in putfile() 2294 (void) fprintf(vfile, "%" FMT_blkcnt_t "K\n", in putfile() 2298 gettext("%" FMT_blkcnt_t " tape blocks\n"), in putfile() [all …]
|