Searched refs:gmtime_r (Results 1 - 12 of 12) sorted by relevance

/external/clearsilver/util/
H A Dmissing.c76 struct tm *gmtime_r(const time_t *timep, struct tm *ttm) function
H A Dneo_date.c103 gmtime_r(&tt, &gmt_tm);
H A Dneo_misc.h78 struct tm *gmtime_r(const time_t *timep, struct tm *ttm);
/external/openssl/crypto/
H A Do_time.c79 #if defined(OPENSSL_THREADS) && !defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_SYS_OS2) && (!defined(OPENSSL_SYS_VMS) || defined(gmtime_r)) && !defined(OPENSSL_SYS_MACOSX) && !defined(OPENSSL_SYS_SUNOS)
82 gmtime_r(timer,result);
142 /* Since there was no gmtime_r() to do this stuff for us,
/external/chromium/base/
H A Dtime_posix.cc134 gmtime_r(&seconds, &timestruct);
/external/webkit/WebCore/loader/
H A DFTPDirectoryParser.cpp42 // Replacement for gmtime_r() which is not available on MinGW.
70 #define gmtime_r(x, y) gmtimeQt(x, y) macro
71 #elif OS(WINDOWS) && !defined(gmtime_r)
73 #define gmtime_r(x, y) gmtime_s((y), (x))
75 #define gmtime_r(x,y) (gmtime(x)?(*(y)=*gmtime(x),(y)):0)
195 gmtime_r(&t, &result.modifiedTime);
1196 gmtime_r(&now, &state.nowFTPTime);
1661 gmtime_r(&now, &state.nowFTPTime);
/external/bluetooth/glib/glib/
H A Dgtimer.c431 tm = gmtime_r (&secs, &tm_);
/external/chromium/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c1398 gmtime_r(timep, tmp) function
/external/icu4c/tools/tzcode/
H A Dlocaltime.c1398 gmtime_r(timep, tmp) function
/external/chromium/third_party/libevent/
H A Dhttp.c434 gmtime_r(&t, &cur);
/external/sqlite/dist/
H A Dsqlite3.c.orig11997 gmtime_r(&t, &sNow);
[all...]
H A Dsqlite3.c12002 gmtime_r(&t, &sNow);
[all...]

Completed in 4813 milliseconds