HomeSort by relevance Sort by last modified time
    Searched defs:asctime_r (Results 1 - 5 of 5) 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 74 #define asctime_r _incompatible_asctime_r macro
80 /* Fix asctime_r on Solaris 10. */
393 #if !HAVE_DECL_ASCTIME_R && !defined asctime_r
394 extern char *asctime_r(struct tm const *restrict, char *restrict);
559 #undef asctime_r macro
561 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 *);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 278 __forceinline char *__cdecl asctime_r(const struct tm *_Tm, char * _Str) { function

Completed in 100 milliseconds