Searched refs:tsec (Results 1 – 4 of 4) sorted by relevance
1051 time_t tsec; in smb_gmtime_r() local1060 tsec = *clock; in smb_gmtime_r()1061 tsec -= tzh_leapcnt; in smb_gmtime_r()1063 result->tm_wday = tsec / SECSPERDAY; in smb_gmtime_r()1067 while (tsec >= (isleap(year) ? (SECSPERDAY * DAYSPERLYEAR) : in smb_gmtime_r()1070 tsec -= SECSPERDAY * DAYSPERLYEAR; in smb_gmtime_r()1072 tsec -= SECSPERDAY * DAYSPERNYEAR; in smb_gmtime_r()1078 result->tm_yday = tsec / SECSPERDAY; in smb_gmtime_r()1086 if (tsec < sec_per_month) in smb_gmtime_r()1089 tsec -= sec_per_month; in smb_gmtime_r()[all …]
122 int tsec; in nfs_cast() local327 for (tsec = 4; timeout > 0; tsec *= 2) { in nfs_cast()329 timeout -= tsec; in nfs_cast()331 tsec += timeout; in nfs_cast()333 rcv_timeout.tv_sec = tsec; in nfs_cast()
1062 time_t tsec; in dump_history() local1110 tsec = time; in dump_history()1111 (void) localtime_r(&tsec, &t); in dump_history()
4875 time_t tsec; in get_history_one() local4878 tsec = fnvlist_lookup_uint64(records[i], in get_history_one()4880 (void) localtime_r(&tsec, &t); in get_history_one()