Lines Matching refs:streq

482                 if (streq(rules_str(rules, off), owner)) {
529 if (streq(rules_str(rules, off), group)) {
973 if (streq(value, "?*"))
1089 if (streq(key, "ACTION")) {
1098 if (streq(key, "DEVPATH")) {
1107 if (streq(key, "KERNEL")) {
1116 if (streq(key, "SUBSYSTEM")) {
1122 if (streq(value, "subsystem") ||
1123 streq(value, "bus") ||
1124 streq(value, "class")) {
1125 if (streq(value, "bus") || streq(value, "class"))
1134 if (streq(key, "DRIVER")) {
1192 if (streq(key, "KERNELS")) {
1201 if (streq(key, "SUBSYSTEMS")) {
1210 if (streq(key, "DRIVERS")) {
1239 if (streq(key, "TAGS")) {
1278 if (!streq(attr, blacklist[i]))
1289 if (streq(key, "TAG")) {
1297 if (streq(key, "PROGRAM")) {
1306 if (streq(key, "RESULT")) {
1325 if (streq(attr, "program")) {
1339 } else if (streq(attr, "builtin")) {
1346 } else if (streq(attr, "file")) {
1348 } else if (streq(attr, "db")) {
1350 } else if (streq(attr, "cmdline")) {
1352 } else if (streq(attr, "parent")) {
1385 if (streq(attr, "builtin")) {
1392 } else if (streq(attr, "program")) {
1403 if (streq(key, "WAIT_FOR") || streq(key, "WAIT_FOR_SYSFS")) {
1412 if (streq(key, "LABEL")) {
1421 if (streq(key, "GOTO")) {
1438 if (streq(value, "%k")) {
1454 if (streq(key, "SYMLINK")) {
1467 if (streq(key, "OWNER")) {
1489 if (streq(key, "GROUP")) {
1511 if (streq(key, "MODE")) {
1529 if (streq(key, "OPTIONS")) {
1670 if (!streq(label, rules_str(rules, rules->tokens[j].rule.label_off)))
1780 match = (streq(key_value, val));
1803 match = (streq(s, val));
1911 can_set_name = ((!streq(udev_device_get_action(event->dev), "remove")) &&
1989 if (streq(rules_str(rules, cur->key.value_off), udev_list_entry_get_name(list_entry))) {
2489 (!streq(name_str, udev_device_get_devnode(event->dev) + strlen("/dev/")))) {
2812 if (streq(name_str,match_name)) {