OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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