Home
last modified time | relevance | path

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

/bootable/recovery/mtdutils/
Dmounts.c120 int matches; in scan_mounted_volumes() local
124 matches = sscanf(bufp, "%63s %63s %63s %127s", in scan_mounted_volumes()
127 if (matches == 4) { in scan_mounted_volumes()
140 printf("matches was %d on <<%.40s>>\n", matches, bufp); in scan_mounted_volumes()
Dmtdutils.c128 int matches; in mtd_scan_partitions() local
133 matches = sscanf(bufp, "mtd%d: %x %x \"%63[^\"]", in mtd_scan_partitions()
138 if (matches == 4) { in mtd_scan_partitions()