Searched refs:tm_sec (Results 101 - 125 of 165) sorted by relevance

1234567

/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dload.c87 tm.tm_sec = second;
/freebsd-13-stable/lib/libc/stdtime/
H A Dstrftime.c309 pt = _conv(t->tm_sec, fmt_padding[PAD_FMT_HMS][PadIndex],
H A Dstrptime.c265 tm->tm_sec = i;
/freebsd-13-stable/crypto/openssl/crypto/
H A Dmem_dbg.c476 lcl->tm_hour, lcl->tm_min, lcl->tm_sec);
/freebsd-13-stable/sbin/shutdown/
H A Dshutdown.c519 lt->tm_sec = 0;
/freebsd-13-stable/contrib/bmake/
H A Dutil.c468 s = snprintf(buf, len, "%02d", tm->tm_sec);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp282 CHECK_SIZE_AND_OFFSET(tm, tm_sec);
H A Dsanitizer_platform_limits_freebsd.cpp450 CHECK_SIZE_AND_OFFSET(tm, tm_sec);
/freebsd-13-stable/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c128 (lt.tm_sec >> 1);
/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.cpp886 tm_date->tm_min, tm_date->tm_sec, buffer.c_str());
1116 tm_epoch.tm_sec = 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.c1306 local.tm_sec = pp->second;
1369 pp->second = gmtp->tm_sec;
/freebsd-13-stable/contrib/unbound/sldns/
H A Dstr2wire.c1427 &tm.tm_min, &tm.tm_sec) == 6) {
1441 if (tm.tm_sec < 0 || tm.tm_sec > 59)
/freebsd-13-stable/contrib/tcsh/
H A Dtc.prompt.c286 p = Itoa(t->tm_sec, 2, attributes);
/freebsd-13-stable/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c708 tm.tm_sec = 59;
/freebsd-13-stable/crypto/openssh/
H A Dmoduli.c165 gtm->tm_hour, gtm->tm_min, gtm->tm_sec,
/freebsd-13-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c712 ((u_int)tm->tm_sec << 8 |
754 (u_int)tm->tm_sec >> 1;
/freebsd-13-stable/contrib/ntp/libntp/
H A Dntp_calendar.c1098 utm->tm_sec = ts[2];
1574 utm->tm_sec);
/freebsd-13-stable/contrib/unbound/util/
H A Dconfig_file.c1881 &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec) != 6)
1891 if (tm.tm_sec < 0 || tm.tm_sec > 59) 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/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c3138 tm.tm_sec = v[5];
3166 tm.tm_sec = (v[12] - '0') * 10 + (v[13] - '0');
3193 return (t->tm_sec
H A Darchive_read_support_format_rar.c1713 tm.tm_sec = 2 * (ttime & 0x1f);
1781 nsec = tm->tm_sec + rem / NS_UNIT;
1784 tm->tm_sec++;
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dwps_upnp.c235 date->tm_hour, date->tm_min, date->tm_sec);
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y634 t->tm_sec);

Completed in 381 milliseconds

1234567