HomeSort by relevance Sort by last modified time
    Searched defs:localtime_r (Results 1 - 11 of 11) sorted by null

  /external/qemu/include/sysemu/
os-win32.h 85 #undef localtime_r macro
86 struct tm *localtime_r(const time_t *timep, struct tm *result);
  /external/qemu/util/
oslib-win32.c 116 struct tm *localtime_r(const time_t *timep, struct tm *result) function
  /external/bison/darwin-lib/
time.h 374 # undef localtime_r macro
453 <http://www.opengroup.org/susv3xsh/localtime_r.html> and
458 # undef localtime_r
459 # define localtime_r rpl_localtime_r
461 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
464 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
468 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
472 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
476 _GL_CXXALIASWARN (localtime_r);
  /external/bison/linux-lib/
time.h 374 # undef localtime_r macro
453 <http://www.opengroup.org/susv3xsh/localtime_r.html> and
458 # undef localtime_r
459 # define localtime_r rpl_localtime_r
461 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
464 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
468 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
472 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
476 _GL_CXXALIASWARN (localtime_r);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 174 #ifndef localtime_r
175 #define localtime_r(_Time, _Tm) ({ struct tm *___tmp_tm = \ macro
208 #ifndef localtime_r
209 #define localtime_r(_Time, _Tm) (localtime ((_Time)) ? *(_Tm) = *localtime ((_Time),(_Tm)) : 0) macro
  /bionic/libc/tzcode/
private.h 273 # undef localtime_r macro
274 # define localtime_r tz_localtime_r macro
290 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
localtime.c 1374 localtime_r(const time_t * const timep, struct tm * tmp) function
    [all...]
  /external/srec/srec/EventLog/src/
EventLogImpl.c 41 #define localtime_r(clock, result) ((result)->tm_sec = 0, localtime(clock)) macro
240 ct = localtime_r(&timestamp.secs, &ct_r);
490 ct = localtime_r(&timestamp.secs, &ct_r);
  /external/chromium_org/base/third_party/nspr/
prtime.cc 85 /* Implements the Unix localtime_r() function for windows */
87 static void localtime_r(const time_t* secs, struct tm* time) { function
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 1336 localtime_r(timep, tmp) function
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 1336 localtime_r(timep, tmp) function
    [all...]

Completed in 573 milliseconds