Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_parser.y647 { CONCAT_G_FIFOS(cfgt.orphan_cmds, $2); }
698 { CONCAT_G_FIFOS(cfgt.stats_list, $2); }
818 CONCAT_G_FIFOS(cfgt.discard_opts, $2);
822 CONCAT_G_FIFOS(cfgt.mru_opts, $2);
1070 { CONCAT_G_FIFOS(cfgt.rlimit, $2); }
1104 { CONCAT_G_FIFOS(cfgt.enable_opts, $2); }
1106 { CONCAT_G_FIFOS(cfgt.disable_opts, $2); }
1165 { CONCAT_G_FIFOS(cfgt.tinker, $2); }
1276 { CONCAT_G_FIFOS(cfgt.logconfig, $2); }
1278 { CONCAT_G_FIFOS(cfgt.phone, $2); }
[all …]
/netbsd/external/bsd/ntp/dist/include/
H A Dntp_config.h300 #define CONCAT_G_FIFOS(first, second) \ macro