Searched refs:tm_sec (Results 51 - 75 of 159) sorted by relevance

1234567

/freebsd-10.3-release/crypto/heimdal/kadmin/
H A Dutil.c220 tm.tm_sec = tm2.tm_sec;
225 tm.tm_sec = 59;
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dprettydate.c199 tm->tm_min, tm->tm_sec, msec);
/freebsd-10.3-release/contrib/sendmail/libsm/
H A Ddebug.c151 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
/freebsd-10.3-release/contrib/tzcode/zic/
H A Dzdump.c192 (void) fprintf(stderr, " sec=%d", tmp->tm_sec);
539 result += newp->tm_sec - oldp->tm_sec;
652 timeptr->tm_min, timeptr->tm_sec);
/freebsd-10.3-release/contrib/unbound/compat/
H A Dstrptime.c256 tm->tm_sec = ret;
/freebsd-10.3-release/lib/libutil/
H A Dlogin_times.c120 if (tt->tm_sec > 30)
/freebsd-10.3-release/contrib/apr-util/test/
H A Dtestdate.c130 tms->tm_hour, tms->tm_min, tms->tm_sec);
/freebsd-10.3-release/sys/sys/
H A Defi.h94 uint8_t tm_sec; /* 0 - 59 */ member in struct:efi_tm
/freebsd-10.3-release/usr.bin/find/
H A Dgetdate.y663 (time_t)tm->tm_hour, (time_t)tm->tm_min, (time_t)tm->tm_sec,
846 + (a->tm_sec - b->tm_sec));
920 Start -= ((tm->tm_hour * 60L + tm->tm_min) * 60L) + tm->tm_sec;
/freebsd-10.3-release/contrib/wpa/src/utils/
H A Dos_internal.c60 tm.tm_sec = sec;
75 tm->sec = tm2->tm_sec;
H A Dos_unix.c81 tm.tm_sec = sec;
111 tm->sec = tm2->tm_sec;
/freebsd-10.3-release/sbin/dhclient/
H A Dparse.c547 tm.tm_sec = atoi(val);
571 tm.tm_min) * 60) + tm.tm_sec;
/freebsd-10.3-release/contrib/dialog/
H A Dtimebox.c270 second >= 0 ? second : current.tm_sec,
400 parts->tm_sec = sc_box.value;
/freebsd-10.3-release/bin/pax/
H A Dsel_subs.c549 if ((lt->tm_sec = ATOI2(dot)) > 61)
552 lt->tm_sec = 0;
/freebsd-10.3-release/usr.sbin/apm/
H A Dapm.c273 tm.tm_sec = bcd2int(xh(args.ecx));
368 args.ecx = (int2bcd(tm->tm_sec) << 8) | 0x02;
/freebsd-10.3-release/usr.sbin/cron/lib/
H A Dmisc.c434 t->tm_sec, pid, event, detail);
586 tm->tm_sec,
/freebsd-10.3-release/contrib/diff/lib/
H A Dstrftime.c293 + (a->tm_sec - b->tm_sec));
1037 DO_NUMBER (2, tp->tm_sec);
1266 || ((ltm.tm_sec ^ tm.tm_sec)
/freebsd-10.3-release/contrib/openbsm/libauditd/
H A Dauditd_lib.c359 tm.tm_sec = atol(p);
360 if (tm.tm_sec < 0 || tm.tm_sec > 60)
/freebsd-10.3-release/crypto/heimdal/lib/asn1/
H A Dder_put.c441 tm.tm_hour, tm.tm_min, tm.tm_sec);
445 tm.tm_hour, tm.tm_min, tm.tm_sec);
/freebsd-10.3-release/contrib/unbound/sldns/
H A Dparseutil.c91 seconds = minutes * 60 + tm->tm_sec;
150 result->tm_sec = (int) LDNS_MOD(clock, 60);
/freebsd-10.3-release/contrib/amd/amq/
H A Damq.c123 tp->tm_hour, tp->tm_min, tp->tm_sec);
143 tp->tm_hour, tp->tm_min, tp->tm_sec);
/freebsd-10.3-release/sys/ia64/ia64/
H A Dnexus.c503 ct.sec = tm.tm_sec;
523 tm.tm_sec = ct.sec;
/freebsd-10.3-release/usr.sbin/ac/
H A Dac.c436 secs.tv_sec -= ltm->tm_sec;
490 secs.tv_sec -= ltm->tm_sec;
/freebsd-10.3-release/usr.bin/last/
H A Dlast.c510 t->tm_sec = 0; /* Seconds defaults to 0. */
515 t->tm_sec = ATOI2(p);
/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_log.c174 result.tm_sec, usecs, pid, verbosity, buffer);

Completed in 427 milliseconds

1234567