Searched refs:strftime (Results 1 - 25 of 74) sorted by relevance

123

/external/clang/utils/CIndex/
H A Dcompletion_logger_server.py4 from time import strftime namespace
33 f.write("\"time\": \"{0}\"".format(datetime.datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S')))
/external/llvm/lib/Support/Windows/
H A DTimeValue.inc46 strftime(buffer, 25, "%a %b %d %H:%M:%S %Y", lt);
/external/webkit/Tools/Scripts/
H A Droll-over-ChangeLogs34 date_suffix = Date.today.strftime("-%Y-%m-%d")
/external/stlport/stlport/stl/
H A D_ctime.h48 using _STLP_VENDOR_CSTD::strftime;
/external/clang/test/Sema/
H A Dattr-format.c15 void y(char *str) __attribute__((format(strftime, 1,0))); // no-error
16 void z(char *str, int c, ...) __attribute__((format(strftime, 1,2))); // expected-error {{strftime format attribute requires 3rd parameter to be 0}}
/external/chromium/testing/gtest/scripts/
H A Dgen_gtest_pred_impl.py74 'today' : time.strftime('%m/%d/%Y'),
75 'year' : time.strftime('%Y'),
330 'today' : time.strftime('%m/%d/%Y'),
331 'year' : time.strftime('%Y'),
/external/gtest/scripts/
H A Dgen_gtest_pred_impl.py74 'today' : time.strftime('%m/%d/%Y'),
75 'year' : time.strftime('%Y'),
330 'today' : time.strftime('%m/%d/%Y'),
331 'year' : time.strftime('%Y'),
/external/icu4c/tools/tzcode/
H A Dasctime.c7 ** Avoid the temptation to punt entirely to strftime;
8 ** the output of strftime is supposed to be locale specific
37 ** we call a strftime variant that produces fewer characters for some years.
101 ** Use strftime's %Y to generate the year, to avoid overflow problems
103 ** Assume that strftime is unaffected by other out-of-range members
106 (void) strftime(year, sizeof year, "%Y", timeptr);
/external/protobuf/gtest/scripts/
H A Dgen_gtest_pred_impl.py74 'today' : time.strftime('%m/%d/%Y'),
75 'year' : time.strftime('%Y'),
332 'today' : time.strftime('%m/%d/%Y'),
333 'year' : time.strftime('%Y'),
/external/icu4c/tools/genren/
H A Dgenren.pl19 use POSIX qw(strftime);
71 $YEAR = strftime "%Y",localtime;
/external/webkit/Source/JavaScriptCore/runtime/
H A DDateConversion.cpp89 strftime(timeZoneName, sizeof(timeZoneName), "%Z", &gtm);
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dpresenceouttask.cc138 strftime(output, ARRAY_SIZE(output), "%Y%m%dT%H:%M:%S", current_time);
/external/dropbear/
H A Dsvr-session.c188 || strftime(datestr, sizeof(datestr), "%b %d %H:%M:%S",
/external/icu4c/test/compat/
H A Dtzdate.c130 strftime(systime, sizeof(char) * 80, "%Y%m%d %I:%M %p", &ts);
/external/ppp/pppd/plugins/rp-pppoe/
H A Ddebug.c103 strftime(timebuf, 256, "%H:%M:%S", lt);
/external/grub/docs/
H A Dhelp2man27 use POSIX qw(strftime setlocale LC_TIME);
160 # Turn off localisation of date (for strftime).
169 my $date = strftime "%B %Y", localtime;
/external/icu4c/tools/toolutil/
H A Dwritesrc.c56 strftime(year, sizeof(year), "%Y", lt);
57 strftime(buffer, sizeof(buffer), "%Y-%m-%d", lt);
/external/openssh/
H A Dsftp-common.c213 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime);
215 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime);
/external/webkit/PerformanceTests/SunSpider/
H A Dsunspider32 use POSIX qw(strftime);
151 my $timeString = strftime "%Y-%m-%d-%H.%M.%S", localtime $^T;
/external/elfutils/tests/
H A Dsaridx.c183 strftime (buf, sizeof buf, "%Y-%m-%dT%H:%M:%S%z", gmtime (&t));
/external/ipsec-tools/src/racoon/
H A Dplog.c114 len = strftime(p, reslen, "%Y-%m-%d %T: ", tm);
/external/libpcap/lbl/
H A Dos-sunos4.h175 int strftime(char *, int, char *, struct tm *);
/external/skia/src/xml/
H A DSkJS.cpp67 size_t strftime(char *strDest, size_t maxsize, const char *format, function
/external/srec/portable/include/
H A Dptypes.h255 * LCHAR version of strftime()
257 #define LSTRFTIME strftime
/external/tcpdump/lbl/
H A Dos-sunos4.h175 int strftime(char *, int, char *, struct tm *);

Completed in 1636 milliseconds

123