Searched defs:tmst (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c494 struct tm tmst; local
498 if (localtime_r(&tt, &tmst) == NULL) {
502 tmst.tm_hour, tmst.tm_min, tmst.tm_sec);
513 struct tm tmst; local
517 if (localtime_r(&tt, &tmst) == NULL) {
521 tmst.tm_year + 1900, tmst.tm_mon + 1, tmst
536 struct tm tmst; local
[all...]

Completed in 47 milliseconds