Searched refs:localtime (Results 101 - 125 of 144) sorted by relevance

123456

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc403 tm *tm_for_timezone = localtime((time_t *)&gmt);
/external/chromium_org/third_party/sqlite/src/src/
H A Ddate.c417 ** between localtime and UTC (a.k.a. GMT)
466 pTm = localtime(&t);
501 ** localtime
519 /* localtime
524 if( strcmp(z, "localtime")==0 ){
H A Dos_win.c306 ** WindowsCE does not have a localtime() function. So create a
310 struct tm *__cdecl localtime(const time_t *t) function
/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.cc386 tm *tm_for_timezone = localtime((time_t *)&gmt);
/external/chromium_org/v8/src/
H A Dplatform-win32.cc55 tm* posix_local_time_struct = localtime(time);
365 // Convert to local time using POSIX localtime function.
367 // very slow. Other browsers use localtime().
/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py923 print(msg + time.strftime(" (%H:%M:%S)", time.localtime(time.time())))
/external/fonttools/Tools/fontTools/ttLib/
H A D__init__.py923 print(msg + time.strftime(" (%H:%M:%S)", time.localtime(time.time())))
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c41 #define localtime_r(clock, result) ((result)->tm_sec = 0, localtime(clock))
/external/tcpdump/
H A Dsmbutil.c759 lt = localtime(&t);
H A Dprint-rx.c717 tm = localtime(&t); \
H A Dtcpdump.c614 if ((local_tm = localtime(&Gflag_time)) == NULL) {
615 error("MakeTimedFilename: localtime");
/external/chromium_org/third_party/icu/source/common/
H A Dputil.c634 uprv_memcpy( &tmrec, localtime(&t), sizeof(tmrec) );
669 #define TZDEFAULT "/etc/localtime"
674 /* Some Linux distributions have 'localtime' in /usr/share/zoneinfo
675 symlinked to /etc/localtime, which makes searchForTZFile return
676 'localtime' when it's the first match. */
677 #define TZFILE_SKIP2 "localtime"
713 When the first match for /etc/localtime is in either of them
/external/elfutils/0.153/src/
H A Dar.c569 localtime (&arhdr->ar_date));
/external/icu/icu4c/source/common/
H A Dputil.cpp645 uprv_memcpy( &tmrec, localtime(&t), sizeof(tmrec) );
685 #define TZDEFAULT "/etc/localtime"
688 #define TZ_ENV_CHECK "localtime"
690 #define TZDEFAULT "/etc/localtime"
695 /* Some Linux distributions have 'localtime' in /usr/share/zoneinfo
696 symlinked to /etc/localtime, which makes searchForTZFile return
697 'localtime' when it's the first match. */
698 #define TZFILE_SKIP2 "localtime"
734 When the first match for /etc/localtime is in either of them
1020 /* When TZ equals localtime o
[all...]
/external/iproute2/ip/
H A Dipxfrm.c380 tp = localtime(&t);
/external/mdnsresponder/Clients/
H A Ddns-sd.c323 tm = *localtime(&uct);
/external/qemu/telephony/
H A Dsms.c231 struct tm local = *(localtime(&now_time));
/external/strace/
H A Dstrace.c637 strftime(str, sizeof(str), "%T", localtime(&local));
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc581 INTERCEPTOR(__sanitizer_tm *, localtime, unsigned long *timep) {
583 COMMON_INTERCEPTOR_ENTER(ctx, localtime, timep);
584 __sanitizer_tm *res = REAL(localtime)(timep);
688 COMMON_INTERCEPT_FUNCTION(localtime); \
/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py1767 return time.strftime('%Y-%m-%d-%H%M%S', time.localtime())
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtz2icu.cpp1289 // Note: localtime uses the very first non-dst type as initial offsets.
1658 struct tm* now = localtime(&sec);
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dkssl.c2127 tm_l = localtime(&now); tl = mktime(tm_l);
/external/fio/
H A Dgclient.c126 tm = localtime(&sec);
/external/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp1289 // Note: localtime uses the very first non-dst type as initial offsets.
1707 struct tm* now = localtime(&sec);
/external/libexif/libexif/
H A Dexif-entry.c1636 tm = localtime (&t);

Completed in 693 milliseconds

123456