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

  /bionic/libc/include/
time64.h 50 char* asctime64(const struct tm*);
  /bionic/libc/bionic/
time64.c 796 char *asctime64( const struct TM* date ) { function
801 return asctime64(localtime64(time));

Completed in 85 milliseconds