HomeSort by relevance Sort by last modified time
    Searched defs:ltime (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
SetStamp.c 66 time_t *ltime
72 ltime. Else, set the date and time of TIME file to ltime.
76 ltime - Date and time
98 time (ltime);
100 now = localtime (ltime);
123 // ltime has been set as current time and date, return
167 *ltime = mktime (&stime);
168 if (*ltime == (time_t) - 1) {
259 time_t ltime
439 time_t ltime; local
    [all...]
  /external/openssh/
sftp-common.c 217 struct tm *ltime = localtime(&st->st_mtime); local
236 if (ltime != NULL) {
240 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime);
242 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime);
  /external/honggfuzz/libhfcommon/
util.c 184 struct tm ltime; local
185 localtime_r(&tm, &ltime);
186 if (strftime(buf, len, fmt, &ltime) < 1) {
  /external/ltp/testcases/realtime/func/rt-migrate/
rt-migrate.c 225 unsigned long long ltime; local
230 ltime = rt_gettime() / NS_PER_US;
231 ltime -= now;
236 rec.y = ltime;
  /external/ipsec-tools/src/racoon/
pfkey.c 2182 u_int64_t ltime, vtime; local
2304 u_int64_t ltime, vtime; local
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
doio.c 4868 struct tm *ltime; local
    [all...]
  /external/python/cpython2/PC/bdist_wininst/
install.c 1703 time_t ltime; local
1825 time_t ltime; local
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 1747 time_t ltime; local
1869 time_t ltime; local
    [all...]

Completed in 1310 milliseconds