HomeSort by relevance Sort by last modified time
    Searched refs:asctime64_r (Results 1 - 12 of 12) sorted by null

  /bionic/libc/include/
time64.h 48 char *asctime64_r (const struct tm *, char *);
  /development/ndk/platforms/android-3/include/
time64.h 48 char *asctime64_r (const struct tm *, char *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
time64.h 48 char *asctime64_r (const struct tm *, char *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
time64.h 48 char *asctime64_r (const struct tm *, char *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
time64.h 48 char *asctime64_r (const struct tm *, char *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
time64.h 48 char *asctime64_r (const struct tm *, char *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
time64.h 48 char *asctime64_r (const struct tm *, char *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
time64.h 48 char *asctime64_r (const struct tm *, char *);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
time64.h 48 char *asctime64_r (const struct tm *, char *);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
time64.h 48 char *asctime64_r (const struct tm *, char *);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
time64.h 48 char *asctime64_r (const struct tm *, char *);
  /bionic/libc/bionic/
time64.c 753 char *asctime64_r( const struct TM* date, char *result ) { function
774 return asctime64_r( &date, result );
788 return asctime64_r( date, Static_Return_String );

Completed in 198 milliseconds