OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gmtime64_r
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/include/
time64.h
42
struct tm *
gmtime64_r
(const time64_t *, struct tm *);
/ndk/build/platforms/android-3/arch-arm/usr/include/
time64.h
42
struct tm *
gmtime64_r
(const time64_t *, struct tm *);
/ndk/build/platforms/android-4/arch-arm/usr/include/
time64.h
42
struct tm *
gmtime64_r
(const time64_t *, struct tm *);
/ndk/build/platforms/android-5/arch-arm/usr/include/
time64.h
42
struct tm *
gmtime64_r
(const time64_t *, struct tm *);
/ndk/build/platforms/android-5/arch-x86/usr/include/
time64.h
42
struct tm *
gmtime64_r
(const time64_t *, struct tm *);
/ndk/build/platforms/android-8/arch-arm/usr/include/
time64.h
42
struct tm *
gmtime64_r
(const time64_t *, struct tm *);
/ndk/build/platforms/android-8/arch-x86/usr/include/
time64.h
42
struct tm *
gmtime64_r
(const time64_t *, struct tm *);
/bionic/libc/bionic/
time64.c
34
long' type can use localtime64_r() and
gmtime64_r
() which correctly
40
gmtime64_r
() is a 64-bit equivalent of gmtime_r().
521
struct TM *
gmtime64_r
(const Time64_T *in_time, struct TM *p)
function
672
if(
gmtime64_r
(time, &gm_tm) == NULL ) {
673
TRACE1("
gmtime64_r
returned null for %lld\n", *time);
784
return
gmtime64_r
(time, &Static_Return_Date);
Completed in 247 milliseconds