Searched refs:file_regexec (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/file/src/ |
| HD | funcs.c | 438 while (file_regexec(&rx, ms->o.buf, 1, &rm, 0) == 0) { in file_replace() 467 file_regexec(file_regex_t *rx, const char *str, size_t nmatch, in file_regexec() function
|
| HD | file.h | 509 protected int file_regexec(file_regex_t *, const char *, size_t, regmatch_t *,
|
| HD | softmagic.c | 381 rc = file_regexec(&rx, m->desc, 0, 0, 0); in check_fmt() 2014 rc = file_regexec(&rx, (const char *)search, in magiccheck()
|