Searched refs:create_attr_ival (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/contrib/ntp/ntpd/ |
| HD | ntp_parser.c | 2476 { (yyval.Attr_val) = create_attr_ival(T_Flag, (yyvsp[0].Integer)); } in yyparse() 2482 … { (yyval.Attr_val) = create_attr_ival((yyvsp[-1].Integer), (yyvsp[0].Integer)); } in yyparse() 2539 atrv = create_attr_ival((yyvsp[-1].Integer), (yyvsp[0].Integer)); in yyparse() 2682 { (yyval.Attr_val) = create_attr_ival(T_Basedate, (yyvsp[0].Integer)); } in yyparse() 2767 (yyval.Attr_val) = create_attr_ival((yyvsp[-1].Integer), (yyvsp[0].Integer)); in yyparse() 2782 (yyval.Attr_val) = create_attr_ival(T_Flag, (yyvsp[0].Integer)); in yyparse() 2797 { (yyval.Attr_val) = create_attr_ival(T_Flag, (yyvsp[0].Integer)); } in yyparse() 2888 APPEND_G_FIFO((yyvsp[0].Attr_val_fifo), create_attr_ival((yyvsp[-2].Integer), 1)); in yyparse() 2917 APPEND_G_FIFO(avf, create_attr_ival((yyvsp[-1].Integer), 1)); in yyparse() 2978 av = create_attr_ival((yyvsp[0].Integer), 1); in yyparse() [all …]
|
| HD | ntp_config.c | 1286 create_attr_ival( in create_attr_ival() function
|
| /freebsd-13-stable/contrib/ntp/include/ |
| HD | ntp_config.h | 314 attr_val *create_attr_ival(int attr, int value);
|