Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/mtdutils/
Dmtdutils.c132 int matches; in mtd_scan_partitions() local
137 matches = sscanf(bufp, "mtd%d: %x %x \"%63[^\"]", in mtd_scan_partitions()
142 if (matches == 4) { in mtd_scan_partitions()