Searched refs:sec_per_month (Results 1 – 1 of 1) sorted by relevance
1056 int sec_per_month; in smb_gmtime_r() local1083 sec_per_month = days_in_month[month] * SECSPERDAY; in smb_gmtime_r()1086 sec_per_month += SECSPERDAY; in smb_gmtime_r()1088 if (tsec < sec_per_month) in smb_gmtime_r()1091 tsec -= sec_per_month; in smb_gmtime_r()