Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudev-rules.c1324 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()
[all …]