Lines Matching refs:lastp
102 char *p, *lastp;198 lastp = strrchr(cbootpath, '/');199 if (lastp != NULL) {200 lastp++;201 if ((strncmp(lastp, "sd@", 3) == 0203 (strncmp(lastp, "disk@", 5) == 0205 strcpy(lastp, last);207 lastp = cbootpath;216 if (strchr(lastp, '@') == NULL) {222 if ((p = strrchr(lastp, ':')) != NULL) {
Indexes created Sat Oct 18 08:10:09 GMT 2025