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

1234567

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c3602 tm->tm_hour, tm->tm_min, tm->tm_sec);
3610 Cmd[-2+8] = tm->tm_hour;
3630 Cmd[-2+4] = tm->tm_hour;
H A Dntp_config.c520 tm.tm_hour, tm.tm_min, tm.tm_sec);
H A Dntp_control.c1743 tm->tm_hour, tm->tm_min);
/freebsd-13-stable/lib/libfetch/
H A Dhttp.c899 tm.tm_hour, tm.tm_min, tm.tm_sec);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1099 TM->tm_hour, TM->tm_min, TM->tm_sec);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c1417 dt += (t->tm_hour & 0x1f) << 11;
H A Darchive_read_support_format_xar.c1150 + t->tm_hour * 3600
1193 tm.tm_hour = (int)data;
H A Darchive_write_set_format_iso9660.c1410 tm.tm_hour = strtol(buf, NULL, 10);
2548 set_digit(p+8, 2, tm.tm_hour);
2571 set_num_711(p+3, tm.tm_hour);
H A Darchive_read_support_format_cab.c2054 ts.tm_hour = (msTime >> 11) & 0x1f;
H A Darchive_read_support_format_lha.c1728 ts.tm_hour = (msTime >> 11) & 0x1f;
H A Darchive_read_support_format_rar.c1715 tm.tm_hour = (ttime >> 11) & 0x1f;
H A Darchive_read_support_format_zip.c462 ts.tm_hour = (msTime >> 11) & 0x1f;
/freebsd-13-stable/contrib/ntp/util/
H A Dntp-keygen.c2121 tm.tm_hour = (v[6] - '0') * 10 + v[7] - '0';
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest.cc3714 String::FormatIntWidth2(time_struct.tm_hour) + ":" +
4075 String::FormatIntWidth2(time_struct.tm_hour) + ":" +
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2474 CHECK_SIZE_AND_OFFSET(tm, tm_hour);
/freebsd-13-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c2319 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec,
/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c259 t->tm_hour, t->tm_min, t->tm_sec, lame);
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c2773 t->tm_year + 1900, t->tm_mon + 1, t->tm_mday, t->tm_hour,
4152 t->tm_mday, t->tm_hour, t->tm_min, t->tm_sec);
/freebsd-13-stable/usr.sbin/route6d/
H A Droute6d.c3438 snprintf(buf, sizeof(buf), "%02d:%02d:%02d", tm->tm_hour, tm->tm_min,
/freebsd-13-stable/usr.sbin/syslogd/
H A Dsyslogd.c1057 PARSE_NUMBER(timestamp_remote.tm.tm_hour, 2, 0, 23);
/freebsd-13-stable/contrib/sendmail/src/
H A Dqueue.c5487 idbuf[3] = QueueIdChars[tm->tm_hour];
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure24460 tm.tm_hour = 12; /* hour since midnight [0, 23] */
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c22586 y.h = sLocal.tm_hour;
[all...]

Completed in 1492 milliseconds

1234567