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

1 2 3 45 6 7 8 9

  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/
time.h 72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/
time.h 72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/
time.h 72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
time.h 74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
  /external/icu/icu4c/source/tools/tzcode/
private.h 270 # undef localtime_r macro
271 # define localtime_r tz_localtime_r macro
287 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
  /bionic/tests/
time_test.cpp 650 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr);
655 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr);
660 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr);
665 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr);
670 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr);
675 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr);
684 // POSIX says localtime_r need not set `tzname` (2).
685 // Q: should localtime_r set the time zone (1)?
705 // If we change the timezone again and call localtime_r, localtime_r should use the new timezone
    [all...]
  /bionic/libc/tzcode/
private.h 344 # undef localtime_r macro
345 # define localtime_r tz_localtime_r macro
387 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/
time.h 184 struct tm *localtime_r(const time_t *, struct tm *);
  /external/toybox/toys/other/
hwclock.c 103 if (!(TT.utc ? gmtime_r : localtime_r)(&timeval.tv_sec, &tm))
104 error_exit(TT.utc ? "gmtime_r failed" : "localtime_r failed");
  /external/toybox/toys/posix/
touch.c 76 localtime_r(&(ts->tv_sec), &tm);
  /hardware/qcom/gps/msm8084/utils/
loc_log.cpp 177 localtime_r(&now.tv_sec, &now_tm);
  /hardware/qcom/gps/msm8909/utils/
loc_log.cpp 179 localtime_r(&now.tv_sec, &now_tm);
  /hardware/qcom/gps/msm8960/utils/
loc_log.cpp 177 localtime_r(&now.tv_sec, &now_tm);
  /hardware/qcom/gps/msm8994/utils/
loc_log.cpp 178 localtime_r(&now.tv_sec, &now_tm);
  /hardware/qcom/gps/msm8996/utils/
loc_log.cpp 179 localtime_r(&now.tv_sec, &now_tm);
  /hardware/qcom/gps/msm8998/utils/
loc_log.cpp 175 localtime_r(&now.tv_sec, &now_tm);
  /hardware/qcom/gps/sdm845/utils/
loc_log.cpp 174 localtime_r(&now.tv_sec, &now_tm);
  /hardware/qcom/gps/utils/
loc_log.cpp 178 localtime_r(&now.tv_sec, &now_tm);
  /system/core/adb/
adb_trace.cpp 56 localtime_r(&t, &now);

Completed in 1380 milliseconds

1 2 3 45 6 7 8 9