HomeSort by relevance Sort by last modified time
    Searched refs:localtime_r (Results 1 - 25 of 45) sorted by null

1 2

  /external/bison/lib/
time.in.h 62 # undef localtime_r
141 <http://www.opengroup.org/susv3xsh/localtime_r.html> and
146 # undef localtime_r
147 # define localtime_r rpl_localtime_r
149 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
152 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
156 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
160 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
164 _GL_CXXALIASWARN (localtime_r);
  /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);
  /development/ndk/platforms/android-L/include/
time.h 71 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
  /external/chromium_org/third_party/skia/src/animator/
SkTime.cpp 50 localtime_r(&tm, &syst);
  /bionic/libc/include/
time.h 72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-3/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /development/ndk/platforms/android-8/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /external/chromium_org/third_party/leveldatabase/src/util/
posix_logger.h 51 localtime_r(&seconds, &t);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
trace_posix.cc 55 localtime_r(&system_time_high_res.tv_sec, &buffer);
  /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/chromium_org/media/cdm/ppapi/
cdm_logging.cc 106 localtime_r(&t, &local_time);
  /external/chromium_org/base/time/
pr_time_unittest.cc 83 localtime_r(&current_time, &local_time);
time_posix.cc 78 localtime_r(&t, timestruct);
time_unittest.cc 62 localtime_r(&now_t_1, &tms);
173 localtime_r(&current_time, &local_time);
  /external/chromium_org/third_party/skia/third_party/lua/src/
loslib.c 64 ** where it uses gmtime_r/localtime_r
69 #define l_localtime(t,r) localtime_r(t,r)
  /external/e2fsprogs/e2fsck/
logfile.c 79 localtime_r(&ctx->now, &tm_struct);
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 485 localtime_r((time_t*)&tv.tv_sec, &tm);
885 localtime_r((time_t*)&tv_start.tv_sec, &tm);
887 localtime_r((time_t*)&tv_end.tv_sec, &tm);
    [all...]
  /external/iptables/utils/
nfnl_osf.c 122 localtime_r((time_t *)&tv.tv_sec, &tm);
  /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/sqlite/src/
configure.ac 130 AC_CHECK_FUNCS([usleep fdatasync localtime_r gmtime_r localtime_s])
  /bionic/libc/bionic/
time64.c 42 localtime64_r() is a 64-bit equivalent of localtime_r().
62 /* Not everyone has gm/localtime_r(), provide a replacement */
64 # define LOCALTIME_R(clock, result) localtime_r(clock, result)
66 # define LOCALTIME_R(clock, result) fake_localtime_r(clock, result)
426 /* Simulate localtime_r() to the best of our ability */
659 LOCALTIME_R(&safe_time, &safe_date);
683 if( LOCALTIME_R(&safe_time, &safe_date) == NULL ) {
684 TRACE1("localtime_r(%d) returned NULL\n", (int)safe_time);
  /build/tools/zipalign/
ZipEntry.cpp 372 ptm = localtime_r(&even, &tmResult);
  /external/chromium_org/base/
logging.cc 669 localtime_r(&t, &local_time);

Completed in 2670 milliseconds

1 2