Lines Matching refs:MAGIC
299 + fn = getenv("MAGIC");
1565 #ifndef MAGIC
1566 #define MAGIC "/etc/magic"
2550 - return MAGIC;
2553 - return MAGIC;
2557 - return MAGIC;
2563 - return MAGIC;
2569 - if (asprintf(&default_magic, "%s:%s", hmagicpath, MAGIC) < 0)
2576 - return MAGIC;
2604 - /* Avoid MAGIC constant - it likely points to a file within MSys tree */
2616 - magicfile = getenv("MAGIC");
2620 - return action == FILE_LOAD ? get_default_magic() : MAGIC;