Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_scanner.c39 u_int32 conf_file_sum; /* Simple sum of characters read */ variable
178 conf_file_sum += ch; in lex_getch()
185 conf_file_sum += ch; in lex_getch()
241 conf_file_sum -= stream->backch; in lex_ungetch()
/freebsd-14-stable/contrib/ntp/include/
HDntpd.h574 extern u_int32 conf_file_sum; /* Simple sum of characters */
/freebsd-14-stable/contrib/ntp/
HDCommitLog159626 expose ntp_scanner.c's conf_file_sum