Lines Matching refs:next
502 char *next;
506 next = strchr(slink, ' ');
507 while (next != NULL) {
508 next[0] = '\0';
510 slink = &next[1];
511 next = strchr(slink, ' ');
517 char *next;
520 next = strchr(tags, ':');
521 if (next != NULL) {
522 next++;
523 while (next[0] != '\0') {
526 tag = next;
527 next = strchr(tag, ':');
528 if (next == NULL)
530 next[0] = '\0';
531 next++;
1087 * Find the next parent device, and fill in information from the sys
1120 * Find the next parent device, with a matching subsystem and devtype
1322 * the udev device. The next list entry can be retrieved with
1350 * device. The next list entry can be retrieved with udev_list_entry_get_next(),
1806 * Retrieve the list of tags attached to the udev device. The next