Lines Matching defs:ptr1
1949 char *ptr1, *ptr2;1959 ptr1 = prom_dev1;1962 if ((ptr1 == NULL) || (*ptr1 != '/')) {1972 while ((ptr1 != NULL) && (ptr2 != NULL)) {1973 *ptr1 = *ptr2 = '/';1974 dev1 = ptr1 + 1;1976 if ((ptr1 = strchr(dev1, '/')) != NULL)1977 *ptr1 = '\0';2038 if (ptr1 != NULL) {2039 *ptr1 = '/';