Lines Matching defs: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 Thu Oct 02 14:10:14 GMT 2025