regcomp
if ((n = regcomp(expr, exps, ere)) != 0) {
if ((rc = regcomp(&rp, re, REG_BASIC)) != 0) {
if ((res = regcomp(&(rep->rcmp), str+1, 0)) != 0) {
code = regcomp(&rx->regex, pattern, flags);
int regcomp(regex_t * __restrict, const char * __restrict, int);
regexp *regcomp(const char *) __RENAME(__compat_regcomp);
__weak_alias(regcomp,_regcomp)
re_regexp = regcomp(s);
if (regcomp(&re, ct_encode_string(pat, &conv), 0) == 0) {
if ((re = regcomp(ct_encode_string(pat, &conv))) != NULL) {
if ((regcomp(&new->compiled, expression,
if (regcomp(&args.preg, regexp, REG_EXTENDED) != 0)
if (regcomp(&preg, regexp, REG_EXTENDED) != 0)
errcode = regcomp(&p->p_re, p->p_key, REG_EXTENDED|REG_NOSUB);
j = regcomp(&re[i], p[i].ps_re, REG_EXTENDED);
if (regcomp(&r, "^([a-z0-9]+) at ([a-z0-9]+)(.*)", REG_EXTENDED) != 0) {
retval = regcomp(&marg->arg_regex, regex_pattern, REG_EXTENDED);
if (regcomp(&data_re, "^(" H "{8,9})"
if (regcomp(&end_re, "^(" H "{8,9})$", REG_EXTENDED) != 0)
err = regcomp(&re, argv[optind++], copts);
err = regcomp(&re, f0copy, opts);
e = regcomp(&re, patterns[i], tests[i].type);
int c = regcomp(&re, pattern, flags | iflags);
if ((e = regcomp(&re, "[\xe0-\xf1][\xa0-\xd1].*", REG_EXTENDED)) != 0) {
if ((e = regcomp(&re, ": j:[]j:[]j:[\xd9j:[]", REG_EXTENDED)) != 0) {
if ((status = regcomp(&preg, expect, REG_BASIC)) != 0) {
if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)
error = regcomp(comp, pattern, REG_NEWLINE | REG_EXTENDED);
rv = regcomp(®, lineregexp, REG_NOSUB|regcomp_flags|
c = regcomp(&r_pattern[i], pattern[i], cflags);
error = regcomp(&re, source, mode);
error = regcomp(&re, source, REG_EXTENDED);
if ((e = regcomp(&preg, str, cflags)) != 0) {
error = regcomp(&args.re, re.str, REG_EXTENDED);
if ((error = regcomp(&numbering_properties[section].expr,
if ((rv = regcomp(®, *argv, cflags)) != 0) {
if ((err = regcomp(&s, nl->n_name, 0)) != 0) {
if ((eval = regcomp(rep, re, flags)) != 0)
regcomp(&cre, nl_langinfo(YESEXPR), REG_BASIC) != 0) {
if ((sc = regcomp(&r, line, REG_EXTENDED|REG_NEWLINE)) != 0) {
(void)regcomp(&r, pwtp->regex, REG_EXTENDED);