Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/ntpd/
HDntp_config.c549 int_node *i_n; in dump_config_tree() local
632 i_n = HEAD_PFIFO(ptree->stats_list); in dump_config_tree()
633 if (i_n != NULL) { in dump_config_tree()
635 for ( ; i_n != NULL; i_n = i_n->link) in dump_config_tree()
636 fprintf(df, " %s", keyword(i_n->i)); in dump_config_tree()
1133 i_n = HEAD_PFIFO(ptree->ttl); in dump_config_tree()
1134 if (i_n != NULL) { in dump_config_tree()
1136 for( ; i_n != NULL; i_n = i_n->link) in dump_config_tree()
1137 fprintf(df, " %d", i_n->i); in dump_config_tree()
1362 int_node *i_n; in create_int_node() local
[all …]