Home
last modified time | relevance | path

Searched refs:minute (Results 1 – 25 of 160) sorted by relevance

1234567

/netbsd-src/external/bsd/ntp/dist/util/
H A Dtg.c265 int minute, hour, day, year; in main() local
314 &hour, &minute); in main()
356 minute = tm->tm_min; in main()
378 year, day, hour, minute, second, tone); in main()
380 year / 10, day, hour, minute, year % 10); in main()
395 0, year, day, hour, minute, second); in main()
413 minute++; in main()
414 if (minute >= 60) { in main()
415 minute = 0; in main()
438 day, hour, minute, year % 10); in main()
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Ddatetime.cpp223 const int minute, const int second, in from_values() argument
230 PRE(minute >= 0 && minute <= 59); in from_values()
249 timedata.tm_min = minute; in from_values()
332 const int minute, const int second, in set_mock_now() argument
335 mock_now = timestamp::from_values(year, month, day, hour, minute, second, in set_mock_now()
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dpram.c64 long year, month, day, hour, minute, seconds, i, dayperyear; in convtime() local
70 minute = 0; in convtime()
111 minute++; in convtime()
119 monstr[month], day, year, hour, minute, seconds); in convtime()
/netbsd-src/external/bsd/ntp/dist/parseutil/
H A Dtestdcf.c63 long minute; member
245 clock_time->minute = ext_bf(buffer, DCF_M10); in convert_rawdcf()
246 clock_time->minute = TIMES10(clock_time->minute) + ext_bf(buffer, DCF_M1); in convert_rawdcf()
420 clock_time.minute = 0; in main()
461 clock_time.minute = 0; in main()
494 … (int)clock_time.hour, (int)clock_time.minute, (int)i, (int)clock_time.day, (int)clock_time.month, in main()
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_rtc.c99 uint32_t wk_no, hour, minute, second; member
120 .minute = SUN4I_RTC_MINUTE,
134 .minute = SUN6I_RTC_MINUTE,
151 .minute = SUN7I_RTC_MINUTE,
165 .minute = SUN6I_RTC_MINUTE,
182 .minute = SUN6I_RTC_MINUTE,
199 .minute = SUN6I_RTC_MINUTE,
215 .minute = SUN6I_RTC_MINUTE,
233 .minute = SUN6I_RTC_MINUTE,
454 dt->dt_min = __SHIFTOUT(hhmmss, conf->minute); in sunxi_rtc_gettime()
[all …]
/netbsd-src/sys/arch/powerpc/powerpc/
H A Drtas.c268 int status, year, month, day, hour, minute, second, nanosecond; in rtas_todr_gettime_ymdhms() local
274 &month, &day, &hour, &minute, &second, &nanosecond) < 0) in rtas_todr_gettime_ymdhms()
281 t->dt_min = minute; in rtas_todr_gettime_ymdhms()
290 int status, year, month, day, hour, minute, second, nanosecond; in rtas_todr_settime_ymdhms() local
299 minute = t->dt_min; in rtas_todr_settime_ymdhms()
304 day, hour, minute, second, nanosecond, &status) < 0) in rtas_todr_settime_ymdhms()
/netbsd-src/usr.bin/at/
H A Dparsetime.c362 int hour, minute; in tod() local
365 minute = 0; in tod()
375 minute = atoi(sc_token); in tod()
378 minute = hour % 100; in tod()
382 if (minute > 59) in tod()
409 (tm->tm_hour == hour && tm->tm_min > minute))) { in tod()
415 tm->tm_min = minute; in tod()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rpzextra/ns2/
H A Drpz-external.local.db16 60 ; refresh every minute
17 60 ; retry every minute
19 60 ; negative caching ttl, 1 minute
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rpzextra/ns3/
H A Dthird-rpz-extra.local.db16 60 ; refresh every minute
17 60 ; retry every minute
19 60 ; negative caching ttl, 1 minute
H A Dexternal-rpz.local.db16 60 ; refresh every minute
17 60 ; retry every minute
19 60 ; negative caching ttl, 1 minute
H A Dfirst-rpz.local.db16 60 ; refresh every minute
17 60 ; retry every minute
19 60 ; negative caching ttl, 1 minute
H A Dfourth-rpz-extra.local.db16 60 ; refresh every minute
17 60 ; retry every minute
19 60 ; negative caching ttl, 1 minute
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Drefclock_datum.c142 int minute; /* minutes */ member
566 datum_pts->minute = 10*((datum_pts->retbuf[3] & 0x70)>>4) + in datum_pts_receive()
583 datum_pts->minute, in datum_pts_receive()
625 datum_pts->minute, in datum_pts_receive()
666 datum_pts->minute, in datum_pts_receive()
777 datum_pts->minute, in datum_pts_receive()
H A Dntp_filegen.c159 cal.hour = cal.minute = cal.second = 0; in filegen_open()
168 iso.hour = iso.minute = iso.second = 0; in filegen_open()
178 cal.hour = cal.minute = cal.second = 0; in filegen_open()
189 cal.hour = cal.minute = cal.second = 0; in filegen_open()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dtime.c134 int year, month, day, hour, minute, second; in dns_time64_fromtext()
158 &minute, &second) != 6) in dns_time64_fromtext()
176 RANGE(0, 59, minute); in dns_time64_fromtext()
183 value = second + (60 * minute) + (3600 * hour) + ((day - 1) * 86400); in dns_time64_fromtext()
135 int year, month, day, hour, minute, second; dns_time64_fromtext() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dtime.c135 int year, month, day, hour, minute, second; in dns_time64_fromtext() local
159 &minute, &second) != 6) in dns_time64_fromtext()
177 RANGE(0, 59, minute); in dns_time64_fromtext()
184 value = second + (60 * minute) + (3600 * hour) + ((day - 1) * 86400); in dns_time64_fromtext()
/netbsd-src/sys/dev/ofw/
H A Dofrtc.c191 int sec, minute, hr, dom, mon, yr; in ofrtc_settod() local
194 minute = dt->dt_min; in ofrtc_settod()
201 sec, minute, hr, dom, mon, yr)) in ofrtc_settod()
/netbsd-src/external/bsd/cron/dist/
H A Dcron.c339 printone(result, sizeof(result), bitprint(e->minute, MINUTE_COUNT)); in tick()
353 int minute, hour, dom, month, dow; in find_jobs() local
369 minute = tm->tm_min -FIRST_MINUTE; \ in find_jobs()
383 (long)getpid(), minute, hour, dom, month, dow, in find_jobs()
407 if (bit_test(e->minute, minute) && in find_jobs()
/netbsd-src/external/bsd/ntp/dist/clockstuff/
H A Dchutest.c550 int day, hour, minute, second; in chufilter() local
604 minute = *code++; in chufilter()
605 minute = MULBY10(minute) + *code++; in chufilter()
615 || hour > 23 || minute > 59 in chufilter()
618 day, hour, minute, second); in chufilter()
626 tmp = MULBY60(tmp) + (u_long)minute; /* minutes */ in chufilter()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dsqltypes.d78 SQLUSMALLINT minute; variable
87 SQLUSMALLINT minute; member
121 SQLUINTEGER minute; member
/netbsd-src/external/bsd/ipf/dist/perl/
H A DIpfanaly.pl165 ($hour,$minute,$sec,$junk) = split ":", $bit;
169 $xpos=($hour * 3600) + ($minute * 60) + ($sec) ;
186 $timemaxin="$hour:$minute";
200 $timemaxout="$hour:$minute";
/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dclocktime.c57 int minute , /* minute of hour */ in clocktime() argument
74 SECSPERMIN * ((int32)minute + in clocktime()
/netbsd-src/sys/fs/cd9660/
H A Dcd9660_node.c249 int y, m, d, hour, minute, second, tz; in cd9660_tstamp_conv7() local
255 minute = pi[4]; in cd9660_tstamp_conv7()
275 crtime = ((((days * 24) + hour) * 60 + minute) * 60) + second; in cd9660_tstamp_conv7()
/netbsd-src/games/rogue/
H A Dmachdep.c244 rt_buf->minute = t->tm_min; in md_gct()
279 rt_buf->minute = t->tm_min; in md_gfmt()
H A Dsave.c418 if (saved_time->minute < mod_time->minute) { in has_been_touched()
420 } else if (saved_time->minute > mod_time->minute) { in has_been_touched()

1234567