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

1 2 3 4 5 6 7 8 9

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
23-1-buildonly.c 10 struct tm *localtime_r(const time_t *, struct tm *);
21 dummyvar = localtime_r;
  /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/mdnsresponder/mDNSWindows/
PosixCompat.h 57 localtime_r( const time_t * clock, struct tm * result );
PosixCompat.c 124 localtime_r( const time_t * clock, 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);
  /system/core/liblog/
log_time.cpp 45 ptm = localtime_r(&now, &tmBuf);
83 ptm = localtime_r(&now, &tmBuf);
  /bionic/benchmarks/
time_benchmark.cpp 75 localtime_r(&t, &tm);
  /bionic/libc/include/
time.h 72 struct tm* localtime_r(const time_t*, struct tm*);
  /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
  /system/media/audio_utils/include/audio_utils/
clock.h 44 if (localtime_r(&sec, &tm) == NULL) {
50 tm.tm_mon + 1, // localtime_r uses months in 0 - 11 range
  /external/fmtlib/fmt/
time.h 59 inline Null<> localtime_r(...) { return Null<>(); } function in namespace:fmt::internal
75 return handle(localtime_r(&time_, &tm_));
  /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);
  /development/ndk/platforms/android-12/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /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-9/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);

Completed in 844 milliseconds

1 2 3 4 5 6 7 8 9