Home
last modified time | relevance | path

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

/third_party/eudev/src/libudev/
Dlibudev-private.h139 #define UDEV_ALLOWED_CHARS_INPUT "/ $%?," macro
/third_party/eudev/src/udev/
Dudev-event.c325 count = util_replace_chars(vbuf, UDEV_ALLOWED_CHARS_INPUT); in udev_event_apply_format()
Dudev-rules.c2146 … count = util_replace_chars(result, UDEV_ALLOWED_CHARS_INPUT); in udev_rules_apply_to_event()