/external/openssh/ |
D | sftp-common.c | 217 struct tm *ltime = localtime(&st->st_mtime); in ls_file() local 236 if (ltime != NULL) { in ls_file() 240 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime); in ls_file() 242 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime); in ls_file()
|
/external/ltp/testcases/realtime/func/rt-migrate/ |
D | rt-migrate.c | 225 unsigned long long ltime; in record_time() local 230 ltime = rt_gettime() / NS_PER_US; in record_time() 231 ltime -= now; in record_time() 236 rec.y = ltime; in record_time()
|
/external/honggfuzz/libhfcommon/ |
D | util.c | 184 struct tm ltime; in util_getLocalTime() local 185 localtime_r(&tm, <ime); in util_getLocalTime() 186 if (strftime(buf, len, fmt, <ime) < 1) { in util_getLocalTime()
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 1747 time_t ltime; in OpenLogfile() local 1799 time(<ime); in OpenLogfile() 1800 now = localtime(<ime); in OpenLogfile() 1803 localtime(<ime)); in OpenLogfile() 1869 time_t ltime; in CloseLogfile() local 1872 time(<ime); in CloseLogfile() 1873 now = localtime(<ime); in CloseLogfile() 1876 localtime(<ime)); in CloseLogfile()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 1703 time_t ltime; in OpenLogfile() local 1755 time(<ime); in OpenLogfile() 1756 now = localtime(<ime); in OpenLogfile() 1759 localtime(<ime)); in OpenLogfile() 1825 time_t ltime; in CloseLogfile() local 1828 time(<ime); in CloseLogfile() 1829 now = localtime(<ime); in CloseLogfile() 1832 localtime(<ime)); in CloseLogfile()
|
/external/ipsec-tools/src/libipsec/ |
D | pfkey.c | 882 struct sockaddr *dst, u_int prefd, u_int proto, u_int64_t ltime, in pfkey_send_spdadd2() argument 889 ltime, vtime, in pfkey_send_spdadd2() 926 struct sockaddr *dst, u_int prefd, u_int proto, u_int64_t ltime, in pfkey_send_spdupdate2() argument 933 ltime, vtime, in pfkey_send_spdupdate2() 1572 struct sockaddr *dst, u_int prefd, u_int proto, u_int64_t ltime, in pfkey_send_x4() argument 1639 0, 0, (u_int)ltime, (u_int)vtime); in pfkey_send_x4()
|
/external/ipsec-tools/src/racoon/ |
D | pfkey.c | 2182 u_int64_t ltime, vtime; local 2184 ltime = iph2->approval->lifetime; 2200 ltime, vtime, 2304 u_int64_t ltime, vtime; local 2306 ltime = iph2->approval->lifetime; 2322 ltime, vtime,
|
/external/ltp/testcases/kernel/fs/doio/ |
D | doio.c | 4868 struct tm *ltime; in hms() local 4870 ltime = localtime(&t); in hms() 4871 strftime(ascii_time, sizeof(ascii_time), "%H:%M:%S", ltime); in hms()
|
/external/syzkaller/sys/linux/ |
D | kvm.txt | 343 ltime int64
|