Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dudev-util.h15 #define UDEV_LINE_SIZE 16384 macro
/systemd-251/src/udev/
Dudev-rules.c1224 r = read_line(f, UDEV_LINE_SIZE, &buf); in udev_rules_parse_file()
1239 if (strlen(continuation) + len >= UDEV_LINE_SIZE) in udev_rules_parse_file()
1720 char buf[UDEV_PATH_SIZE], result[UDEV_LINE_SIZE]; in udev_rule_apply_token_to_event()
1808 char buf[UDEV_PATH_SIZE], result[UDEV_LINE_SIZE]; in udev_rule_apply_token_to_event()
2103 char label_str[UDEV_LINE_SIZE] = {}; in udev_rule_apply_token_to_event()