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

1 2 3

  /bionic/libc/tzcode/
private.h 76 #define asctime_r _incompatible_asctime_r macro
228 ** Some time.h implementations don't declare asctime_r.
233 #ifndef asctime_r
234 extern char * asctime_r();
334 #undef asctime_r macro
336 char *asctime_r P((struct tm const *, char *));
asctime.c 78 asctime_r(timeptr, buf) function
137 return asctime_r(timeptr, buf_asctime);
  /external/icu4c/tools/tzcode/
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 *);
asctime.c 78 asctime_r(timeptr, buf) function
137 return asctime_r(timeptr, buf_asctime);
  /system/core/toolbox/
alarm.c 89 asctime_r(&tm, strbuf);
100 asctime_r(&tm, strbuf);
123 asctime_r(&tm, strbuf);
  /bionic/libc/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /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/4/platforms/android-3/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
time.h 67 extern char* asctime_r(const struct tm* a, char* buf);

Completed in 750 milliseconds

1 2 3