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

1 2 3 4 5 6 7

  /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);
  /external/toybox/toys/posix/
touch.c 50 localtime_r(&(ts->tv_sec), &tm);
62 localtime_r(&(ts->tv_sec), &tm);
date.c 66 if (t == -1 || !localtime_r(&t, &tm1) ||
191 ((toys.optflags & FLAG_u) ? gmtime_r : localtime_r)(&now, &tm);
  /system/core/liblog/
log_time.cpp 45 ptm = localtime_r(&now, &tmBuf);
83 ptm = localtime_r(&now, &tmBuf);
  /external/google-breakpad/src/processor/
logging.cc 63 localtime_r(&clock, &tm_struct);
  /external/webrtc/webrtc/system_wrappers/source/
trace_posix.cc 40 localtime_r(&system_time_high_res.tv_sec, &buffer);
  /frameworks/av/media/mtp/
MtpUtils.cpp 74 localtime_r(&seconds, &tm);
77 tm.tm_mon + 1, // localtime_r uses months in 0 - 11 range
  /frameworks/base/libs/common_time/
utils.cpp 139 localtime_r(&mRingBuffer[ndx].last_ts.tv_sec, &t);
151 localtime_r(&mRingBuffer[ndx].first_ts.tv_sec, &t);
  /bionic/libc/include/
time.h 72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-21/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);
  /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
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);

Completed in 368 milliseconds

1 2 3 4 5 6 7