Home | History | Annotate | Download | only in blkid

Lines Matching refs:lens

403 	int lens[2] = { 0, 0 };
451 lens[which] = strlen(ptname);
454 if (isdigit(ptname[lens[which] - 1])) {
462 lens[which] = 0; /* mark as checked */
470 if (lens[last] && !strncmp(ptnames[last], ptname, lens[last])) {
486 lens[last] = 0;
493 if (lens[last] && strncmp(ptnames[last], ptname, lens[last])) {
499 lens[last] = 0;
504 if (lens[which])