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

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5546 char tsbuf[DATETIME_BUF_LEN]; local
5557 (void) strftime(tsbuf, DATETIME_BUF_LEN,
5561 sepnum, sep, tagwidth, tagname, sepnum, sep, tsbuf);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c2445 struct stat tsbuf; local
2452 if (fstat(ofd, &tsbuf) == 0) {
2453 piosize = tsbuf.st_blksize;
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c3880 struct stat tsbuf; local
3908 if (fstat(ofile, &tsbuf) == 0) {
3909 piosize = tsbuf.st_blksize;

Completed in 116 milliseconds