OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asctime64_r
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/include/
time64.h
48
char *
asctime64_r
(const struct tm *, char *);
/ndk/build/platforms/android-3/arch-arm/usr/include/
time64.h
48
char *
asctime64_r
(const struct tm *, char *);
/ndk/build/platforms/android-4/arch-arm/usr/include/
time64.h
48
char *
asctime64_r
(const struct tm *, char *);
/ndk/build/platforms/android-5/arch-arm/usr/include/
time64.h
48
char *
asctime64_r
(const struct tm *, char *);
/ndk/build/platforms/android-5/arch-x86/usr/include/
time64.h
48
char *
asctime64_r
(const struct tm *, char *);
/ndk/build/platforms/android-8/arch-arm/usr/include/
time64.h
48
char *
asctime64_r
(const struct tm *, char *);
/ndk/build/platforms/android-8/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 3429 milliseconds