Searched refs:tsec (Results 1 – 4 of 4) sorted by relevance
1053 time_t tsec; in smb_gmtime_r() local1062 tsec = *clock; in smb_gmtime_r()1063 tsec -= tzh_leapcnt; in smb_gmtime_r()1065 result->tm_wday = tsec / SECSPERDAY; in smb_gmtime_r()1069 while (tsec >= (isleap(year) ? (SECSPERDAY * DAYSPERLYEAR) : in smb_gmtime_r()1072 tsec -= SECSPERDAY * DAYSPERLYEAR; in smb_gmtime_r()1074 tsec -= SECSPERDAY * DAYSPERNYEAR; in smb_gmtime_r()1080 result->tm_yday = tsec / SECSPERDAY; in smb_gmtime_r()1088 if (tsec < sec_per_month) in smb_gmtime_r()1091 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()
1072 time_t tsec; in dump_history() local1123 tsec = time; in dump_history()1124 (void) localtime_r(&tsec, &t); in dump_history()
4848 time_t tsec; in get_history_one() local4851 tsec = fnvlist_lookup_uint64(records[i], in get_history_one()4853 (void) localtime_r(&tsec, &t); in get_history_one()