Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_parser.c2492 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
2501 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
3348 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
3357 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
3366 APPEND_G_FIFO((yyval.Attr_val_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
3375 APPEND_G_FIFO((yyval.Attr_val_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
H A Dntp_config.c1283 create_int_node( in create_int_node() function
/freebsd-12.1/contrib/ntp/include/
H A Dntp_config.h333 int_node *create_int_node(int val);