Searched refs:wxLocaltime_r (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp179 struct tm *wxLocaltime_r(const time_t *t, struct tm* tm) function
198 struct tm *wxLocaltime_r(const time_t* ticks, struct tm* temp)
379 // ensure that the timezone variable is set by calling wxLocaltime_r
382 // just call wxLocaltime_r() instead of figuring out whether this
387 wxLocaltime_r(&t, &tm);
600 return wxLocaltime_r(&t, tmstruct);
1070 struct tm *tm = wxLocaltime_r(&t, &tmstruct);
1422 wxDATETIME_CHECK( tm, _T("wxLocaltime_r() failed") );
1599 struct tm *tm = wxLocaltime_r(&ticks, &tmstruct);
1643 tm = wxLocaltime_r(
[all...]
H A Dlog.cpp445 ms_timestamp, wxLocaltime_r(&timeNow, &tm));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h57 #define wxLocaltime_r localtime_r macro
59 WXDLLIMPEXP_BASE struct tm *wxLocaltime_r(const time_t*, struct tm*);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlogg.cpp87 if ( !wxStrftime(buf, WXSIZEOF(buf), format, wxLocaltime_r(&t, &tm)) )

Completed in 128 milliseconds