Searched refs:tbuf1 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dlogent.c213 static struct timeb tbuf1; local
220 ftime(&tbuf1);
223 rval = (tbuf.time - tbuf1.time) * 1000
224 + tbuf.millitm - tbuf1.millitm;
225 tbuf1 = tbuf;
/illumos-gate/usr/src/lib/libpkg/common/
H A Dverify.c151 char tbuf1[512]; local
181 if (strftime(tbuf1, sizeof (tbuf1), DATEFMT,
189 reperr(pkg_gt(ERR_MTIME), tbuf1, tbuf2); local

Completed in 62 milliseconds