Searched refs:epoch_env (Results 1 – 1 of 1) sorted by relevance
198 char *epoch_env, *endptr; in parse_source_date_epoch_from_env() local202 if ((epoch_env = getenv("SOURCE_DATE_EPOCH")) == NULL) in parse_source_date_epoch_from_env()205 epoch = (time_t) strtoll(epoch_env, &endptr, 10); in parse_source_date_epoch_from_env()209 if ((errno != 0) || !*epoch_env || *endptr || (epoch < 0)) { in parse_source_date_epoch_from_env()212 epoch_env); in parse_source_date_epoch_from_env()