Home
last modified time | relevance | path

Searched refs:pSystemTime (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/osl/os2/
H A Dtime.c62 struct tm *pSystemTime; in osl_getDateTimeFromTimeValue() local
69 pSystemTime = gmtime_r( &atime, &tmBuf ); in osl_getDateTimeFromTimeValue()
73 if ( pSystemTime != NULL ) in osl_getDateTimeFromTimeValue()
76 pDateTime->Seconds = pSystemTime->tm_sec; in osl_getDateTimeFromTimeValue()
77 pDateTime->Minutes = pSystemTime->tm_min; in osl_getDateTimeFromTimeValue()
78 pDateTime->Hours = pSystemTime->tm_hour; in osl_getDateTimeFromTimeValue()
79 pDateTime->Day = pSystemTime->tm_mday; in osl_getDateTimeFromTimeValue()
80 pDateTime->DayOfWeek = pSystemTime->tm_wday; in osl_getDateTimeFromTimeValue()
81 pDateTime->Month = pSystemTime->tm_mon + 1; in osl_getDateTimeFromTimeValue()
82 pDateTime->Year = pSystemTime->tm_year + 1900; in osl_getDateTimeFromTimeValue()
/trunk/main/sal/osl/unx/
H A Dtime.c61 struct tm *pSystemTime; in osl_getDateTimeFromTimeValue() local
68 pSystemTime = gmtime_r( &atime, &tmBuf ); in osl_getDateTimeFromTimeValue()
72 if ( pSystemTime != NULL ) in osl_getDateTimeFromTimeValue()
75 pDateTime->Seconds = pSystemTime->tm_sec; in osl_getDateTimeFromTimeValue()
76 pDateTime->Minutes = pSystemTime->tm_min; in osl_getDateTimeFromTimeValue()
77 pDateTime->Hours = pSystemTime->tm_hour; in osl_getDateTimeFromTimeValue()
78 pDateTime->Day = pSystemTime->tm_mday; in osl_getDateTimeFromTimeValue()
79 pDateTime->DayOfWeek = pSystemTime->tm_wday; in osl_getDateTimeFromTimeValue()
80 pDateTime->Month = pSystemTime->tm_mon + 1; in osl_getDateTimeFromTimeValue()
81 pDateTime->Year = pSystemTime->tm_year + 1900; in osl_getDateTimeFromTimeValue()
/trunk/main/external/mingwheaders/
H A Dmingw_headers.patch1046 - __in_opt PSYSTEMTIME pSystemTime
1047 + __in_opt LPSYSTEMTIME pSystemTime

Completed in 54 milliseconds