Lines Matching defs:strptr
628 char **strptr;
638 strptr = &black_array[i];
639 if (strcmp(*strptr++, "DRIVER") == 0) {
640 if ((maj = ddi_name_to_major(*strptr++))
662 char **strptr;
687 strptr = &black_array[i];
688 if (strcmp(*strptr++, "SMBIOS") == 0) {
689 if (strcmp(*strptr++, mfg) == 0 &&
690 ((char *)strptr == '\0' ||
691 strcmp(*strptr++, product) == 0) &&
692 ((char *)strptr == '\0' ||
693 strcmp(*strptr++, version) == 0)) {