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

  /external/webrtc/webrtc/base/
timeutils.cc 115 // Emulate POSIX gmtime_r().
116 static struct tm *gmtime_r(const time_t *timep, struct tm *result) { function in namespace:rtc
134 gmtime_r(&secs, tm);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 272 __forceinline struct tm *__cdecl gmtime_r(const time_t *_Time, struct tm *_Tm) { function
  /external/icu/icu4c/source/tools/tzcode/
private.h 266 # undef gmtime_r macro
267 # define gmtime_r tz_gmtime_r macro
285 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
localtime.c 1389 gmtime_r(const time_t *const timep, struct tm *tmp) function
    [all...]
  /bionic/libc/tzcode/
private.h 340 # undef gmtime_r macro
341 # define gmtime_r tz_gmtime_r macro
385 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
localtime.c 1551 gmtime_r(const time_t *timep, struct tm *tmp) function
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 246 struct tm *gmtime_r (const time_t *, struct tm *);
282 #define gmtime_r(timer,result) (result = NULL) macro

Completed in 113 milliseconds