Home | History | Annotate | Download | only in genext2fs

Lines Matching refs:matched

1854       # If neither matched, then we have a broken ls.  This can happen
5837 int matched = sscanf(scan_this, "%as", &u);
5838 if(matched < 1) return 1; /* shouldn't happens */