Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_parser.c2555 CONCAT_G_FIFOS(cfgt.auth.crypto_cmd_list, (yyvsp[0].Attr_val_fifo)); in yyparse()
2593 CONCAT_G_FIFOS(cfgt.auth.trusted_key_list, (yyvsp[0].Attr_val_fifo)); in yyparse()
2688 { CONCAT_G_FIFOS(cfgt.stats_list, (yyvsp[0].Int_fifo)); } in yyparse()
2804 CONCAT_G_FIFOS(cfgt.discard_opts, (yyvsp[0].Attr_val_fifo)); in yyparse()
2812 CONCAT_G_FIFOS(cfgt.mru_opts, (yyvsp[0].Attr_val_fifo)); in yyparse()
3147 { CONCAT_G_FIFOS(cfgt.rlimit, (yyvsp[0].Attr_val_fifo)); } in yyparse()
3231 { CONCAT_G_FIFOS(cfgt.tinker, (yyvsp[0].Attr_val_fifo)); } in yyparse()
3361 { CONCAT_G_FIFOS(cfgt.logconfig, (yyvsp[0].Attr_val_fifo)); } in yyparse()
3367 { CONCAT_G_FIFOS(cfgt.phone, (yyvsp[0].String_fifo)); } in yyparse()
3396 { CONCAT_G_FIFOS(cfgt.ttl, (yyvsp[0].Attr_val_fifo)); } in yyparse()
[all …]
/freebsd-14.2/contrib/ntp/include/
H A Dntp_config.h301 #define CONCAT_G_FIFOS(first, second) \ macro