Searched refs:MC_MAGIC_SIZE (Results 1 – 6 of 6) sorted by relevance
223 char buf[MC_MAGIC_SIZE]; in mcopen()232 if (sfread(ip, buf, MC_MAGIC_SIZE) != MC_MAGIC_SIZE) in mcopen()237 if (memcmp(buf, MC_MAGIC, MC_MAGIC_SIZE)) in mcopen()527 if (sfwrite(op, MC_MAGIC, MC_MAGIC_SIZE) != MC_MAGIC_SIZE) in mcdump()
55 #define MC_MAGIC_SIZE 4 macro
64 #define MC_MAGIC_SIZE 4 macro