HomeSort by relevance Sort by last modified time
    Searched defs:asctime_r (Results 1 - 4 of 4) 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 *);

Completed in 1063 milliseconds