OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asctime64_r
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/include/
time64.h
51
char*
asctime64_r
(const struct tm*, char*);
/development/ndk/platforms/android-3/include/
time64.h
48
char *
asctime64_r
(const struct tm *, char *);
/development/ndk/platforms/android-L/include/
time64.h
51
char*
asctime64_r
(const struct tm*, char*);
/bionic/libc/bionic/
time64.c
748
char *
asctime64_r
( const struct TM* date, char *result ) {
function
769
return
asctime64_r
( &date, result );
783
return
asctime64_r
( date, Static_Return_String );
Completed in 191 milliseconds