Searched refs:tm_sec (Results 76 - 100 of 165) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h187 int tm_sec; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_freebsd.h202 int tm_sec; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_openbsd.cpp214 CHECK_SIZE_AND_OFFSET(tm, tm_sec);
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dstrptime.c364 timeptr->tm_sec = ret;
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dstrptime.c302 if (!(_conv_num(&bp, &tm->tm_sec, 0, 61)))
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_scalars.c328 tm_to_set.tm_sec = str[6];
/freebsd-13-stable/contrib/unbound/sldns/
H A Dparseutil.c91 seconds = minutes * 60 + tm->tm_sec;
150 result->tm_sec = (int) LDNS_MOD(clock, 60);
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dos_unix.c146 tm.tm_sec = sec;
176 tm->sec = tm2->tm_sec;
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dder_get.c410 &tm.tm_min, &tm.tm_sec) != 6) {
413 &tm.tm_min, &tm.tm_sec) != 6)
/freebsd-13-stable/contrib/ldns/
H A Dutil.c213 seconds = minutes * 60 + tm->tm_sec;
278 result->tm_sec = (int) LDNS_MOD(clock, 60);
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
95 if (tm.tm_sec < 0 || tm.tm_sec > 59) {
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_warc.c545 return (t->tm_sec
592 if ((tm.tm_sec = strtoi_lim(s, &s, 0, 60)) < 0 || *s++ != 'Z') {
/freebsd-13-stable/usr.sbin/fifolog/lib/
H A Dgetdate.y652 (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/usr.bin/at/
H A Dat.c661 t->tm_sec = 0; /* Seconds defaults to 0. */
666 t->tm_sec = ATOI2(p);
H A Dparsetime.c605 runtime.tm_sec = 0;
/freebsd-13-stable/lib/libc/gen/
H A Dsyslog.c196 tm.tm_hour, tm.tm_min, tm.tm_sec, now.tv_usec,
/freebsd-13-stable/sbin/dump/
H A Doptr.c406 - (tlast->tm_min * 60) - tlast->tm_sec
/freebsd-13-stable/contrib/kyua/utils/
H A Ddatetime.cpp343 timedata.tm_sec = second;
/freebsd-13-stable/contrib/libevent/
H A Devutil_time.c176 1900 + tm->tm_year, tm->tm_hour, tm->tm_min, tm->tm_sec);
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp67 time->tm_sec, time->tm_year + 1900);
/freebsd-13-stable/contrib/ntp/util/
H A Dtg.c358 second = tm->tm_sec;
/freebsd-13-stable/sys/amd64/amd64/
H A Defirt_machdep.c348 tm.tm_min, tm.tm_sec);
/freebsd-13-stable/sbin/fsdb/
H A Dfsdb.c1168 t.tm_sec = VAL();
1169 t.tm_sec = VAL() + t.tm_sec * 10;
/freebsd-13-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c365 tm.tm_sec = atol(p);
366 if (tm.tm_sec < 0 || tm.tm_sec > 60)
/freebsd-13-stable/contrib/serf/buckets/
H A Dbuckets.c580 tm.tm_hour, tm.tm_min, tm.tm_sec, tm.tm_usec,

Completed in 345 milliseconds

1234567