Searched refs:date_s (Results 1 – 1 of 1) sorted by relevance
195 long date_s, start_s; in bcd_check_time() local200 date_s = (long)mktime(datep); in bcd_check_time()202 if (date_s < start_s) { in bcd_check_time()203 diff = start_s - date_s; in bcd_check_time()206 diff = date_s - start_s; in bcd_check_time()