Home
last modified time | relevance | path

Searched refs:ltime (Results 1 – 10 of 10) sorted by path

/dragonfly/contrib/dhcpcd/hooks/
H A D20-resolv.conf85 ltime=$(($rdnsstime - $offset))
86 if [ "$ltime" -gt 0 ]; then
93 ltime=$(($dnssltime - $offset))
94 if [ "$ltime" -gt 0 ]; then
/dragonfly/contrib/dhcpcd/src/
H A Dipv6nd.c1815 unsigned int next = 0, ltime; in ipv6nd_expirera() local
1839 if (next == 0 || ltime < next) in ipv6nd_expirera()
1840 next = ltime; in ipv6nd_expirera()
1877 if (next == 0 || ltime < next) in ipv6nd_expirera()
1878 next = ltime; in ipv6nd_expirera()
1927 if (ltime == 0) in ipv6nd_expirera()
1938 ltime = ntohl(ltime); in ipv6nd_expirera()
1939 if (elapsed >= ltime) { in ipv6nd_expirera()
1945 ltime -= elapsed; in ipv6nd_expirera()
1946 if (next == 0 || ltime < next) in ipv6nd_expirera()
[all …]
/dragonfly/contrib/libarchive/cpio/
H A Dcpio.c1153 struct tm *ltime; in list_item_verbose() local
1209 ltime = localtime_r(&mtime, &tmbuf); in list_item_verbose()
1214 ltime = NULL; in list_item_verbose()
1216 ltime = &tmbuf; in list_item_verbose()
1218 ltime = localtime(&mtime); in list_item_verbose()
1220 strftime(date, sizeof(date), fmt, ltime); in list_item_verbose()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_getdate.c700 struct tm *ltime; in Convert() local
740 ltime = NULL; in Convert()
742 ltime = &tmbuf; in Convert()
744 ltime = localtime(&Julian); in Convert()
757 struct tm *ltime; in DSTcorrect() local
772 ltime = NULL; in DSTcorrect()
774 ltime = &tmbuf; in DSTcorrect()
776 ltime = localtime(&Start); in DSTcorrect()
785 ltime = NULL; in DSTcorrect()
787 ltime = &tmbuf; in DSTcorrect()
[all …]
/dragonfly/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);
/dragonfly/crypto/openssh/
H A Dsftp-common.c219 struct tm *ltime = localtime(&st->st_mtime); in ls_file() local
240 if (ltime != NULL) { in ls_file()
244 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime); in ls_file()
246 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime); in ls_file()
/dragonfly/games/phantasia/
H A Dgamesupport.c541 time_t ltime; /* time in seconds */ in purgeoldplayers() local
544 time(&ltime); in purgeoldplayers()
545 today = localtime(&ltime)->tm_yday; in purgeoldplayers()
/dragonfly/sys/netinet/
H A Dtcp_subr.c2084 static int ltime; in tcp_xmit_bandwidth_limit() local
2085 if ((u_int)(save_ticks - ltime) >= hz / tcp_inflight_debug) { in tcp_xmit_bandwidth_limit()
2086 ltime = save_ticks; in tcp_xmit_bandwidth_limit()
/dragonfly/sys/netinet6/
H A Dicmp6.c1668 u_int32_t ltime; in ni6_store_addrs() local
1772 ltime = ND6_INFINITE_LIFETIME; in ni6_store_addrs()
1776 ltime = htonl(ifa6->ia6_lifetime.ia6t_expire - time_uptime); in ni6_store_addrs()
1778 ltime = 0; in ni6_store_addrs()
1781 bcopy(&ltime, cp, sizeof(u_int32_t)); in ni6_store_addrs()
/dragonfly/usr.sbin/rtadvctl/
H A Drtadvctl.c825 uint32_t ltime; in action_show_rdnss() local
836 ltime = rdn->rd_ltime; in action_show_rdnss()
849 sec2str(ltime, ssbuf)); in action_show_rdnss()
868 uint32_t ltime; in action_show_dnssl() local
879 ltime = dns->dn_ltime; in action_show_dnssl()
890 hbuf, sec2str(ltime, ssbuf)); in action_show_dnssl()