Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zfs/
H A Dzfs_main.c5544 char tsbuf[DATETIME_BUF_LEN]; in print_holds() local
5555 (void) strftime(tsbuf, DATETIME_BUF_LEN, in print_holds()
5559 sepnum, sep, tagwidth, tagname, sepnum, sep, tsbuf); in print_holds()
/titanic_50/usr/src/cmd/tar/
H A Dtar.c3879 struct stat tsbuf; in xblocks() local
3907 if (fstat(ofile, &tsbuf) == 0) { in xblocks()
3908 piosize = tsbuf.st_blksize; in xblocks()
/titanic_50/usr/src/cmd/cpio/
H A Dcpio.c2445 struct stat tsbuf; in calc_maxwrite() local
2452 if (fstat(ofd, &tsbuf) == 0) { in calc_maxwrite()
2453 piosize = tsbuf.st_blksize; in calc_maxwrite()