process.c | 83 static __inline int regexec_e(regex_t *, const char *, int, int, size_t); 291 ((a)->type == AT_RE ? regexec_e((a)->u.r, ps, 0, 1, psl) : \ 402 if (!regexec_e(re, s, 0, 0, psl)) 435 } while (slen >= 0 && regexec_e(re, s, REG_NOTBOL, 0, (size_t)slen)); 448 if (!regexec_e(re, s, REG_NOTBOL, 0, (size_t)slen)) 677 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, function in typeref:typename:int
|