Searched refs:sec_per_month (Results 1 – 1 of 1) sorted by relevance
1054 int sec_per_month; in smb_gmtime_r() local1081 sec_per_month = days_in_month[month] * SECSPERDAY; in smb_gmtime_r()1084 sec_per_month += SECSPERDAY; in smb_gmtime_r()1086 if (tsec < sec_per_month) in smb_gmtime_r()1089 tsec -= sec_per_month; in smb_gmtime_r()