HomeSort by relevance Sort by last modified time
    Searched refs:asctime_r (Results 1 - 25 of 71) sorted by null

1 2 3

  /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 *);
  /bionic/libc/include/
time.h 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-21/include/
time.h 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-3/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /development/ndk/platforms/android-8/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /external/bison/lib/
time.in.h 59 # undef asctime_r
233 # undef asctime_r
234 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);

Completed in 414 milliseconds

1 2 3