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

  /external/qemu/include/sysemu/
os-win32.h 83 #undef gmtime_r macro
84 struct tm *gmtime_r(const time_t *timep, struct tm *result);
  /external/qemu/util/
oslib-win32.c 104 struct tm *gmtime_r(const time_t *timep, struct tm *result) function
  /external/bison/darwin-lib/
time.h 373 # undef gmtime_r macro
454 <http://www.opengroup.org/susv3xsh/gmtime_r.html>. */
480 # undef gmtime_r
481 # define gmtime_r rpl_gmtime_r
483 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
486 _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
490 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
494 _GL_CXXALIAS_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
498 _GL_CXXALIASWARN (gmtime_r);
  /external/bison/linux-lib/
time.h 373 # undef gmtime_r macro
454 <http://www.opengroup.org/susv3xsh/gmtime_r.html>. */
480 # undef gmtime_r
481 # define gmtime_r rpl_gmtime_r
483 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
486 _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
490 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
494 _GL_CXXALIAS_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
498 _GL_CXXALIASWARN (gmtime_r);
  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils.cc 128 // Emulate POSIX gmtime_r().
129 static struct tm *gmtime_r(const time_t *timep, struct tm *result) { function in namespace:talk_base
147 gmtime_r(&secs, tm);
  /external/chromium_org/third_party/webrtc/base/
timeutils.cc 111 // Emulate POSIX gmtime_r().
112 static struct tm *gmtime_r(const time_t *timep, struct tm *result) { function in namespace:rtc
130 gmtime_r(&secs, tm);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 183 #ifndef gmtime_r
184 #define gmtime_r(_Time,_Tm) ({ struct tm *___tmp_tm = \ macro
211 #ifndef gmtime_r
212 #define gmtime_r(_Time,_Tm) (gmtime ((_Time)) ? (*(_Tm) = *gmtime (_Time),(_Tm)) : 0) macro
  /bionic/libc/tzcode/
private.h 269 # undef gmtime_r macro
270 # define gmtime_r tz_gmtime_r macro
288 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
localtime.c 1429 gmtime_r(const time_t * const timep, struct tm * tmp) function
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 1398 gmtime_r(timep, tmp) function
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 1398 gmtime_r(timep, tmp) function
    [all...]

Completed in 72 milliseconds