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

1 2 3 4 5

  /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/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
  /system/core/liblog/
log_time.cpp 45 ptm = localtime_r(&now, &tmBuf);
83 ptm = localtime_r(&now, &tmBuf);
  /device/generic/goldfish/wifi/ipv6proxy/
log.cpp 32 if (localtime_r(&now, &localTime)) {
  /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);
  /system/media/audio_utils/include/audio_utils/
clock.h 52 if (localtime_r(&sec, &tm) == NULL) {
58 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);
  /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/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);
  /bionic/libc/include/
time.h 72 struct tm* localtime_r(const time_t* __t, struct tm* __tm);
  /bionic/tests/headers/posix/
time_h.c 93 FUNCTION(localtime_r, struct tm* (*f)(const time_t*, struct tm*));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
time.h 184 struct tm *localtime_r(const time_t *, struct tm *);
  /external/honggfuzz/libcommon/
log.c 106 localtime_r(&ltstamp, &utctime);
  /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/msm8909w_3100/utils/
loc_log.cpp 173 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/utils/
loc_log.cpp 178 localtime_r(&now.tv_sec, &now_tm);

Completed in 607 milliseconds

1 2 3 4 5