Lines Matching refs:token_match_string
1324 static bool token_match_string(UdevRuleToken *token, const char *str) { in token_match_string() function
1424 return token_match_string(token, value); in token_match_attr()
1571 return token_match_string(token, device_action_to_string(a)); in udev_rule_apply_token_to_event()
1580 return token_match_string(token, val); in udev_rule_apply_token_to_event()
1590 return token_match_string(token, val); in udev_rule_apply_token_to_event()
1596 if (token_match_string(token, strempty(startswith(val, "/dev/")))) in udev_rule_apply_token_to_event()
1601 return token_match_string(token, event->name); in udev_rule_apply_token_to_event()
1608 return token_match_string(token, val); in udev_rule_apply_token_to_event()
1619 return token_match_string(token, val); in udev_rule_apply_token_to_event()
1626 if (token_match_string(token, val)) in udev_rule_apply_token_to_event()
1640 return token_match_string(token, val); in udev_rule_apply_token_to_event()
1652 return token_match_string(token, val); in udev_rule_apply_token_to_event()
1673 return token_match_string(token, strstrip(value)); in udev_rule_apply_token_to_event()
1963 return token_match_string(token, event->program_result); in udev_rule_apply_token_to_event()