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

/ast/src/lib/libast/include/
H A Dmagic.h49 #define MAGIC_VERBOSE (1<<1) /* verbose magic file errors */ macro
/ast/src/cmd/std/
H A Dfile.c223 disc.flags |= MAGIC_LIST|MAGIC_VERBOSE;
248 disc.flags |= MAGIC_VERBOSE;
/ast/src/lib/libast/misc/
H A Dmagic.c370 else if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf)
384 if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf)
1711 else if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf)
1813 if ((mp->flags & MAGIC_VERBOSE) && !isalpha(*p) && mp->disc->errorf)
1858 if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf)
1904 if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf)
2140 if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf)
2211 if ((mp->flags & MAGIC_VERBOSE) && mp->disc->errorf)
2304 if (mp->flags & MAGIC_VERBOSE)

Completed in 25 milliseconds