Searched refs:ltime (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.c700 struct tm *ltime; local
735 ltime = localtime_r(&Julian, &tmbuf);
740 ltime = NULL;
742 ltime = &tmbuf;
744 ltime = localtime(&Julian);
747 || (DSTmode == DSTmaybe && ltime->tm_isdst))
757 struct tm *ltime; local
767 ltime = localtime_r(&Start, &tmbuf);
772 ltime = NULL;
774 ltime
[all...]
/freebsd-10-stable/crypto/openssh/
H A Dsftp-common.c218 struct tm *ltime = localtime(&st->st_mtime); local
237 if (ltime != NULL) {
241 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime);
243 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime);
/freebsd-10-stable/contrib/libarchive/tar/
H A Dutil.c669 struct tm *ltime; local
749 ltime = localtime_r(&tim, &tmbuf);
754 ltime = NULL;
756 ltime = &tmbuf;
758 ltime = localtime(&tim);
760 strftime(tmp, sizeof(tmp), fmt, ltime);
/freebsd-10-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c748 printf("\t %s/%d (pref: %s, ltime: %s)\n",
840 uint32_t ltime; local
851 ltime = rdn->rd_ltime;
859 printf("\t %s (ltime=%s)\n",
864 sec2str(ltime, ssbuf));
883 uint32_t ltime; local
894 ltime = dns->dn_ltime;
904 printf("\t %s (ltime=%s)\n",
905 hbuf, sec2str(ltime, ssbuf));
/freebsd-10-stable/lib/libipsec/
H A Dpfkey.c894 pfkey_send_spdadd2(so, src, prefs, dst, prefd, proto, ltime, vtime,
899 u_int64_t ltime, vtime;
908 ltime, vtime,
948 pfkey_send_spdupdate2(so, src, prefs, dst, prefd, proto, ltime, vtime,
953 u_int64_t ltime, vtime;
962 ltime, vtime,
1431 ltime, vtime, policy, policylen, seq)
1435 u_int64_t ltime, vtime;
1504 0, 0, ltime, vtime);
/freebsd-10-stable/contrib/libarchive/cpio/
H A Dcpio.c1140 struct tm *ltime; local
1196 ltime = localtime_r(&mtime, &tmbuf);
1201 ltime = NULL;
1203 ltime = &tmbuf;
1205 ltime = localtime(&mtime);
1207 strftime(date, sizeof(date), fmt, ltime);
/freebsd-10-stable/sys/netinet6/
H A Dicmp6.c1835 u_int32_t ltime; local
1926 ltime = ND6_INFINITE_LIFETIME;
1930 ltime = htonl(ifa6->ia6_lifetime.ia6t_expire - time_uptime);
1932 ltime = 0;
1935 bcopy(&ltime, cp, sizeof(u_int32_t));
/freebsd-10-stable/usr.bin/kdump/
H A Dkdump.c215 time_t ltime; local
222 (void)time(&ltime);
223 (void)localtime(&ltime);
/freebsd-10-stable/sys/cam/
H A Dcam_periph.c1077 struct bintime ltime; local
1089 starttime = &ltime;

Completed in 147 milliseconds