Searched refs:MAGIC_CONTINUE (Results 1 – 8 of 8) sorted by relevance
108 flags |= MAGIC_CONTINUE; in main()
220 if ((ms->flags & MAGIC_CONTINUE) == 0) { in file_ascmagic_with_encoding()
38 #define MAGIC_CONTINUE 0x0000020 /* Return all matches */ macro
296 flags |= MAGIC_CONTINUE; in main()
285 if ((ms->flags & MAGIC_CONTINUE) == 0) in checkdone()
146 if ((ms->flags & MAGIC_CONTINUE) == 0) in file_softmagic()476 if ((ms->flags & MAGIC_CONTINUE) == 0) in match()
33 MAGIC_CONTINUE = CONTINUE = 32 variable
104 * PR/373: Obey MAGIC_CONTINUE with multiple magic files (vismarli)647 * handle MAGIC_CONTINUE everywhere, not just in softmagic