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

/ast/src/cmd/nmake/
H A Dobject.c130 #define MAGICSIZE (sizeof(MAGIC)-1) macro
978 sfwrite(sp, MAGIC, MAGICSIZE);
991 sfwrite(sp, MAGIC, MAGICSIZE);
1254 if (n >= MAGICSIZE && !memcmp(s, MAGIC, MAGICSIZE) || n >= sizeof(old) && ((old = OLD_MAGIC, swapop(s, &old, sizeof(old)) >= 0) || (old = OLD_OLD_MAGIC, swapop(s, &old, sizeof(old)) >= 0)))
1263 if (!old && !sfseek(sp, (Sfoff_t)0, SEEK_SET) && sfseek(sp, (Sfoff_t)MAGICSIZE, SEEK_SET) == MAGICSIZE)
1529 if (!(s = sfreserve(sp, MAGICSIZE, 0)))
1532 if (memcmp(s, MAGIC, MAGICSIZE) || !(s = getstring(sp)) || streq(s, OLD_VERSION))
1597 if (!(s = sfreserve(sp, MAGICSIZE,
[all...]

Completed in 13 milliseconds