Home
last modified time | relevance | path

Searched refs:sec_per_month (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/test-msgbuf/
H A Dtest_misc.c197 int sec_per_month; in smb_gmtime_r() local
224 sec_per_month = days_in_month[month] * SECSPERDAY; in smb_gmtime_r()
227 sec_per_month += SECSPERDAY; in smb_gmtime_r()
229 if (tsec < sec_per_month) in smb_gmtime_r()
232 tsec -= sec_per_month; in smb_gmtime_r()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1277 int sec_per_month; in smb_gmtime_r() local
1304 sec_per_month = days_in_month[month] * SECSPERDAY; in smb_gmtime_r()
1307 sec_per_month += SECSPERDAY; in smb_gmtime_r()
1309 if (tsec < sec_per_month) in smb_gmtime_r()
1312 tsec -= sec_per_month; in smb_gmtime_r()