Lines Matching refs:regex_t
160 } *regex_t;
164 static BOOL patmatch(regex_t *re, const ntfschar *f, int flen,
167 regex_t pre;
227 static int regcomp(regex_t *re, const char *pattern, int flags)
229 regex_t pre;
236 pre = (regex_t)malloc(sizeof(struct REGEX)
258 static int regexec(regex_t *re, const ntfschar *uname, int len,
267 static void regfree(regex_t *re)
1749 static int name_match(regex_t *re, struct ufile *file)
2230 regex_t re;