/external/clearsilver/util/ |
D | neo_date.c | 51 localtime_r (&tt, ttm); in neo_time_expand() 102 localtime_r(&tt, &loc_tm); in neo_tz_offset()
|
D | missing.c | 68 struct tm *localtime_r (const time_t *timep, struct tm *ttm) in localtime_r() function
|
D | neo_misc.h | 74 struct tm *localtime_r (const time_t *timep, struct tm *ttm);
|
D | neo_misc.c | 35 localtime_r(&now, &my_tm); in ne_vwarn()
|
/external/webkit/WebCore/loader/ |
D | FTPDirectoryDocument.cpp | 236 #define localtime_r(x, y) localTimeQt(x, y) macro 237 #elif PLATFORM(WIN_OS) && !defined(localtime_r) 239 #define localtime_r(x, y) localtime_s((y), (x)) macro 241 #define localtime_r(x,y) (localtime(x)?(*(y)=*localtime(x),(y)):0) macro 270 localtime_r(&now_t, &now); in processFileDateString()
|
/external/clearsilver/autom4te.cache/ |
D | traces.0 | 254 m4trace:configure.in:113: -1- AC_CHECK_FUNCS([localtime_r], [ 255 AC_MSG_CHECKING(whether localtime_r is declared) 256 AC_EGREP_CPP(localtime_r,[ 261 AC_MSG_CHECKING(whether localtime_r with -D_REENTRANT is declared) 262 AC_EGREP_CPP(localtime_r,[ 269 …:113: -1- AH_OUTPUT([HAVE_LOCALTIME_R], [/* Define to 1 if you have the `localtime_r\' function. */
|
D | output.0 | 5221 for ac_func in localtime_r 5301 echo "$as_me:$LINENO: checking whether localtime_r is declared" >&5 5302 echo $ECHO_N "checking whether localtime_r is declared... $ECHO_C" >&6 5314 $EGREP "localtime_r" >/dev/null 2>&1; then 5326 echo "$as_me:$LINENO: checking whether localtime_r with -D_REENTRANT is declared" >&5 5327 echo $ECHO_N "checking whether localtime_r with -D_REENTRANT is declared... $ECHO_C" >&6 5340 $EGREP "localtime_r" >/dev/null 2>&1; then
|
/external/skia/src/animator/ |
D | SkTime.cpp | 64 localtime_r(&tm, &syst); in GetDateTime()
|
/external/clearsilver/ |
D | configure.in | 99 AC_CHECK_FUNCS(localtime_r, [ 100 AC_MSG_CHECKING(whether localtime_r is declared) 101 AC_EGREP_CPP(localtime_r,[ 106 AC_MSG_CHECKING(whether localtime_r with -D_REENTRANT is declared) 107 AC_EGREP_CPP(localtime_r,[
|
D | cs_config.h.in | 39 /* Does your system have the localtime_r() call? */ 92 /* Define to 1 if you have the `localtime_r' function. */
|
/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 | 129 localtime_r(&t, &tm); in p_indent()
|
/external/icu4c/common/ |
D | putil.c | 797 localtime_r(&juneSolstice, &juneSol); in uprv_tzname() 798 localtime_r(&decemberSolstice, &decemberSol); in uprv_tzname()
|
/external/opencore/oscl/oscl/osclbase/src/ |
D | oscl_time.inl | 310 timeptr = localtime_r(&ts.tv_sec, &buffer);
|
/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/webkit/JavaScriptCore/wtf/ |
D | DateMath.cpp | 314 localtime_r(localTime, localTM); in getLocalTime()
|
/external/icu4c/tools/tzcode/ |
D | localtime.c | 1301 localtime_r(timep, tmp) in localtime_r() function 1549 return asctime_r(localtime_r(timep, &mytm), buf);
|
/external/qemu/ |
D | block.c | 1279 localtime_r(&ti, &tm); in bdrv_snapshot_dump()
|
/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/block/ |
D | vvfat.c | 530 localtime_r(&time,t); in fat_datetime()
|
/external/webkit/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.
|