Home
last modified time | relevance | path

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

12

/external/clearsilver/util/
Dneo_date.c51 localtime_r (&tt, ttm); in neo_time_expand()
102 localtime_r(&tt, &loc_tm); in neo_tz_offset()
Dmissing.c68 struct tm *localtime_r (const time_t *timep, struct tm *ttm) in localtime_r() function
Dneo_misc.h74 struct tm *localtime_r (const time_t *timep, struct tm *ttm);
Dneo_misc.c35 localtime_r(&now, &my_tm); in ne_vwarn()
/external/webkit/WebCore/loader/
DFTPDirectoryDocument.cpp236 #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/
Dtraces.0254 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. */
Doutput.05221 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/
DSkTime.cpp64 localtime_r(&tm, &syst); in GetDateTime()
/external/clearsilver/
Dconfigure.in99 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,[
Dcs_config.h.in39 /* Does your system have the localtime_r() call? */
92 /* Define to 1 if you have the `localtime_r' function. */
/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.h129 localtime_r(&t, &tm); in p_indent()
/external/icu4c/common/
Dputil.c797 localtime_r(&juneSolstice, &juneSol); in uprv_tzname()
798 localtime_r(&decemberSolstice, &decemberSol); in uprv_tzname()
/external/opencore/oscl/oscl/osclbase/src/
Doscl_time.inl310 timeptr = localtime_r(&ts.tv_sec, &buffer);
/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/webkit/JavaScriptCore/wtf/
DDateMath.cpp314 localtime_r(localTime, localTM); in getLocalTime()
/external/icu4c/tools/tzcode/
Dlocaltime.c1301 localtime_r(timep, tmp) in localtime_r() function
1549 return asctime_r(localtime_r(timep, &mytm), buf);
/external/qemu/
Dblock.c1279 localtime_r(&ti, &tm); in bdrv_snapshot_dump()
/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/block/
Dvvfat.c530 localtime_r(&time,t); in fat_datetime()
/external/webkit/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.

12