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
127 return asctime_r(timeptr, buf_asctime);
private.h 66 #define asctime_r _incompatible_asctime_r macro
72 /* Fix asctime_r on Solaris 10. */
383 ** Some time.h implementations don't declare asctime_r.
389 #ifndef asctime_r
390 extern char * asctime_r(struct tm const *restrict, char *restrict);
552 #undef asctime_r macro
554 char *asctime_r(struct tm const *, char *);
  /external/icu/icu4c/source/tools/tzcode/
asctime.c 72 asctime_r(register const struct tm *timeptr, char *buf) function
131 return asctime_r(timeptr, buf_asctime);
private.h 70 #define asctime_r _incompatible_asctime_r macro
239 ** Some time.h implementations don't declare asctime_r.
244 #ifndef asctime_r
245 extern char * asctime_r(struct tm const *, char *);
393 #undef asctime_r macro
395 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
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 93 milliseconds