Searched defs:asctime_r (Results 1 - 6 of 6) sorted by path

/external/bison/darwin-lib/
H A Dtime.h371 # 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/
H A Dtime.h371 # undef asctime_r macro
545 # undef asctime_r macro
546 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dasctime.c78 asctime_r(timeptr, buf) function
137 return asctime_r(timeptr, buf_asctime);
H A Dprivate.h76 #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/icu/icu4c/source/tools/tzcode/
H A Dasctime.c78 asctime_r(timeptr, buf) function
137 return asctime_r(timeptr, buf_asctime);
H A Dprivate.h76 #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 *);

Completed in 390 milliseconds