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

  /bionic/libc/tzcode/
asctime.c 72 asctime_r(register const struct tm *timeptr, char *buf) function
131 return asctime_r(timeptr, buf_asctime);
private.h 66 #define asctime_r _incompatible_asctime_r macro
218 ** Some time.h implementations don't declare asctime_r.
223 #ifndef asctime_r
224 extern char * asctime_r(struct tm const *, char *);
381 #undef asctime_r macro
383 char *asctime_r(struct tm const *, char *);
  /external/chromium_org/third_party/icu/source/tools/tzcode/
asctime.c 78 asctime_r(timeptr, buf) function
137 return asctime_r(timeptr, buf_asctime);
private.h 76 #define asctime_r _incompatible_asctime_r macro
162 ** Some time.h implementations don't declare asctime_r.
167 #ifndef asctime_r
168 extern char * asctime_r(struct tm const *, char *);
268 #undef asctime_r macro
270 char *asctime_r(struct tm const *, char *);
  /external/icu4c/tools/tzcode/
asctime.c 78 asctime_r(timeptr, buf) function
137 return asctime_r(timeptr, buf_asctime);
private.h 76 #define asctime_r _incompatible_asctime_r macro
162 ** Some time.h implementations don't declare asctime_r.
167 #ifndef asctime_r
168 extern char * asctime_r(struct tm const *, char *);
268 #undef asctime_r macro
270 char *asctime_r(struct tm const *, char *);
  /external/bison/darwin-lib/
time.h 371 # undef asctime_r macro
545 # undef asctime_r macro
546 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
  /external/bison/linux-lib/
time.h 371 # undef asctime_r macro
545 # undef asctime_r macro
546 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "

Completed in 746 milliseconds