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

  /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 123 // Emulate POSIX gmtime_r().
124 static struct tm *gmtime_r(const time_t *timep, struct tm *result) { function in namespace:talk_base
142 gmtime_r(&secs, tm);
  /bionic/libc/tzcode/
private.h 245 # undef gmtime_r macro
246 # define gmtime_r tz_gmtime_r macro
264 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
localtime.c 1436 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/icu4c/tools/tzcode/
localtime.c 1398 gmtime_r(timep, tmp) function
    [all...]

Completed in 236 milliseconds