Searched refs:tm_hour (Results 101 - 125 of 173) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h204 int tm_hour; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_openbsd.cpp216 CHECK_SIZE_AND_OFFSET(tm, tm_hour);
H A Dsanitizer_platform_limits_solaris.cpp284 CHECK_SIZE_AND_OFFSET(tm, tm_hour);
H A Dsanitizer_platform_limits_freebsd.cpp452 CHECK_SIZE_AND_OFFSET(tm, tm_hour);
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp66 months[time->tm_mon], time->tm_mday, time->tm_hour, time->tm_min,
/freebsd-13-stable/bin/pax/
H A Dsel_subs.c588 if ((lt->tm_hour = ATOI2(str)) > 23)
/freebsd-13-stable/contrib/opie/
H A Dopiesu.c237 tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min,
/freebsd-13-stable/contrib/ntp/util/
H A Dtg.c355 hour = tm->tm_hour;
/freebsd-13-stable/sys/amd64/amd64/
H A Defirt_machdep.c347 "Sec %d\n", tm.tm_year, tm.tm_mon, tm.tm_mday, tm.tm_hour,
/freebsd-13-stable/sbin/fsdb/
H A Dfsdb.c1164 t.tm_hour = VAL();
1165 t.tm_hour = VAL() + t.tm_hour * 10;
/freebsd-13-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c377 tm.tm_hour = atol(p);
378 if (tm.tm_hour < 0 || tm.tm_hour > 23)
/freebsd-13-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c1700 tmp->tm_hour = (int) (rem / SECSPERHOUR);
1814 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 &&
1846 if (normalize_overflow(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR))
1848 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY))
/freebsd-13-stable/contrib/ldns/
H A Dstr2host.c72 sscanf(time, "%4d%2d%2d%2d%2d%2d", &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec) == 6
87 if (tm.tm_hour < 0 || tm.tm_hour > 23) {
/freebsd-13-stable/contrib/serf/buckets/
H A Dbuckets.c580 tm.tm_hour, tm.tm_min, tm.tm_sec, tm.tm_usec,
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dload.c85 tm.tm_hour = hour;
/freebsd-13-stable/crypto/openssl/crypto/
H A Dmem_dbg.c476 lcl->tm_hour, lcl->tm_min, lcl->tm_sec);
/freebsd-13-stable/contrib/bmake/
H A Dutil.c462 s = snprintf(buf, len, "%d", tm->tm_hour);
/freebsd-13-stable/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c126 (lt.tm_hour << 11) |
/freebsd-13-stable/usr.bin/ipcs/
H A Dipcs.c100 tm->tm_hour, tm->tm_min, tm->tm_sec);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp885 tm_date->tm_mon + 1, tm_date->tm_mday, tm_date->tm_hour,
1117 tm_epoch.tm_hour = 0;
/freebsd-13-stable/lib/libfetch/
H A Dftp.c459 &tm.tm_hour, &tm.tm_min, &tm.tm_sec) != 6) {
473 tm.tm_hour, tm.tm_min, tm.tm_sec);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_arc.c1304 local.tm_hour = pp->hour;
1367 pp->hour = gmtp->tm_hour;
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c3136 tm.tm_hour = v[3];
3142 tm.tm_hour -= offset / 4;
3164 tm.tm_hour = (v[8] - '0') * 10 + (v[9] - '0');
3170 tm.tm_hour -= offset / 4;
3195 + t->tm_hour * 3600
/freebsd-13-stable/contrib/unbound/sldns/
H A Dstr2wire.c1426 &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour,
1437 if (tm.tm_hour < 0 || tm.tm_hour > 23)
/freebsd-13-stable/contrib/tcsh/
H A Dtc.prompt.c254 int hr = t->tm_hour;

Completed in 319 milliseconds

1234567