Searched refs:ymd_expire (Results 1 – 1 of 1) sorted by relevance
690 time_t now, ttl, ymd_expire; in process_asl_data_store() local750 ymd_expire = 0; in process_asl_data_store()753 if ((ttl > 0) && (ttl <= now)) ymd_expire = now - ttl; in process_asl_data_store()764 if (localtime_r((const time_t *)&ymd_expire, &ctm) == NULL) return -1; in process_asl_data_store()