Searched refs:SystemTime (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtime.cpp568 SYSTEMTIME SystemTime; local
582 ::GetLocalTime(&SystemTime);
591 ::FileTimeToSystemTime(&ft, &SystemTime);
601 iLeap = is_leap(SystemTime.wYear) ;
603 res->tm_hour = SystemTime.wHour;
604 res->tm_min = SystemTime.wMinute;
605 res->tm_sec = SystemTime.wSecond;
607 res->tm_mday = SystemTime.wDay;
608 res->tm_mon = SystemTime.wMonth - 1; // this the correct month but localtime returns month aligned to zero
609 res->tm_year = SystemTime
702 SYSTEMTIME SystemTime; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_perfcount.h107 SYSTEMTIME SystemTime; member in struct:perf_data_block
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c1179 SYSTEMTIME SystemTime; local
1182 GetLocalTime(&SystemTime);
1184 weekday[SystemTime.wDayOfWeek], month[SystemTime.wMonth - 1],
1185 SystemTime.wDay, SystemTime.wHour, SystemTime.wMinute,
1186 SystemTime.wSecond, SystemTime.wYear);
2194 SYSTEMTIME SystemTime; local
2650 SYSTEMTIME SystemTime; local
2701 SYSTEMTIME SystemTime; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Doid.h606 LARGE_INTEGER SystemTime; /* timestammp via NdisGetCurrentSystemTime() */ member in struct:rt_802_11_event_log
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dreg_perfcount.c915 make_systemtime(&(block->SystemTime), gmtime(&tm));
1108 if(!spoolss_io_system_time("SystemTime", ps, depth, &block.SystemTime))

Completed in 117 milliseconds