/external/webkit/Source/JavaScriptCore/wtf/ |
D | CurrentTime.h | 57 localtime_r(localTime, localTM); in getLocalTime()
|
/external/skia/src/animator/ |
D | SkTime.cpp | 56 localtime_r(&tm, &syst); in GetDateTime()
|
/external/chromium/base/ |
D | time_posix.cc | 86 localtime_r(&seconds, ×truct); in Explode()
|
D | time_unittest.cc | 24 localtime_r(&now_t_1, &tms); in TEST()
|
D | pr_time_unittest.cc | 59 localtime_r(¤t_time, &local_time); in TEST_F()
|
D | logging.cc | 670 localtime_r(&t, &local_time); in Init()
|
/external/srec/srec/EventLog/src/ |
D | EventLogImpl.c | 41 #define localtime_r(clock, result) ((result)->tm_sec = 0, localtime(clock)) macro 239 ct = localtime_r(×tamp.secs, &ct_r); in SR_EventLogCreate() 478 ct = localtime_r(×tamp.secs, &ct_r); in logIt()
|
/external/bluetooth/hcidump/parser/ |
D | parser.h | 130 localtime_r(&t, &tm); in p_indent()
|
/external/chromium/base/third_party/nspr/ |
D | prtime.cc | 80 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/ |
D | NetMonitor.c | 485 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/ |
D | nfnl_osf.c | 122 localtime_r((time_t *)&tv.tv_sec, &tm); in ulog()
|
/external/bluetooth/glib/ |
D | configure.in | 1725 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)
|
D | ChangeLog.pre-1-2 | 207 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
|
D | config.h.win32.in | 275 /* Define to 1 if you have the `localtime_r' function. */
|
D | ChangeLog.pre-2-0 | 3150 localtime_r, which hopefully has a consistent prototype across
|
/external/icu4c/common/ |
D | putil.c | 1071 localtime_r(&juneSolstice, &juneSol); in uprv_tzname() 1072 localtime_r(&decemberSolstice, &decemberSol); in uprv_tzname()
|
/external/icu4c/tools/tzcode/ |
D | localtime.c | 1336 localtime_r(timep, tmp) in localtime_r() function 1584 return asctime_r(localtime_r(timep, &mytm), buf);
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 329 localtime_r((time_t*)&tv.tv_sec, &tm); in printtimestamp()
|
/external/bluetooth/glib/gio/ |
D | glocalfile.c | 1959 localtime_r (&t, &now); in g_local_file_trash()
|
D | ChangeLog | 3956 localtime_r() use an all GLib implementation on win32;
|
/external/qemu/ |
D | block.c | 1952 localtime_r(&ti, &tm); in bdrv_snapshot_dump()
|
/external/qemu/block/ |
D | vvfat.c | 530 localtime_r(&time,t); in fat_datetime()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 16389 (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/ |
D | ChangeLog-2010-05-24 | 53417 Use WTF::getLocalTime instead of localtime_r in FTPDirectoryDocument 53420 Platform guards for localtime_r are not needed because we already have
|
D | ChangeLog-2008-08-10 | 42302 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
|