regexec
i = regexec(&rcp->re, mbs, nsub, mbsub, flags);
r = regexec(®, string, 2, pmatch, 0);
if (regexec(&yes_re, answer, 0, NULL, 0) == 0) {
} else if (regexec(&no_re, answer, 0, NULL, 0) != 0) {
status = regexec(&re,
if (regexec(&(create->node_type_comp), m_nodetype,
if (regexec(&(create->drv_name_comp), m_drvname,
if (regexec(&newdev->ldev_device_regex, devlink, 0,
if (regexec(&(linkhead->dir_re_compiled), devlink, 0, NULL, 0)
if (regexec(&(linkhead->dir_re_compiled), devlink, 0, NULL, 0)
if (regexec(&re1, fp, 0, NULL, 0) == 0) {
if (regexec(&re1, file, nelements, pmatch, 0) == 0) {
if (regexec(&re_array[i].d_rcomp, entry->er_file,
if ((rv = regexec(rep, str, SEPSIZE, prm, flags)) != REG_OK) {
if (regexec(&preg[cnpreg], name, 1, &pmatch, 0) == 0)
rv = regexec(&pp->re, ptr, nmatch, &rm, 0);
match_error = regexec(&match_exp, name, 1, &match_match, 0);
if (regexec(&preg, line, 0, NULL, 0) == 0) {
return regexec(match->re, str, 0, NULL, 0) == 0;
if (regexec(&f->reg, name, 1, &pmatch, 0) == 0 ||
regexec(&f->reg, iwp->iwlk_descr, 1, &pmatch, 0) == 0))
if (regexec(&f->reg, name, 1, &pmatch, 0) == 0 ||
regexec(&f->reg, idcp->idc_descr, 1, &pmatch, 0) == 0))
if (regexec(&pgp->pg_reg, p.p_user.u_comm, 1, &pmatch, 0) != 0)
if (!cansplice || regexec(®c, path, NMATCH, match, 0) != 0)
if (regexec(&psexp->ps_reg, s, 1, &pmatch, 0) != 0)
status = regexec(&re, s, (size_t)0, NULL, 0);
eval = regexec(defpreg, string,
reg_res = regexec(map_p->regex_pattern_buf,
return (regexec(&pattern->preg, str, 0, NULL, 0) == 0);
if (regexec(reg1, ans, 0, NULL, 0) == 0) {
if (regexec(reg2, ans, 0, NULL, 0) == 0) {
extern int regexec(const regex_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
!regexec(&match_exp, string, 1, &match_match, 0)) {
if (!regexec(&match_exp, cp, 1, &match_match, 0)) {
match = (regexec(&data->preg, name, 0, NULL, 0) == 0);
code = regexec(&rc->regexp, value, 0, NULL, 0);
regexec(®ex, dp->d_name, 0, NULL, 0) == 0) {
if (regexec(linkp->regp, vlp->rel_path, 0, NULL, 0) != 0)
regexec(®ex, name, 0, NULL, 0) == 0) {
if (regexec(value_regex, val_array[ai],
if (regexec(value_regex, val,
#define regwexec regexec
ret = regexec(&hdl->libzfs_urire, str, ARRAY_SIZE(pmatch), pmatch, 0);
regexec(&re, name, REGEX_ZFS_NAME_NGROUPS, matches, 0) != 0) {
if (regexec(&re, path, 2, matches, 0) == 0) {
if (regexec(&re, path, 2, matches, 0) == 0) {
ret = regexec((const regex_t *)®, string, N_MATCH, pmatch, 0);
if (regexec(&(types[i].re), string, (size_t)types[i].vals,
if (regexec(&job_re, line, (size_t)5, matches, 0) == REG_NOMATCH) {
if (regexec(&wjob_re, line, (size_t)10, matches, 0)
(regexec(&job_re, line, (size_t)0, NULL, 0) == REG_NOMATCH) &&
(regexec(&wjob_re, line, (size_t)0, NULL, 0) == REG_NOMATCH)) {
if ((regexec(&doc1_re, line, (size_t)4, matches, 0) != 0) &&
(regexec(&doc2_re, line, (size_t)4, matches, 0) != 0))
(regexec(&job_re, line, (size_t)0, NULL, 0) == REG_NOMATCH) &&
(regexec(&wjob_re, line, (size_t)0, NULL, 0) == REG_NOMATCH)) {
if ((regexec(&whjob_re, line, (size_t)0, NULL, 0)
(regexec(&wline_re, line, (size_t)0, NULL, 0)
if (regexec(&state_reason_re, status, (size_t)0, NULL, 0) == 0)
if (regexec(&proc_re, status, (size_t)0, NULL, 0) == 0)
else if (regexec(&idle_re, status, (size_t)0, NULL, 0) == 0)
eret = regexec(&preg, s, nmatch, match, eflags);
eret = regexec(&preg, s, nmatch, match, eflags);
extern int regexec (const regex_t *__restrict __preg,