Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_parser.y556 { cfgt.broadcastclient = 1; }
562 { cfgt.mdnstries = $2; }
583 cfgt.auth.cryptosw++;
587 { cfgt.auth.keys = $2; }
589 { cfgt.auth.keysdir = $2; }
593 { cfgt.auth.revoke = $2; }
624 cfgt.auth.revoke = $2;
628 cfgt.auth.revoke, cfgt.auth.revoke);
702 cfgt.stats_dir = $2;
1212 APPEND_G_FIFO(cfgt.vars, av);
[all …]
H A Dntp_scanner.h116 extern config_tree cfgt; /* Parser output stored here */
H A Dntp_config.c173 config_tree cfgt; /* Parser output stored here */ variable
4934 init_syntax_tree(&cfgt); in config_remotely()
4938 cfgt.source.attr = CONF_SOURCE_NTPQ; in config_remotely()
4939 cfgt.timestamp = time(NULL); in config_remotely()
4995 init_syntax_tree(&cfgt); in getconfig()
5021 cfgt.source.value.s = estrdup(alt_config_file); in getconfig()
5024 cfgt.source.value.s = estrdup(config_file); in getconfig()
5036 cfgt.source.attr = CONF_SOURCE_FILE; in getconfig()
5037 cfgt.timestamp = time(NULL); in getconfig()
5062 memcpy(ptree, &cfgt, sizeof(*ptree)); in save_and_apply_config_tree()
[all …]
/netbsd/external/bsd/ntp/dist/
H A DCommitLog169183 parse to struct config_tree cfgt rather than my_config
169186 parse to struct config_tree cfgt rather than my_config
169189 parse to struct config_tree cfgt rather than my_config