Symbol: MAGIC
bin/ksh/edit.c
980
*xp++ = MAGIC;
bin/ksh/eval.c
1185
if ((s = strchr(sp, MAGIC))) {
bin/ksh/eval.c
1237
*dp++ = MAGIC;
bin/ksh/eval.c
1320
for (p = exp_start; (p = strchr(p, MAGIC)) && p[1] != OBRACE; p += 2)
bin/ksh/eval.c
341
*dp++ = MAGIC;
bin/ksh/eval.c
393
*dp++ = MAGIC; *dp++ = ')'; *dp = '\0';
bin/ksh/eval.c
616
*dp++ = MAGIC;
bin/ksh/eval.c
623
*dp++ = MAGIC;
bin/ksh/eval.c
634
*dp++ = MAGIC;
bin/ksh/eval.c
682
*dp++ = MAGIC;
bin/ksh/eval.c
685
*dp++ = MAGIC;
bin/ksh/sh.h
175
#define ISMAGIC(c) ((unsigned char)(c) == MAGIC)
bin/pax/cpio.c
1048
hd->h_magic[0] = CHR_WR_2(MAGIC);
bin/pax/cpio.c
1049
hd->h_magic[1] = CHR_WR_3(MAGIC);
bin/pax/cpio.c
435
if (u32_asc((uintmax_t)MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) ||
bin/pax/cpio.c
842
if (((u_short)SHRT_EXT(blk)) == MAGIC)
bin/pax/cpio.c
844
if (((u_short)RSHRT_EXT(blk)) == MAGIC) {
lib/libbsdmalloc/malloc.c
247
op->ov_magic = MAGIC;
lib/libbsdmalloc/malloc.c
323
ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */
lib/libbsdmalloc/malloc.c
325
if (op->ov_magic != MAGIC)
lib/libbsdmalloc/malloc.c
373
if (op->ov_magic == MAGIC) {
lib/libc/db/hash/hash.c
155
if (hashp->MAGIC != HASHMAGIC)
lib/libc/db/hash/hash.c
486
hashp->MAGIC = HASHMAGIC;
lib/libcompat/regexp/regexp.c
230
regc(MAGIC);
lib/libcompat/regexp/regexp.c
248
regc(MAGIC);
lib/libcompat/regexp/regexp.c
808
if (UCHARAT(prog->program) != MAGIC) {
lib/libcompat/regexp/regsub.c
57
if (UCHARAT(prog->program) != MAGIC) {
libexec/ld.elf_so/xmalloc.c
218
op->ov_magic = MAGIC;
libexec/ld.elf_so/xmalloc.c
296
ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */
libexec/ld.elf_so/xmalloc.c
297
if (op->ov_magic != MAGIC)
libexec/ld.elf_so/xmalloc.c
319
if (op->ov_magic != MAGIC) {
sys/arch/mips/ralink/ralink_gpio.c
978
if (r == MAGIC)
usr.sbin/mtree/spec.c
213
if (strpbrk(p, MAGIC))