Home | History | Annotate | Download | only in user

Lines Matching defs:matchv

953 	regmatch_t	matchv[10];
963 if (regexec(&r, newpasswd, 10, matchv, 0) == 0) {
966 (int)(matchv[pwtp->re_sub].rm_eo -
967 matchv[pwtp->re_sub].rm_so) ==
1306 regmatch_t matchv[10];
1353 if (regexec(&r, buf, 10, matchv, 0) == 0) {
1354 if (buf[(int)matchv[1].rm_so] == ',') {
1355 matchv[2].rm_so = matchv[1].rm_so;
1356 } else if (matchv[2].rm_eo != matchv[3].rm_eo) {
1357 matchv[2].rm_eo = matchv[3].rm_eo;
1359 cc -= (int) matchv[2].rm_eo;
1360 sc = (int) matchv[2].rm_so;
1362 fwrite(&buf[(int)matchv[2].rm_eo], sizeof(char),