Lines Matching defs:matchv
256 regmatch_t matchv[10];279 if (regexec(&r, buf, 10, matchv, 0) == 0) {280 add_dev(&buf[matchv[1].rm_so],281 matchv[1].rm_eo - matchv[1].rm_so,282 &buf[matchv[2].rm_so],283 matchv[2].rm_eo - matchv[2].rm_so,285 matchv[0].rm_eo - matchv[0].rm_so);
Indexes created Thu Oct 02 10:09:58 GMT 2025