Home
last modified time | relevance | path

Searched refs:MAGIC_CONTINUE (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/file/tests/
H A Dtest.c108 flags |= MAGIC_CONTINUE; in main()
/freebsd/contrib/file/src/
H A Dascmagic.c220 if ((ms->flags & MAGIC_CONTINUE) == 0) { in file_ascmagic_with_encoding()
H A Dmagic.h.in38 #define MAGIC_CONTINUE 0x0000020 /* Return all matches */ macro
H A Dfile.c296 flags |= MAGIC_CONTINUE; in main()
H A Dfuncs.c285 if ((ms->flags & MAGIC_CONTINUE) == 0) in checkdone()
H A Dsoftmagic.c146 if ((ms->flags & MAGIC_CONTINUE) == 0) in file_softmagic()
476 if ((ms->flags & MAGIC_CONTINUE) == 0) in match()
/freebsd/contrib/file/python/
H A Dmagic.py33 MAGIC_CONTINUE = CONTINUE = 32 variable
/freebsd/contrib/file/
H A DChangeLog104 * PR/373: Obey MAGIC_CONTINUE with multiple magic files (vismarli)
647 * handle MAGIC_CONTINUE everywhere, not just in softmagic