Searched defs:MAGIC (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dobject.h119 #define MAGIC 0432 macro
/illumos-gate/usr/src/cmd/file/
H A DMakefile28 MAGIC= magic macro
55 ROOTETCMAGIC= $(MAGIC:%=$(ROOTETC)/%)
63 all: $(PROG) $(XPG4) $(MAGIC)
/illumos-gate/usr/src/head/
H A Dcpio.h60 #define MAGIC "070707" macro
/illumos-gate/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c48 * be zero. When in use, the first byte is set to MAGIC, and the second
74 #define MAGIC 0xef /* magic # on accounting info */ macro
167 op->ov_magic = MAGIC;
243 if (op->ov_magic != MAGIC)
276 if (op->ov_magic == MAGIC) {
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c134 #define MAGIC 0xdae37528 macro
802 (pP1->iMagic!=MAGIC && swab32(pP1->iMagic)!=MAGIC) ){
806 pBt->needSwab = pP1->iMagic!=MAGIC;
856 pP1->iMagic = MAGIC;
859 pP1->iMagic = swab32(MAGIC);

Completed in 72 milliseconds