Searched refs:if_str (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/
H A Dudev-builtin-usb_id.c186 char if_str[8]; local
196 if (snprintf(if_str, 8, ":%02x%02x%02x",
202 if (strstr(ifs_str, if_str) != NULL)
205 memcpy(&ifs_str[strpos], if_str, 8),

Completed in 755 milliseconds