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