Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudev-event.c157 …e(const char **str, bool strict, FormatSubstitutionType *ret_type, char ret_attr[static UDEV_PATH_… in get_subst_type()
164 assert(ret_attr); in get_subst_type()
206 strnscpy(ret_attr, UDEV_PATH_SIZE, start, len); in get_subst_type()
209 *ret_attr = '\0'; in get_subst_type()
Dudev-rules.c1004 static int parse_line(char **line, char **ret_key, char **ret_attr, UdevRuleOperatorType *ret_op, c… in parse_line() argument
1053 *ret_attr = attr; in parse_line()