Home
last modified time | relevance | path

Searched refs:MAGIC_VERBOSE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dmagic.h49 #define MAGIC_VERBOSE (1<<1) /* verbose magic file errors */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c370 else if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf) in indirect()
384 if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf) in regmessage()
1714 else if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf) in load()
1816 if ((mp->flags & MAGIC_VERBOSE) && !isalpha(*p) && mp->disc->errorf) in load()
1861 if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf) in load()
1907 if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf) in load()
2143 if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf) in load()
2214 if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf) in load()
2307 if (mp->flags & MAGIC_VERBOSE) in magicload()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE741 misc/magic.c: check MAGIC_VERBOSE for all load() messages