regexec
if ((!regexec(pat, s, 0, NULL, 0)) == isgcmd &&
if (!regexec(pat, s, 0, NULL, 0))
if (!regexec(pat, txt, SE_MAX, rm, 0)) {
&& !regexec(pat, txt, SE_MAX, rm, REG_NOTBOL));
if (regexec(&rp, str, 2, rm, 0) == 0 && rm[0].rm_so == 0) {
if (regexec(&(pt->rcmp), inpt, MAXSUBEXP, pm, 0) != 0)
return regexec(&rx->regex, string, 0, NULL, 0) == 0;
int regexec(const regex_t * __restrict,
int regexec(const regexp *, const char *) __RENAME(__compat_regexec);
__weak_alias(regexec,_regexec)
rc = regexec(re_regexp, s);
rv = regexec(&re, ct_encode_string(str, &conv), (size_t)0, NULL,
rv = regexec(re, ct_encode_string(str, &conv));
(regexec(&((regex_args *) (void *) field->args)->compiled,
rv = !regexec(&args->preg, args->name, 0, NULL, 0);
if (regexec(&preg, v->name, 0, NULL, 0) == 0) { /* matched */
if (regexec(&p->p_re, key, 0, NULL, 0) == 0)
j = regexec(&re[i], s, 1, &match, 0);
if (regexec(&r, buf, 10, matchv, 0) == 0) {
if (regexec(&data_re, line, 18, m, 0) == 0) {
} else if (regexec(&end_re, line, 2, m, 0) == 0) {
err = regexec(&re, argv[optind], (size_t)NS, subs, eopts);
err = regexec(&re, f2copy, NSUBS, subs, options('e', f1));
(void)regexec(&re, "aaaaaaaaaaa", 0, NULL, 0);
int e = regexec(&re, input, nm, pm, 0);
if ((status = regexec(&preg, buf, 0, NULL, 0)) != 0) {
if (!first && regexec(&cre, p, 0, NULL, 0) == 0)
int ret = regexec(&most_recent_re, buf, 0, NULL, 0);
ret = regexec(&ignore_re, line, 0, NULL, 0);
return (regexec(&plan->regexp_data, entry->fts_path, 0, NULL, 0) == 0);
r = regexec(&r_pattern[i], l->dat, 1,
while ((error = regexec(re, string, re->re_nsub+1, pm, flags)) == 0) {
switch(error = regexec(re, string, re->re_nsub+1, pm, 0)) {
switch(error = regexec(re, string, re->re_nsub+1, pm, 0)) {
switch ((rval = regexec(preg, line, 0, pmp, eflags))) {
xrv = regexec(&args->re, wp, args->nsub, m, flags);
(regexec(&numbering_properties[section].expr,
rv = regexec(®, buf, 1, ®match, 0);
if (regexec(&s, file, 0, NULL, 0) == 0) {
eval = regexec(defpreg, buf,
eval = regexec(defpreg, string,
match = regexec(&cre, response, 0, NULL, 0);
if (regexec(&r, buf, 10, matchv, 0) == 0) {
if (regexec(&r, newpasswd, 10, matchv, 0) == 0) {