Home | History | Annotate | Download | only in oea

Lines Matching defs:lastp

102 	char *p, *lastp;
198 lastp = strrchr(cbootpath, '/');
199 if (lastp != NULL) {
200 lastp++;
201 if ((strncmp(lastp, "sd@", 3) == 0
203 (strncmp(lastp, "disk@", 5) == 0
205 strcpy(lastp, last);
207 lastp = cbootpath;
216 if (strchr(lastp, '@') == NULL) {
222 if ((p = strrchr(lastp, ':')) != NULL) {