user.c | 953 regmatch_t matchv[10]; local in function:valid_password_length 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]; local in function:rm_user_from_groups 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) [all...] |