Searched refs:os2date (Results 1 – 1 of 1) sorted by relevance
252 FDATE os2date, in apr_os2_time_to_apr_time() argument262 tmpdate.tm_mday = os2date.day; in apr_os2_time_to_apr_time()263 tmpdate.tm_mon = os2date.month - 1; in apr_os2_time_to_apr_time()264 tmpdate.tm_year = os2date.year + 80; in apr_os2_time_to_apr_time()271 APR_DECLARE(apr_status_t) apr_apr_time_to_os2_time(FDATE *os2date, in apr_apr_time_to_os2_time() argument282 os2date->day = lt->tm_mday; in apr_apr_time_to_os2_time()283 os2date->month = lt->tm_mon + 1; in apr_apr_time_to_os2_time()284 os2date->year = lt->tm_year - 80; in apr_apr_time_to_os2_time()