Searched refs:p_SNTP_PRETEND_TIME (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c1182 char * p_SNTP_PRETEND_TIME; local
1233 p_SNTP_PRETEND_TIME = getenv("SNTP_PRETEND_TIME");
1234 if (p_SNTP_PRETEND_TIME) {
1237 if (1 == sscanf(p_SNTP_PRETEND_TIME, "%ld", &l))
1240 if (1 == sscanf(p_SNTP_PRETEND_TIME, "%lld", &ll))
1301 if (p_SNTP_PRETEND_TIME)

Completed in 50 milliseconds