Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/apr/time/unix/
HDtime.c256 FTIME os2time) in apr_os2_time_to_apr_time() argument
261 tmpdate.tm_hour = os2time.hours; in apr_os2_time_to_apr_time()
262 tmpdate.tm_min = os2time.minutes; in apr_os2_time_to_apr_time()
263 tmpdate.tm_sec = os2time.twosecs * 2; in apr_os2_time_to_apr_time()
275 FTIME *os2time, in apr_apr_time_to_os2_time() argument
281 os2time->hours = lt->tm_hour; in apr_apr_time_to_os2_time()
282 os2time->minutes = lt->tm_min; in apr_apr_time_to_os2_time()
283 os2time->twosecs = lt->tm_sec / 2; in apr_apr_time_to_os2_time()