Home
last modified time | relevance | path

Searched refs:localtime_r (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/wtf/
DCurrentTime.h57 localtime_r(localTime, localTM); in getLocalTime()
/external/skia/src/animator/
DSkTime.cpp56 localtime_r(&tm, &syst); in GetDateTime()
/external/chromium/base/
Dtime_posix.cc86 localtime_r(&seconds, &timestruct); in Explode()
Dtime_unittest.cc24 localtime_r(&now_t_1, &tms); in TEST()
Dpr_time_unittest.cc59 localtime_r(&current_time, &local_time); in TEST_F()
Dlogging.cc670 localtime_r(&t, &local_time); in Init()
/external/srec/srec/EventLog/src/
DEventLogImpl.c41 #define localtime_r(clock, result) ((result)->tm_sec = 0, localtime(clock)) macro
239 ct = localtime_r(&timestamp.secs, &ct_r); in SR_EventLogCreate()
478 ct = localtime_r(&timestamp.secs, &ct_r); in logIt()
/external/bluetooth/hcidump/parser/
Dparser.h130 localtime_r(&t, &tm); in p_indent()
/external/chromium/base/third_party/nspr/
Dprtime.cc80 static void localtime_r(const time_t* secs, struct tm* time) { in localtime_r() function
1193 localtime_r(&secs, &localTime); in PR_ParseTimeString()
/external/mdnsresponder/mDNSPosix/
DNetMonitor.c485 localtime_r((time_t*)&tv.tv_sec, &tm); in DisplayPacketHeader()
885 localtime_r((time_t*)&tv_start.tv_sec, &tm); in mDNSNetMonitor()
887 localtime_r((time_t*)&tv_end.tv_sec, &tm); in mDNSNetMonitor()
/external/iptables/utils/
Dnfnl_osf.c122 localtime_r((time_t *)&tv.tv_sec, &tm); in ulog()
/external/bluetooth/glib/
Dconfigure.in1725 because there is no 'localtime_r' on your system."
1920 # if we are not finding the localtime_r function, then we probably are
1926 # First we test, whether localtime_r is declared in time.h
1927 # directly. Then we test whether a macro localtime_r exists, in
1928 # which case localtime_r in the test program is replaced and thus
1929 # if we still find localtime_r in the output, it is not defined as
1932 AC_EGREP_CPP([[^a-zA-Z1-9_]localtime_r[^a-zA-Z1-9_]], [#include <time.h>], ,
1933 [AC_EGREP_CPP([[^a-zA-Z1-9_]localtime_r[^a-zA-Z1-9_]], [#include <time.h>
1934 localtime_r(a,b)],
2077 AC_CHECK_FUNCS(localtime_r gmtime_r)
DChangeLog.pre-1-2207 unsafety without localtime_r.
406 * configure.in: Moved test for localtime_r and rand_r to a place
591 * configure.in: Test for localtime_r only after including the
598 * gdate.c (g_date_set_time): Emit warning, if no localtime_r
613 Add checks for vasprintf, localtime_r.
616 Use localtime if localtime_r is not available.
639 * gdate.c (g_date_set_time): localtime --> localtime_r to make it
Dconfig.h.win32.in275 /* Define to 1 if you have the `localtime_r' function. */
DChangeLog.pre-2-03150 localtime_r, which hopefully has a consistent prototype across
/external/icu4c/common/
Dputil.c1071 localtime_r(&juneSolstice, &juneSol); in uprv_tzname()
1072 localtime_r(&decemberSolstice, &decemberSol); in uprv_tzname()
/external/icu4c/tools/tzcode/
Dlocaltime.c1336 localtime_r(timep, tmp) in localtime_r() function
1584 return asctime_r(localtime_r(timep, &mytm), buf);
/external/mdnsresponder/Clients/
Ddns-sd.c329 localtime_r((time_t*)&tv.tv_sec, &tm); in printtimestamp()
/external/bluetooth/glib/gio/
Dglocalfile.c1959 localtime_r (&t, &now); in g_local_file_trash()
DChangeLog3956 localtime_r() use an all GLib implementation on win32;
/external/qemu/
Dblock.c1952 localtime_r(&ti, &tm); in bdrv_snapshot_dump()
/external/qemu/block/
Dvvfat.c530 localtime_r(&time,t); in fat_datetime()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1416389 (KJS::DateProtoFuncImp::callAsFunction): Use gmtime_r and localtime_r instead of gmtime and
16391 (KJS::DateObjectImp::callAsFunction): Use localtime_r instead of localtime.
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2453417 Use WTF::getLocalTime instead of localtime_r in FTPDirectoryDocument
53420 Platform guards for localtime_r are not needed because we already have
DChangeLog-2008-08-1042302 localtime_r (pthread.h was providing a macro that substituted plain
57371 Windows build fix. (use localtime_r again instead of _s)
57419 Neither localtime_r nor localtime_s are available on MingW, so instead of

12