Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/file/dist/tests/
Dtest.c110 flags |= MAGIC_CONTINUE; in main()
/netbsd/src/external/bsd/file/dist/src/
Dascmagic.c226 if ((ms->flags & MAGIC_CONTINUE) == 0) { in file_ascmagic_with_encoding()
Dmagic.h.in38 #define MAGIC_CONTINUE 0x0000020 /* Return all matches */ macro
Dfile.c300 flags |= MAGIC_CONTINUE; in main()
Dfuncs.c291 if ((ms->flags & MAGIC_CONTINUE) == 0) in checkdone()
Dsoftmagic.c152 if ((ms->flags & MAGIC_CONTINUE) == 0) in file_softmagic()
482 if ((ms->flags & MAGIC_CONTINUE) == 0) in match()
/netbsd/src/external/bsd/file/dist/python/
Dmagic.py33 MAGIC_CONTINUE = CONTINUE = 32 variable
/netbsd/src/external/bsd/file/dist/
DChangeLog72 * PR/373: Obey MAGIC_CONTINUE with multiple magic files (vismarli)
615 * handle MAGIC_CONTINUE everywhere, not just in softmagic