Searched refs:tm_hour (Results 51 - 75 of 173) sorted by relevance

1234567

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddate.c75 { 'h', DIGITS, ACCUM, APR_OFFSETOF(match_state, base.tm_hour) },
352 || expt.tm_hour > 23
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dos_win32.c78 tm.tm_hour = hour;
112 tm->hour = tm2->tm_hour;
H A Dos_internal.c71 tm.tm_hour = hour;
90 tm->hour = tm2->tm_hour;
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_file.c146 assertEqualInt(i2(p + 12), (tm->tm_hour * 2048) + (tm->tm_min * 32) + (tm->tm_sec / 2)); /* File time */
195 assertEqualInt(i2(p + 10), (tm->tm_hour * 2048) + (tm->tm_min * 32) + (tm->tm_sec / 2)); /* File time */
H A Dtest_write_format_zip_file_zip64.c149 assertEqualInt(i2(p + 12), (tm->tm_hour * 2048) + (tm->tm_min * 32) + (tm->tm_sec / 2)); /* File time */
223 assertEqualInt(i2(p + 10), (tm->tm_hour * 2048) + (tm->tm_min * 32) + (tm->tm_sec / 2)); /* File time */
/freebsd-13-stable/bin/date/
H A Ddate.c326 lt->tm_hour = ATOI2(p);
327 if (lt->tm_hour > 23)
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_chronolog.c248 local.tm_hour = hours;
262 pp->hour = gmtp->tm_hour;
H A Drefclock_dumbclock.c262 asserted_tm.tm_hour = hours;
306 pp->hour = gmtp->tm_hour;
H A Drefclock_bancomm.c96 int32_t tm_hour; member in struct:stfp_tm
595 time_vme->hr = maj.tm_hour;
611 time_vme->hr = stfp->tm.tm_hour;
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/time/
H A Dt_strptime.c45 int tm_sec, int tm_min, int tm_hour, int tm_mday,
78 H_REQUIRE_FIELD(tm_hour);
44 h_pass(const char *buf, const char *fmt, int len, int tm_sec, int tm_min, int tm_hour, int tm_mday, int tm_mon, int tm_year, int tm_wday, int tm_yday) argument
/freebsd-13-stable/usr.bin/touch/
H A Dtouch.c264 t->tm_hour = ATOI2(arg);
296 t->tm_hour = ATOI2(arg);
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dutil.c218 tm.tm_hour = tm2.tm_hour;
223 tm.tm_hour = 23;
/freebsd-13-stable/sbin/shutdown/
H A Dshutdown.c513 lt->tm_hour = ATOI2(timearg);
514 if (lt->tm_hour < 0 || lt->tm_hour > 23)
/freebsd-13-stable/contrib/sendmail/libsm/
H A Ddebug.c183 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
/freebsd-13-stable/contrib/tzcode/zic/
H A Dzdump.c190 (void) fprintf(stderr, " hour=%d", tmp->tm_hour);
535 result += newp->tm_hour - oldp->tm_hour;
651 timeptr->tm_mday, timeptr->tm_hour,
/freebsd-13-stable/libexec/talkd/
H A Dannounce.c117 hostname, localclock->tm_hour , localclock->tm_min,
/freebsd-13-stable/contrib/apr-util/test/
H A Dtestdate.c130 tms->tm_hour, tms->tm_min, tms->tm_sec);
/freebsd-13-stable/contrib/ntp/libntp/
H A Dprettydate.c203 tm->tm_mday, 1900 + tm->tm_year, tm->tm_hour,
/freebsd-13-stable/sys/sys/
H A Defi.h102 uint8_t tm_hour; /* 0 - 23 */ member in struct:efi_tm
/freebsd-13-stable/usr.sbin/fifolog/lib/
H A Dgetdate.y617 StartDay = (localtime(&Start)->tm_hour + 1) % 24;
618 FutureDay = (localtime(&Future)->tm_hour + 1) % 24;
652 (time_t)tm->tm_hour, (time_t)tm->tm_min, (time_t)tm->tm_sec,
874 Start -= ((tm->tm_hour * 60L + tm->tm_min) * 60L) + tm->tm_sec;
/freebsd-13-stable/sbin/dhclient/
H A Dparse.c521 tm.tm_hour = atoi(val);
582 tm.tm_hour) * 60) +
/freebsd-13-stable/contrib/lua/src/
H A Dloslib.c234 setfield(L, "hour", stm->tm_hour, 0);
357 ts.tm_hour = getfield(L, "hour", 12, 0);
/freebsd-13-stable/usr.sbin/apm/
H A Dapm.c275 tm.tm_hour = bcd2int(xh(args.edx));
369 args.edx = (int2bcd(tm->tm_hour) << 8) | int2bcd(tm->tm_min);
/freebsd-13-stable/usr.sbin/cron/lib/
H A Dmisc.c429 t->tm_mon+1, t->tm_mday, t->tm_hour, t->tm_min,
580 tm->tm_hour,
/freebsd-13-stable/usr.bin/finger/
H A Dlprint.c190 delta->tm_hour || delta->tm_min)) {
199 delta->tm_hour, delta->tm_min);

Completed in 397 milliseconds

1234567