Home
last modified time | relevance | path

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

/src/contrib/ntp/include/
H A Dntp_config.h185 int match_class; member
335 nic_rule_node *create_nic_rule_node(int match_class, char *if_name,
/src/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c277 static int match_class (int c, int cl) { in match_class() function
306 if (match_class(c, uchar(*p))) in matchbracketclass()
328 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()
/src/contrib/ntp/ntpd/
H A Dntp_config.c1108 (rule_node->match_class) in dump_config_tree()
1109 ? keyword(rule_node->match_class) in dump_config_tree()
1811 int match_class, in create_nic_rule_node() argument
1818 REQUIRE(match_class != 0 || if_name != NULL); in create_nic_rule_node()
1821 my_node->match_class = match_class; in create_nic_rule_node()
3363 switch (curr_node->match_class) { in config_nic_rules()
3366 fatal_error("config_nic_rules: match-class-token=%d", curr_node->match_class); in config_nic_rules()
/src/contrib/lua/src/
H A Dlstrlib.c427 static int match_class (int c, int cl) { in match_class() function
456 if (match_class(c, uchar(*p))) in matchbracketclass()
478 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()