Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudev-rules.h14 ESCAPE_REPLACE, /* OPTIONS="string_escape=replace" */ enumerator
Dudev-rules.c1968 event->esc = ESCAPE_REPLACE; in udev_rule_apply_token_to_event()
2171 if (event->esc == ESCAPE_REPLACE) { in udev_rule_apply_token_to_event()
2235 if (IN_SET(event->esc, ESCAPE_UNSET, ESCAPE_REPLACE)) { in udev_rule_apply_token_to_event()
2275 else if (event->esc == ESCAPE_REPLACE) in udev_rule_apply_token_to_event()