Searched refs:file_regexec (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/file/src/ |
H A D | funcs.c | 645 while (file_regexec(ms, &rx, ms->o.buf, 1, &rm, 0) == 0) { in file_replace() 691 file_regexec(struct magic_set *ms file_locale_used, file_regex_t *rx, in file_regexec() function
|
H A D | file.h | 600 protected int file_regexec(struct magic_set *, file_regex_t *, const char *,
|
H A D | softmagic.c | 496 rc = file_regexec(ms, &rx, fmt, 0, 0, 0); in check_fmt() 2282 rc = file_regexec(ms, rx, RCAST(const char *, search), in magiccheck()
|