Home
last modified time | relevance | path

Searched refs:MAGIC (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/file/
H A DMakefile28 MAGIC= magic macro
55 ROOTETCMAGIC= $(MAGIC:%=$(ROOTETC)/%)
63 all: $(PROG) $(XPG4) $(MAGIC)
/titanic_50/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c74 #define MAGIC 0xef /* magic # on accounting info */ macro
167 op->ov_magic = MAGIC; in malloc()
243 if (op->ov_magic != MAGIC) in free()
276 if (op->ov_magic == MAGIC) { in realloc()
/titanic_50/usr/src/lib/libcurses/screen/
H A Dobject.h119 #define MAGIC 0432 macro
/titanic_50/usr/src/head/
H A Dcpio.h60 #define MAGIC "070707" macro
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs885 MAGIC *mg; in get_tie()
933 MAGIC *mg; in apply_to_ties()
958 MAGIC *mg; in set_valid()
1008 MAGIC *mg; in prune_invalid()
1184 MAGIC *mg; in read_kstats()
1359 MAGIC *mg;
1481 MAGIC *mg;
1530 MAGIC *mg;
/titanic_50/usr/src/lib/libshell/common/tests/
H A Dtypes.sh364 MAGIC='stdinstall (at&t research) 2009-08-25'
370 typeset magic=$MAGIC
/titanic_50/usr/src/cmd/tic/
H A Dtic_read.c161 if (header.magic != MAGIC) {
H A Dtic_parse.c691 header.magic = swap(MAGIC);
698 header.magic = MAGIC;
/titanic_50/usr/src/lib/libunistat/common/sdbc/
H A Dsdbc.err39 MAGIC = Mismatched versions of scmadm and sdbc module.
/titanic_50/usr/src/lib/libsqlite/src/
H A Dbtree.c134 #define MAGIC 0xdae37528 macro
802 (pP1->iMagic!=MAGIC && swab32(pP1->iMagic)!=MAGIC) ){ in lockBtree()
806 pBt->needSwab = pP1->iMagic!=MAGIC; in lockBtree()
856 pP1->iMagic = MAGIC; in newDatabase()
859 pP1->iMagic = swab32(MAGIC); in newDatabase()
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dkernel.c.texi50 /* @r{Check if MAGIC is valid and print the Multiboot information structure
H A Dmultiboot.info1320 /* Check if MAGIC is valid and print the Multiboot information structure