Searched refs:GetUTCOffset2 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_getutc.c15 GetUTCOffset2(const int year, const int mon, const int mday, const int hour, const int min) function
50 } /* GetUTCOffset2 */
58 return (GetUTCOffset2(2000, mon, mday, 12, 0));
H A Du_unmdtm.c60 mt += GetUTCOffset2(ut.tm_year, ut.tm_mon + 1, ut.tm_mday, ut.tm_hour, ut.tm_min);
H A Dncftp.h961 time_t GetUTCOffset2(const int year, const int mon, const int mday, const int hour, const int min);

Completed in 33 milliseconds