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

/freebsd-11-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-11-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-11-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-11-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c749 printf("\t %s/%d (pref: %s, ltime: %s)\n",
841 uint32_t ltime; local
852 ltime = rdn->rd_ltime;
860 printf("\t %s (ltime=%s)\n",
865 sec2str(ltime, ssbuf));
884 uint32_t ltime; local
895 ltime = dns->dn_ltime;
905 printf("\t %s (ltime=%s)\n",
906 hbuf, sec2str(ltime, ssbuf));
/freebsd-11-stable/lib/libipsec/
H A Dpfkey.c896 pfkey_send_spdadd2(so, src, prefs, dst, prefd, proto, ltime, vtime,
901 u_int64_t ltime, vtime;
910 ltime, vtime,
950 pfkey_send_spdupdate2(so, src, prefs, dst, prefd, proto, ltime, vtime,
955 u_int64_t ltime, vtime;
964 ltime, vtime,
1447 ltime, vtime, policy, policylen, seq)
1451 u_int64_t ltime, vtime;
1520 0, 0, ltime, vtime);
/freebsd-11-stable/contrib/libarchive/cpio/
H A Dcpio.c1153 struct tm *ltime; local
1209 ltime = localtime_r(&mtime, &tmbuf);
1214 ltime = NULL;
1216 ltime = &tmbuf;
1218 ltime = localtime(&mtime);
1220 strftime(date, sizeof(date), fmt, ltime);
/freebsd-11-stable/sys/netinet6/
H A Dicmp6.c1757 u_int32_t ltime; local
1848 ltime = ND6_INFINITE_LIFETIME;
1852 ltime = htonl(ifa6->ia6_lifetime.ia6t_expire - time_uptime);
1854 ltime = 0;
1857 bcopy(&ltime, cp, sizeof(u_int32_t));
/freebsd-11-stable/usr.bin/kdump/
H A Dkdump.c194 time_t ltime; local
201 (void)time(&ltime);
202 (void)localtime(&ltime);
/freebsd-11-stable/sys/cam/
H A Dcam_periph.c1183 struct bintime ltime; local
1198 starttime = &ltime;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp6313 long ltime;
6319 __kmp_registration_flag = 0xCAFE0000L | (time.ltime & 0x0000FFFFL);

Completed in 125 milliseconds