Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/dntpd/
H A Dsystem.c57 if (no_update_opt) in sysntp_clear_alternative_corrections()
145 if (no_update_opt) in sysntp_correct_offset()
149 if (no_update_opt == 0) in sysntp_correct_offset()
176 if (no_update_opt == 0 && settimeofday(&tv, NULL) < 0) { in sysntp_correct_course_offset()
185 if (no_update_opt) in sysntp_correct_course_offset()
224 if (no_update_opt) in sysntp_correct_freq()
228 if (no_update_opt == 0) in sysntp_correct_freq()
H A Dmain.c53 int no_update_opt = 0; /* do not make any actual updates */ variable
107 no_update_opt = 1; in main()
H A Ddefs.h71 extern int no_update_opt;