Searched refs:tmst (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslog_elf.c | 492 struct tm tmst; in nfsl_get_time() local 496 if (localtime_r(&tt, &tmst) == NULL) { in nfsl_get_time() 500 tmst.tm_hour, tmst.tm_min, tmst.tm_sec); in nfsl_get_time() 511 struct tm tmst; in nfsl_get_date() local 515 if (localtime_r(&tt, &tmst) == NULL) { in nfsl_get_date() 519 tmst.tm_year + 1900, tmst.tm_mon + 1, tmst.tm_mday, in nfsl_get_date() 520 tmst.tm_hour, tmst.tm_min, tmst.tm_sec); in nfsl_get_date() 534 struct tm tmst; in nfsl_get_date_nq() local 538 if (localtime_r(&tt, &tmst) == NULL) { in nfsl_get_date_nq() 542 tmst.tm_year + 1900, tmst.tm_mon + 1, tmst.tm_mday, in nfsl_get_date_nq() [all …]
|