Home | History | Annotate | Download | only in fsck

Lines Matching defs:spec2

199 		const char *spec, *spec2, *mntpt, *type, *cp;
203 spec2 = getfsspecname(buf, sizeof(buf), spec);
204 if (spec2 == NULL)
205 spec2 = spec;
207 cp = strrchr(spec2, '/');
210 _PATH_DEV, spec2);
211 spec2 = device;
217 if (fs == NULL && spec != spec2) {
218 fs = getfsspec(spec2);
219 spec = spec2;