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

  /external/bison/darwin-lib/
time.h 372 # undef ctime_r macro
555 # undef ctime_r macro
556 _GL_WARN_ON_USE (asctime, "ctime_r can overrun buffers in some cases - "
  /external/bison/linux-lib/
time.h 372 # undef ctime_r macro
555 # undef ctime_r macro
556 _GL_WARN_ON_USE (asctime, "ctime_r can overrun buffers in some cases - "
  /external/chromium_org/third_party/icu/source/tools/tzcode/
private.h 77 #define ctime_r _incompatible_ctime_r macro
269 #undef ctime_r macro
271 char *ctime_r(time_t const *, char *);
localtime.c 1578 ctime_r(timep, buf) function
    [all...]
  /external/icu4c/tools/tzcode/
private.h 77 #define ctime_r _incompatible_ctime_r macro
269 #undef ctime_r macro
271 char *ctime_r(time_t const *, char *);
localtime.c 1578 ctime_r(timep, buf) function
    [all...]
  /bionic/libc/tzcode/
private.h 67 #define ctime_r _incompatible_ctime_r macro
239 # undef ctime_r macro
240 # define ctime_r tz_ctime_r macro
261 char *ctime_r(time_t const *, char *);
382 #undef ctime_r macro
384 char *ctime_r(time_t const *, char *);
localtime.c 1605 ctime_r(const time_t * const timep, char * buf) function
    [all...]

Completed in 257 milliseconds