Home
last modified time | relevance | path

Searched refs:systime_func (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dntp_calendar.c97 static systime_func_ptr systime_func = &time; variable
108 res = systime_func; in ntpcal_set_timefunc()
111 systime_func = nfunc; in ntpcal_set_timefunc()
120 return (*systime_func)(NULL); in now()