Searched refs:NMATCHES (Results 1 – 1 of 1) sorted by relevance
1483 #define NMATCHES 2 in get_rootdisk() macro1484 regmatch_t rm[NMATCHES]; in get_rootdisk()1498 if ((rv = regexec(&re, dev, NMATCHES, rm, 0)) != 0) in get_rootdisk()