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

1234567

/freebsd-10.3-release/contrib/serf/buckets/
H A Dbuckets.c575 tm.tm_hour, tm.tm_min, tm.tm_sec, tm.tm_usec,
/freebsd-10.3-release/crypto/openssl/crypto/
H A Dmem_dbg.c647 lcl->tm_hour, lcl->tm_min, lcl->tm_sec);
/freebsd-10.3-release/lib/libc/stdtime/
H A Dstrftime.c314 pt = _conv(t->tm_sec, fmt_padding[PAD_FMT_HMS][PadIndex],
H A Dstrptime.c262 tm->tm_sec = i;
/freebsd-10.3-release/contrib/bmake/
H A Dutil.c503 s = snprintf(buf, len, "%02d", tm->tm_sec);
/freebsd-10.3-release/usr.bin/ipcs/
H A Dipcs.c97 tm->tm_hour, tm->tm_min, tm->tm_sec);
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dntp_calendar.c1013 utm->tm_sec = ts[2];
1439 utm->tm_sec);
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_arc.c1306 local.tm_sec = pp->second;
1369 pp->second = gmtp->tm_sec;
H A Drefclock_jupiter.c818 instance->peer->procptr->second = tm->tm_sec;
/freebsd-10.3-release/lib/libfetch/
H A Dftp.c457 &tm.tm_hour, &tm.tm_min, &tm.tm_sec) != 6) {
472 tm.tm_hour, tm.tm_min, tm.tm_sec));
/freebsd-10.3-release/contrib/unbound/sldns/
H A Dstr2wire.c1355 &tm.tm_min, &tm.tm_sec) == 6) {
1369 if (tm.tm_sec < 0 || tm.tm_sec > 59)
/freebsd-10.3-release/contrib/unbound/util/
H A Dconfig_file.c1153 &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec) != 6)
1163 if (tm.tm_sec < 0 || tm.tm_sec > 59) return 0;
/freebsd-10.3-release/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c669 tm.tm_sec = 59;
/freebsd-10.3-release/contrib/tcsh/
H A Dtc.prompt.c275 p = Itoa(t->tm_sec, 2, attributes);
/freebsd-10.3-release/crypto/openssh/
H A Dmoduli.c166 gtm->tm_hour, gtm->tm_min, gtm->tm_sec,
/freebsd-10.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c686 ((u_int)tm->tm_sec << 8 |
728 (u_int)tm->tm_sec >> 1;
/freebsd-10.3-release/sbin/dhclient/
H A Ddhclient.c1928 t->tm_hour, t->tm_min, t->tm_sec);
1932 t->tm_hour, t->tm_min, t->tm_sec);
1936 t->tm_hour, t->tm_min, t->tm_sec);
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c3103 tm.tm_sec = v[5];
3131 tm.tm_sec = (v[12] - '0') * 10 + (v[13] - '0');
3158 return (t->tm_sec + t->tm_min * 60 + t->tm_hour * 3600
H A Darchive_read_support_format_rar.c1630 tm.tm_sec = 2 * (ttime & 0x1f);
1680 nsec = tm->tm_sec + rem / NS_UNIT;
1683 tm->tm_sec++;
/freebsd-10.3-release/contrib/wpa/src/wps/
H A Dwps_upnp.c233 date->tm_hour, date->tm_min, date->tm_sec);
/freebsd-10.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y634 t->tm_sec);
/freebsd-10.3-release/contrib/opie/
H A Dftpcmd.y573 t->tm_hour, t->tm_min, t->tm_sec);
/freebsd-10.3-release/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c976 tm->tm_hour, tm->tm_min, tm->tm_sec);
/freebsd-10.3-release/contrib/tcpdump/
H A Dsmbutil.c44 tp->tm_sec = 2 * (p0 & 0x1F);
/freebsd-10.3-release/lib/libc/resolv/
H A Dres_debug.c1179 time->tm_hour, time->tm_min, time->tm_sec);

Completed in 618 milliseconds

1234567