Lines Matching full:cal
109 struct calendar cal; in filegen_open() local
154 ntpcal_ntp_to_date(&cal, stamp, pivot); in filegen_open()
156 SUFFIX_SEP, cal.year, cal.month, cal.monthday); in filegen_open()
157 cal.hour = cal.minute = cal.second = 0; in filegen_open()
158 gen->id_lo = ntpcal_date_to_ntp(&cal); in filegen_open()
173 ntpcal_ntp_to_date(&cal, stamp, pivot); in filegen_open()
175 SUFFIX_SEP, cal.year, cal.month); in filegen_open()
176 cal.hour = cal.minute = cal.second = 0; in filegen_open()
177 cal.monthday = 1; in filegen_open()
178 gen->id_lo = ntpcal_date_to_ntp(&cal); in filegen_open()
179 cal.month++; in filegen_open()
180 gen->id_hi = ntpcal_date_to_ntp(&cal); in filegen_open()
184 ntpcal_ntp_to_date(&cal, stamp, pivot); in filegen_open()
186 SUFFIX_SEP, cal.year); in filegen_open()
187 cal.hour = cal.minute = cal.second = 0; in filegen_open()
188 cal.month = cal.monthday = 1; in filegen_open()
189 gen->id_lo = ntpcal_date_to_ntp(&cal); in filegen_open()
190 cal.year++; in filegen_open()
191 gen->id_hi = ntpcal_date_to_ntp(&cal); in filegen_open()
343 * 'now' usually is interpreted as second part of a l_fp as is in the cal...