Searched refs:MAGIC_CONTINUE (Results 1 – 8 of 8) sorted by relevance
110 flags |= MAGIC_CONTINUE; in main()
226 if ((ms->flags & MAGIC_CONTINUE) == 0) { in file_ascmagic_with_encoding()
38 #define MAGIC_CONTINUE 0x0000020 /* Return all matches */ macro
300 flags |= MAGIC_CONTINUE; in main()
291 if ((ms->flags & MAGIC_CONTINUE) == 0) in checkdone()
152 if ((ms->flags & MAGIC_CONTINUE) == 0) in file_softmagic()482 if ((ms->flags & MAGIC_CONTINUE) == 0) in match()
33 MAGIC_CONTINUE = CONTINUE = 32 variable
72 * PR/373: Obey MAGIC_CONTINUE with multiple magic files (vismarli)615 * handle MAGIC_CONTINUE everywhere, not just in softmagic