HomeSort by relevance Sort by last modified time
    Searched defs:asctime_r (Results 1 - 9 of 9) 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 72 #define asctime_r _incompatible_asctime_r macro
242 ** Some time.h implementations don't declare asctime_r.
247 #ifndef asctime_r
248 extern char * asctime_r(struct tm const *, char *);
382 #undef asctime_r macro
384 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/icu/icu4c/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/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 - "
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 199 #ifndef asctime_r
200 #define asctime_r(_Tm, _Buf) ({ char *___tmp_tm = asctime((_Tm)); \ macro

Completed in 706 milliseconds