Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5963 char tsbuf[DATETIME_BUF_LEN]; in print_holds() local
5972 (void) strftime(tsbuf, DATETIME_BUF_LEN, in print_holds()
5977 tagname, tsbuf); in print_holds()
5980 zname, tagwidth, tagname, tsbuf); in print_holds()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c3882 struct stat tsbuf; in xblocks() local
3910 if (fstat(ofile, &tsbuf) == 0) { in xblocks()
3911 piosize = tsbuf.st_blksize; in xblocks()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c2453 struct stat tsbuf; in calc_maxwrite() local
2460 if (fstat(ofd, &tsbuf) == 0) { in calc_maxwrite()
2461 piosize = tsbuf.st_blksize; in calc_maxwrite()