Searched refs:MC_MAGIC_SIZE (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/include/
H A Dmc.h55 #define MC_MAGIC_SIZE 4 macro
/ast/src/lib/libast/port/
H A Dmc.c221 char buf[MC_MAGIC_SIZE];
230 if (sfread(ip, buf, MC_MAGIC_SIZE) != MC_MAGIC_SIZE)
235 if (memcmp(buf, MC_MAGIC, MC_MAGIC_SIZE))
525 if (sfwrite(op, MC_MAGIC, MC_MAGIC_SIZE) != MC_MAGIC_SIZE)

Completed in 10 milliseconds