HomeSort by relevance Sort by last modified time
    Searched defs:gmtime_r (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/loader/
FTPDirectoryParser.cpp 42 // 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)
199 gmtime_r(&t, &result.modifiedTime);
    [all...]
  /bionic/libc/tzcode/
localtime.c 1506 gmtime_r(timep, tmp) function
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 1398 gmtime_r(timep, tmp) function
    [all...]

Completed in 66 milliseconds