Searched refs:label_str (Results 1 – 1 of 1) sorted by relevance
2103 char label_str[UDEV_LINE_SIZE] = {}; in udev_rule_apply_token_to_event() local2110 …(void) udev_event_apply_format(event, token->value, label_str, sizeof(label_str), false, &truncate… in udev_rule_apply_token_to_event()2113 … "refusing to apply the SECLABEL key.", label_str, token->value); in udev_rule_apply_token_to_event()2117 if (!isempty(label_str)) in udev_rule_apply_token_to_event()2118 label = strdup(label_str); in udev_rule_apply_token_to_event()