Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_calendar.h43 typedef time_t (*systime_func_ptr)(time_t *); typedef
51 extern systime_func_ptr ntpcal_set_timefunc(systime_func_ptr);
/freebsd/contrib/ntp/libntp/
H A Dntp_calendar.c97 static systime_func_ptr systime_func = &time;
101 systime_func_ptr
103 systime_func_ptr nfunc in ntpcal_set_timefunc()
106 systime_func_ptr res; in ntpcal_set_timefunc()