Home
last modified time | relevance | path

Searched refs:regex_max (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/file/dist/src/
Dmagic.c641 ms->regex_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()
680 *CAST(size_t *, val) = ms->regex_max; in magic_getparam()
Dfile.h492 uint16_t regex_max; member
Dsoftmagic.c1372 if (bytecnt > ms->regex_max) in mcopy()
1373 bytecnt = ms->regex_max; in mcopy()
Dapprentice.c589 ms->regex_max = FILE_REGEX_MAX; in file_ms_alloc()