/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_getdate.c | 696 struct tm *ltime; in Convert() 727 ltime = localtime_s(&tmbuf, &Julian) ? NULL : &tmbuf; in Convert() 729 ltime = localtime_r(&Julian, &tmbuf); in Convert() 731 ltime = localtime(&Julian); in Convert() 734 || (DSTmode == DSTmaybe && ltime->tm_isdst)) in Convert() 744 struct tm *ltime; in DSTcorrect() 749 ltime = localtime_s(&tmbuf, &Start) ? NULL : &tmbuf; in DSTcorrect() 751 ltime = localtime_r(&Start, &tmbuf); in DSTcorrect() 753 ltime = localtime(&Start); in DSTcorrect() 755 StartDay = (ltime in DSTcorrect() 700 struct tm *ltime; Convert() local 748 struct tm *ltime; DSTcorrect() local [all...] |
/freebsd/crypto/openssh/ |
H A D | sftp-common.c | 221 struct tm *ltime = localtime(&st->st_mtime); in ls_file() local 242 if (ltime != NULL) { in ls_file() 246 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime); in ls_file() 248 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime); in ls_file()
|
/freebsd/contrib/libarchive/tar/ |
H A D | util.c | 669 struct tm *ltime; local 745 ltime = localtime_s(&tmbuf, &tim) ? NULL : &tmbuf; 747 ltime = localtime_r(&tim, &tmbuf); 749 ltime = localtime(&tim); 751 strftime(tmp, sizeof(tmp), fmt, ltime);
|
/freebsd/usr.sbin/rtadvctl/ |
H A D | rtadvctl.c | 733 printf("\t %s/%d (pref: %s, ltime: %s)\n", in action_show_rtinfo() 825 uint32_t ltime; in action_show_rdnss() local 836 ltime = rdn->rd_ltime; in action_show_rdnss() 844 printf("\t %s (ltime=%s)\n", 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() 889 printf("\t %s (ltime=%s)\n", in action_show_dnssl() 890 hbuf, sec2str(ltime, ssbuf)); in action_show_dnssl()
|
/freebsd/contrib/libarchive/cpio/ |
H A D | cpio.c | 1146 struct tm *ltime; in list_item_verbose() local 1198 ltime = localtime_s(&tmbuf, &mtime) ? NULL : &tmbuf; in list_item_verbose() 1200 ltime = localtime_r(&mtime, &tmbuf); in list_item_verbose() 1202 ltime = localtime(&mtime); in list_item_verbose() 1204 if (ltime != NULL) in list_item_verbose() 1205 strftime(date, sizeof(date), fmt, ltime); in list_item_verbose()
|
/freebsd/lib/libipsec/ |
H A D | pfkey.c | 844 struct sockaddr *dst, u_int prefd, u_int proto, u_int64_t ltime, in pfkey_send_spdadd2() argument 851 ltime, vtime, in pfkey_send_spdadd2() 888 struct sockaddr *dst, u_int prefd, u_int proto, u_int64_t ltime, in pfkey_send_spdupdate2() argument 895 ltime, vtime, in pfkey_send_spdupdate2() 1353 struct sockaddr *dst, u_int prefd, u_int proto, u_int64_t ltime, in pfkey_send_x4() argument 1420 0, 0, ltime, vtime); in pfkey_send_x4()
|
/freebsd/contrib/netbsd-tests/bin/ps/ |
H A D | t_ps.sh | 97 s_keywords='uid pid ppid cpu lid nlwp pri nice vsz rss wchan lstate tt ltime command'
|
H A D | keywords | 59 ltime LTIME
|
/freebsd/sys/netinet6/ |
H A D | icmp6.c | 1784 u_int32_t ltime; in ni6_store_addrs() local 1873 ltime = ND6_INFINITE_LIFETIME; in ni6_store_addrs() 1877 ltime = htonl(ifa6->ia6_lifetime.ia6t_expire - time_uptime); in ni6_store_addrs() 1879 ltime = 0; in ni6_store_addrs() 1882 bcopy(<ime, cp, sizeof(u_int32_t)); in ni6_store_addrs()
|
/freebsd/sys/cam/ |
H A D | cam_periph.c | 1219 struct bintime ltime; in cam_periph_runccb() local 1238 starttime = <ime; in cam_periph_runccb()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_runtime.cpp | 6749 long ltime; in __kmp_register_library_startup() member 6755 __kmp_registration_flag = 0xCAFE0000L | (time.ltime & 0x0000FFFFL); in __kmp_register_library_startup()
|