/external/icu4c/test/letest/ |
gendata.cpp | 121 strftime(tmString, 64, tmFormat, local);
|
/external/ipsec-tools/src/racoon/ |
logger.c | 198 strftime(ts, sizeof(ts), "%B %d %T", tm);
|
backupsa.c | 108 l = strftime(p, len, format, tm);
|
/external/qemu/android/ |
snapshot.c | 204 strftime(buf, buf_size, "%Y-%m-%d %H:%M:%S", tm);
|
/external/tcpdump/ |
print-ntp.c | 228 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
http_server.py | 116 time_str = time.strftime("%d%b%Y-%H%M%S")
|
websocket_server.py | 145 time_str = time.strftime('%d%b%Y-%H%M%S')
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
help2man | 28 use POSIX qw(strftime setlocale LC_TIME); 188 # Turn off localisation of date (for strftime). 197 my $date = strftime "%B %Y", localtime;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
time.h | 200 extern size_t strftime (char *__restrict __s, size_t __maxsize,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
time.h | 200 extern size_t strftime (char *__restrict __s, size_t __maxsize,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
time.h | 200 extern size_t strftime (char *__restrict __s, size_t __maxsize,
|
/development/scripts/app_engine_server/ |
memcache_zipserve.py | 44 from time import localtime, strftime namespace 473 (langName, strftime("%a, %d %b %Y %H:%M:%S", localtime(expireDate))))
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
gflags2man.py | 485 % (self.info.name, time.strftime('%x', self.info.date), self.info.name)) 519 % time.strftime('%Y', self.info.date))
|
/bionic/libc/bionic/ |
wchar.cpp | 228 return strftime(reinterpret_cast<char*>(wcs), maxsize, reinterpret_cast<const char*>(format), timptr);
|
/external/qemu/android/utils/ |
timezone.c | 699 strftime(tzname, sizeof(tzname) - 1, "%Z", tm);
|
/external/webkit/Tools/CodeCoverage/ |
regenerate-coverage-display | 88 date = time.strftime("%Y-%m-%d %H:%M:%S", time.gmtime(last_time))
|
/external/webkit/Tools/Scripts/ |
svn-apply | 68 use POSIX qw(strftime);
|
/ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/ |
xlocale.c | 93 return __l->lc_time->core.user_api->strftime(__l->lc_time,
|
/system/core/init/ |
bootchart.c | 133 strftime(date, sizeof(date), "%x %X", &now);
|
/system/core/toolbox/ |
ls.c | 194 strftime(date, 32, "%Y-%m-%d %H:%M", localtime((const time_t*)&s.st_mtime));
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 350 // SIZE_T strftime(char *s, SIZE_T max, const char *format,const struct tm *tm); 351 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format, 354 SIZE_T res = REAL(strftime)(s, max, format, tm); 1024 INTERCEPT_FUNCTION(strftime);
|
/external/webkit/Source/JavaScriptCore/runtime/ |
DatePrototype.cpp | 67 extern "C" size_t strftime(char * const s, const size_t maxsize, const char * const format, const struct tm * const t); //provided by libce 132 // FIXME: Since this is superior to the strftime-based version, why limit this to PLATFORM(MAC)? 204 // strftime() does not support '#' on WinCE or Symbian 218 // We do not allow strftime to generate dates with 2-digits years, 232 size_t ret = strftime(timebuffer, bufsize, formatString, &localTM); 235 size_t ret = strftime(timebuffer, bufsize, formatStrings[format], &localTM); [all...] |
/bionic/libc/tzcode/ |
strftime.c | 3 static char elsieid[] = "@(#)strftime.c 8.1"; 32 static const char sccsid[] = "@(#)strftime.c 5.4 (Berkeley) 3/14/89"; 135 strftime(s, maxsize, format, t) function 162 (void) fprintf(stderr, "NULL strftime format "); 163 else (void) fprintf(stderr, "strftime format \"%s\" ", 329 ** strftime version 3.0. That is, "%k" and 352 ** strftime version 3.0. That is, "%k" and 433 ** From Arnold Robbins' strftime version 3.0: 445 ** From Arnold Robbins' strftime version 3.0: "the week number of the 536 ** From Arnold Robbins' strftime version 3.0 [all...] |
/external/clang/test/Sema/ |
format-strings.c | 539 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/ |
FindSpecRefs | [all...] |