Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zfs/
H A Dzfs_main.c5503 char tsbuf[DATETIME_BUF_LEN]; in print_holds() local
5514 (void) strftime(tsbuf, DATETIME_BUF_LEN, in print_holds()
5518 sepnum, sep, tagwidth, tagname, sepnum, sep, tsbuf); in print_holds()
/titanic_41/usr/src/cmd/tar/
H A Dtar.c3823 struct stat tsbuf; in xblocks() local
3851 if (fstat(ofile, &tsbuf) == 0) { in xblocks()
3852 piosize = tsbuf.st_blksize; in xblocks()
/titanic_41/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()