Searched refs:strftime (Results 51 - 75 of 118) sorted by relevance

12345

/external/ipsec-tools/src/racoon/
H A Dlogger.c198 strftime(ts, sizeof(ts), "%B %d %T", tm);
H A Dbackupsa.c108 l = strftime(p, len, format, tm);
/external/qemu/android/
H A Dsnapshot.c204 strftime(buf, buf_size, "%Y-%m-%d %H:%M:%S", tm);
/external/tcpdump/
H A Dprint-ntp.c228 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags2man.py485 % (self.info.name, time.strftime('%x', self.info.date), self.info.name))
519 % time.strftime('%Y', self.info.date))
/external/chromium_org/third_party/python_gflags/
H A Dgflags2man.py485 % (self.info.name, time.strftime('%x', self.info.date), self.info.name))
519 % time.strftime('%Y', self.info.date))
/external/chromium_org/media/tools/layout_tests/
H A Dlayouttest_analyzer_helpers.py513 return latest_date.strftime('%Y-%m-%d-%H')
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dserver.py111 value = time.strftime(last_mod_format,
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dsvn-apply68 use POSIX qw(strftime);
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
H A Dtestfilehandler.py175 self.response.headers["Last-Modified"] = modified_date.strftime('%a, %d %b %Y %H:%M:%S') + ' GMT'
/external/qemu/android/utils/
H A Dtimezone.c699 strftime(tzname, sizeof(tzname) - 1, "%Z", tm);
/external/chromium_org/third_party/sqlite/src/src/
H A Ddate.c823 ** strftime( FORMAT, TIMESTRING, MOD, MOD, ...)
1024 ** and strftime(). The format string to pass to strftime() is supplied
1048 strftime(zBuf, 20, zFormat, &sNow);
1055 strftime(zBuf, 20, zFormat, pTm);
1076 FUNCTION(strftime, -1, 0, 0, strftimeFunc ),
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc392 // SIZE_T strftime(char *s, SIZE_T max, const char *format,const struct tm *tm);
393 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format,
396 SIZE_T res = REAL(strftime)(s, max, format, tm);
1218 INTERCEPT_FUNCTION(strftime);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftestsrunner.py300 return datetime.strftime('%Y-%m-%dT%H:%M:%S.%f')
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer.py441 import_log.write('Last Import: ' + now.strftime('%Y-%m-%d %H:%M') + '\n')
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des_generator.py187 """ % (program, functionList, version, time.strftime("%Y-%m-%d %H:%M:%S"))
/external/chromium_org/tools/deep_memory_profiler/subcommands/
H A Dpolicies.py340 dump.time).strftime('%Y-%m-%d %H:%M:%S')
/external/chromium_org/v8/tools/
H A Dstats-viewer.py166 self.root.title("Stats Viewer [updated %s]" % time.strftime("%H:%M:%S"))
/external/clang/test/Sema/
H A Dformat-strings.c539 void __attribute__((format(strftime,1,0))) dateformat(const char *fmt);
547 dateformat(str); // no-warning (using strftime non literal is not unsafe)
/external/clang/utils/
H A DFindSpecRefs904 print >>f, 'Generated: %s<br>'%(time.strftime('%Y-%m-%d %H:%M'),)
/external/iptables/utils/
H A Dnfnl_osf.c123 strftime(str, sizeof(str), "%F %R:%S", &tm);
/external/mesa3d/src/mesa/main/
H A Des_generator.py187 """ % (program, functionList, version, time.strftime("%Y-%m-%d %H:%M:%S"))
/external/ppp/pppd/plugins/radius/
H A Davpair.c751 strftime (buffer, sizeof (buffer), "%m/%d/%y %H:%M:%S",
/external/v8/tools/
H A Dstats-viewer.py166 self.root.title("Stats Viewer [updated %s]" % time.strftime("%H:%M:%S"))
/external/jhead/
H A Djhead.c135 strftime(TimeStr, 20, "%Y:%m:%d %H:%M:%S", &ts);
580 // Complicated scheme for flexibility. Just pass the args to strftime.
630 strftime(NewName, PATH_MAX, pattern, &tm);
1243 " is passed to the 'strftime' function for formatting\n"
1244 " In addition to strftime format codes:\n"
1503 // A strftime format string is supplied.

Completed in 696 milliseconds

12345