Searched refs:MAGIC (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-current/contrib/file/doc/
H A DMakefile.am0 MAGIC = $(pkgdatadir)/magic
18 -e s@__MAGIC__@${MAGIC}@g $(srcdir)/file.man > $@
25 -e s@__MAGIC__@${MAGIC}@g $(srcdir)/magic.man > $@
32 -e s@__MAGIC__@${MAGIC}@g $(srcdir)/libmagic.man > $@
H A DMakefile.in284 MAGIC = $(pkgdatadir)/magic
670 -e s@__MAGIC__@${MAGIC}@g $(srcdir)/file.man > $@
677 -e s@__MAGIC__@${MAGIC}@g $(srcdir)/magic.man > $@
684 -e s@__MAGIC__@${MAGIC}@g $(srcdir)/libmagic.man > $@
/freebsd-current/include/
H A Dcpio.h53 #define MAGIC "070707" macro
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_open_failure.c27 #define MAGIC 123456789 macro
46 assertEqualInt(MAGIC, private->magic);
58 assertEqualInt(MAGIC, private->magic);
68 assertEqualInt(MAGIC, private->magic);
78 assertEqualInt(MAGIC, private->magic);
90 private.magic = MAGIC;
105 private.magic = MAGIC;
120 private.magic = MAGIC;
135 private.magic = MAGIC;
154 private.magic = MAGIC;
[all...]
/freebsd-current/usr.bin/file/tests/
H A Dfile_test.sh53 atf_check -o save:actual_output -e ignore env TZ=Z MAGIC="${magic_files}" \
/freebsd-current/bin/pax/
H A Dcpio.h71 #define MAGIC 070707 /* transportable archive id */ macro
74 #define AMAGIC "070707" /* ascii equivalent string of MAGIC */
H A Dcpio.c419 if (ul_asc((u_long)MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) ||
823 if (((u_short)SHRT_EXT(blk)) == MAGIC)
825 if (((u_short)RSHRT_EXT(blk)) == MAGIC) {
1029 hd->h_magic[0] = CHR_WR_2(MAGIC);
1030 hd->h_magic[1] = CHR_WR_3(MAGIC);
/freebsd-current/libexec/rtld-elf/
H A Drtld_malloc.c68 * be zero. When in use, the first byte is set to MAGIC, and the second
84 #define MAGIC 0xef /* magic # on accounting info */ macro
149 op->ov_magic = MAGIC;
243 if (op->ov_magic != MAGIC)
261 if (op->ov_magic != MAGIC)
/freebsd-current/contrib/file/src/
H A Dmagic.c189 return MAGIC;
192 return MAGIC;
196 return MAGIC;
202 return MAGIC;
208 if (asprintf(&default_magic, "%s:%s", hmagicpath, MAGIC) < 0)
215 return MAGIC;
247 /* Avoid MAGIC constant - it likely points to a file within MSys tree */
259 magicfile = getenv("MAGIC");
263 return action == FILE_LOAD ? get_default_magic() : MAGIC;
H A DMakefile.am0 MAGIC = $(pkgdatadir)/magic
7 AM_CPPFLAGS = -DMAGIC='"$(MAGIC)"'
H A Dfile.h98 #ifndef MAGIC
99 #define MAGIC "/etc/magic" macro
/freebsd-current/contrib/ncurses/include/
H A Dtic.h85 #define MAGIC 0432 /* first two bytes of a compiled entry */ macro
95 #define IS_TIC_MAGIC(p) (LOW_MSB(p) == MAGIC || LOW_MSB(p) == MAGIC2)
/freebsd-current/stand/i386/mbr/
H A Dmbr.S21 .set MAGIC,0xaa55 # Magic: bootable
122 cmpw $MAGIC,0x1fe(%bx) # Bootable?
155 .word MAGIC # Magic number
/freebsd-current/contrib/tcsh/
H A Dtc.alloc.c99 * be zero. When in use, the first byte is set to MAGIC, and the second
125 #define MAGIC 0xfd /* magic # on accounting info */ macro
227 p->ov_magic = MAGIC;
325 CHECK(op->ov_magic != MAGIC,
398 if (op->ov_magic == MAGIC) {
468 if (op->ov_magic == MAGIC)
/freebsd-current/tools/test/stress2/misc/
H A Dsyscall4.sh151 #define MAGIC 1664
297 if (magic1 != MAGIC || magic2 != MAGIC)
313 magic1 = magic2 = MAGIC;
/freebsd-current/contrib/file/magic/
H A DMakefile.am359 MAGIC = magic.mgc
360 CLEANFILES = ${MAGIC} $(MAGIC_FRAGMENT_DIR)/Localstuff
372 ${MAGIC}: $(MAGIC_FRAGMENTS) $(FILE_COMPILE_DEP)
376 echo "Using ${FILE_COMPILE} to generate ${MAGIC}" > /dev/null; \
H A DMakefile.in635 MAGIC = magic.mgc
636 CLEANFILES = ${MAGIC} $(MAGIC_FRAGMENT_DIR)/Localstuff
863 ${MAGIC}: $(MAGIC_FRAGMENTS) $(FILE_COMPILE_DEP)
867 echo "Using ${FILE_COMPILE} to generate ${MAGIC}" > /dev/null; \
/freebsd-current/contrib/less/
H A Dregexp.c171 #define MAGIC 0234 macro
227 regc(MAGIC);
244 regc(MAGIC);
740 if (UCHARAT(prog->program) != MAGIC) {
/freebsd-current/contrib/file/tests/
H A DMakefile.am186 echo TZ=UTC MAGIC=$$m ./test $$f $$i $${t}.result; \
187 TZ=UTC MAGIC=$$m ./test $$f $$i $${t}.result; \
/freebsd-current/lib/libc/db/hash/
H A Dhash.h287 #define MAGIC hdr.magic macro
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h57 enum : uint32_t { MAGIC = 0xeB9F, VERSION = 1 };
/freebsd-current/stand/i386/boot0/
H A Dboot0.S120 * MAGIC is the signature of a boot block.
130 .set MAGIC,0xaa55 # Magic: bootable
481 cmpw $MAGIC,0x1fe(%bx) # Bootable?
671 .word MAGIC # Magic number
/freebsd-current/contrib/mtree/
H A Dspec.c212 #define MAGIC "?*[" macro
213 if (strpbrk(p, MAGIC))
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c771 LITTLE_ENDIAN(buf, MAGIC);
774 LITTLE_ENDIAN(buf, MAGIC);
/freebsd-current/stand/i386/pmbr/
H A Dpmbr.S38 .set MAGIC,0xaa55 # Magic: bootable
258 .word MAGIC # Magic number

Completed in 372 milliseconds

12