HomeSort by relevance Sort by last modified time
    Searched defs:localtime_r (Results 1 - 7 of 7) sorted by null

  /external/mdnsresponder/mDNSWindows/
PosixCompat.c 124 localtime_r( const time_t * clock, struct tm * result ) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 269 __forceinline struct tm *__cdecl localtime_r(const time_t *_Time, struct tm *_Tm) { function
  /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);
localtime.c 1343 localtime_r(const time_t *const timep, struct tm *tmp) function
    [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);
localtime.c 1518 localtime_r(const time_t *timep, struct tm *tmp) function
    [all...]
  /external/libchrome/base/third_party/nspr/
prtime.cc 96 /* Implements the Unix localtime_r() function for windows */
98 static void localtime_r(const time_t* secs, struct tm* time) { function
    [all...]

Completed in 1029 milliseconds