Lines Matching defs:group
161 char group[1024];
179 * bit and use the remainder as device group identifier */
208 snprintf(group, sizeof(group), "%s:%s", product, phys);
225 snprintf(group,
226 sizeof(group),
236 str = strstr(group, "/input");
246 str = strrchr(group, '.');
247 if (str && str > strrchr(group, '-'))
250 printf("LIBINPUT_DEVICE_GROUP=%s\n", group);