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

1234567

/freebsd-13-stable/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c706 tm.tm_hour = 23;
/freebsd-13-stable/crypto/openssh/
H A Dmoduli.c165 gtm->tm_hour, gtm->tm_min, gtm->tm_sec,
/freebsd-13-stable/usr.bin/at/
H A Dat.c690 t->tm_hour = ATOI2(arg);
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c690 tm->tm_hour > hour) ||
691 (tm->tm_hour == hour &&
/freebsd-13-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c715 ((u_int)tm->tm_hour << 8 |
752 x = (u_int)tm->tm_hour << 11 |
/freebsd-13-stable/contrib/ntp/libntp/
H A Dntp_calendar.c1096 utm->tm_hour = ts[0];
1573 return ntpcal_etime_to_seconds(utm->tm_hour, utm->tm_min,
/freebsd-13-stable/contrib/unbound/util/
H A Dconfig_file.c1881 &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec) != 6)
1889 if (tm.tm_hour < 0 || tm.tm_hour > 23) return 0;
/freebsd-13-stable/sbin/dhclient/
H A Ddhclient.c2013 t->tm_hour, t->tm_min, t->tm_sec);
2017 t->tm_hour, t->tm_min, t->tm_sec);
2021 t->tm_hour, t->tm_min, t->tm_sec);
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c1338 tm.tm_hour += hr;
1341 tm.tm_hour -= hr;
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dwps_upnp.c235 date->tm_hour, date->tm_min, date->tm_sec);
/freebsd-13-stable/contrib/sendmail/src/
H A Denvelope.c865 tm->tm_hour, tm->tm_min);
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y632 t->tm_hour,
H A Dftpcmd.c2411 t->tm_hour,
/freebsd-13-stable/lib/libc/resolv/
H A Dres_debug.c1172 time->tm_hour, time->tm_min, time->tm_sec);
/freebsd-13-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c1014 tm->tm_hour, tm->tm_min, tm->tm_sec);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h402 int tm_hour; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_netbsd.h222 int tm_hour; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_posix.cpp1097 CHECK_SIZE_AND_OFFSET(tm, tm_hour);
/freebsd-13-stable/contrib/opie/
H A Dftpcmd.y573 t->tm_hour, t->tm_min, t->tm_sec);
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4786 t.tm_hour = 23;
4934 t.tm_hour = 23;
5102 t.tm_hour = 1;
5105 t.tm_hour = 13;
5166 t.tm_hour = 1;
5175 t.tm_hour = 13;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c206 exploded_time.tm_hour,
/freebsd-13-stable/contrib/tcpdump/
H A Dsmbutil.c41 tp->tm_hour = (p1 >> 3) & 0xFF;
/freebsd-13-stable/libexec/ftpd/
H A Dftpcmd.y737 t->tm_hour, t->tm_min, t->tm_sec);
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c940 tm->tm_hour, tm->tm_min, tm->tm_sec,
947 tm->tm_hour, tm->tm_min, tm->tm_sec,
951 tm->tm_hour, tm->tm_min, tm->tm_sec,
956 tm->tm_hour, tm->tm_min, tm->tm_sec,
/freebsd-13-stable/contrib/ntp/util/
H A Dtg2.c1074 Hour = TimeStructure->tm_hour;

Completed in 411 milliseconds

1234567