Searched refs:match_class (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/include/ |
H A D | ntp_config.h | 185 int match_class; 335 nic_rule_node *create_nic_rule_node(int match_class, char *if_name, 183 int match_class; global() member
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lstrlib.c | 276 static int match_class (int c, int cl) { in match_class() function 305 if (match_class(c, uchar(*p))) in matchbracketclass() 327 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_config.c | 1108 (rule_node->match_class) in dump_config_tree() 1109 ? keyword(rule_node->match_class) in dump_config_tree() 1811 int match_class, in create_addr_opts_node() 1818 REQUIRE(match_class != 0 || if_name != NULL); 1821 my_node->match_class = match_class; in create_sim_script_info() 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() 1785 create_nic_rule_node(int match_class,char * if_name,int action) create_nic_rule_node() argument
|
/freebsd/contrib/lua/src/ |
H A D | lstrlib.c | 427 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()
|