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

12

/freebsd-13-stable/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.in280 MAGIC = $(pkgdatadir)/magic
667 -e s@__MAGIC__@${MAGIC}@g $(srcdir)/file.man > $@
674 -e s@__MAGIC__@${MAGIC}@g $(srcdir)/magic.man > $@
681 -e s@__MAGIC__@${MAGIC}@g $(srcdir)/libmagic.man > $@
/freebsd-13-stable/include/
H A Dcpio.h55 #define MAGIC "070707" macro
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_open_failure.c28 #define MAGIC 123456789 macro
47 assertEqualInt(MAGIC, private->magic);
59 assertEqualInt(MAGIC, private->magic);
69 assertEqualInt(MAGIC, private->magic);
79 assertEqualInt(MAGIC, private->magic);
91 private.magic = MAGIC;
106 private.magic = MAGIC;
121 private.magic = MAGIC;
136 private.magic = MAGIC;
155 private.magic = MAGIC;
[all...]
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld_malloc.c69 * be zero. When in use, the first byte is set to MAGIC, and the second
89 #define MAGIC 0xef /* magic # on accounting info */ macro
146 op->ov_magic = MAGIC;
212 if (op->ov_magic != MAGIC)
230 if (op->ov_magic != MAGIC)
/freebsd-13-stable/bin/pax/
H A Dcpio.h74 #define MAGIC 070707 /* transportable archive id */ macro
77 #define AMAGIC "070707" /* ascii equivalent string of MAGIC */
H A Dcpio.c447 if (ul_asc((u_long)MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) ||
865 if (((u_short)SHRT_EXT(blk)) == MAGIC)
867 if (((u_short)RSHRT_EXT(blk)) == MAGIC) {
1071 hd->h_magic[0] = CHR_WR_2(MAGIC);
1072 hd->h_magic[1] = CHR_WR_3(MAGIC);
/freebsd-13-stable/contrib/file/src/
H A Dmagic.c187 return MAGIC;
190 return MAGIC;
194 return MAGIC;
200 return MAGIC;
206 if (asprintf(&default_magic, "%s:%s", hmagicpath, MAGIC) < 0)
213 return MAGIC;
241 /* Avoid MAGIC constant - it likely points to a file within MSys tree */
253 magicfile = getenv("MAGIC");
257 return action == FILE_LOAD ? get_default_magic() : MAGIC;
H A DMakefile.am0 MAGIC = $(pkgdatadir)/magic
7 AM_CPPFLAGS = -DMAGIC='"$(MAGIC)"'
H A Dfile.h94 #ifndef MAGIC
95 #define MAGIC "/etc/magic" macro
/freebsd-13-stable/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-13-stable/contrib/file/tests/
H A DMakefile.am78 MAGIC=$(top_builddir)/magic/magic ./test
87 TZ=UTC MAGIC=$$m ./test $$i $${i%%.testfile}.result; \
H A DMakefile.in684 MAGIC=$(top_builddir)/magic/magic ./test
693 TZ=UTC MAGIC=$$m ./test $$i $${i%%.testfile}.result; \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTF.h54 enum : uint32_t { MAGIC = 0xeB9F, VERSION = 1 };
/freebsd-13-stable/stand/i386/mbr/
H A Dmbr.S23 .set MAGIC,0xaa55 # Magic: bootable
124 cmpw $MAGIC,0x1fe(%bx) # Bootable?
157 .word MAGIC # Magic number
/freebsd-13-stable/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-13-stable/contrib/file/magic/
H A DMakefile.am328 MAGIC = magic.mgc
329 CLEANFILES = ${MAGIC} $(MAGIC_FRAGMENT_DIR)/Localstuff
341 ${MAGIC}: $(EXTRA_DIST) $(FILE_COMPILE_DEP)
345 echo "Using ${FILE_COMPILE} to generate ${MAGIC}" > /dev/null; \
H A DMakefile.in601 MAGIC = magic.mgc
602 CLEANFILES = ${MAGIC} $(MAGIC_FRAGMENT_DIR)/Localstuff
830 ${MAGIC}: $(EXTRA_DIST) $(FILE_COMPILE_DEP)
834 echo "Using ${FILE_COMPILE} to generate ${MAGIC}" > /dev/null; \
/freebsd-13-stable/usr.sbin/fmtree/
H A Dspec.c143 #define MAGIC "?*[" macro
144 if (strpbrk(p, MAGIC))
/freebsd-13-stable/lib/libc/db/hash/
H A Dhash.h290 #define MAGIC hdr.magic macro
/freebsd-13-stable/contrib/less/
H A Dregexp.c171 #define MAGIC 0234 macro
227 regc(MAGIC);
244 regc(MAGIC);
740 if (UCHARAT(prog->program) != MAGIC) {
/freebsd-13-stable/stand/i386/boot0/
H A Dboot0.S129 * MAGIC is the signature of a boot block.
139 .set MAGIC,0xaa55 # Magic: bootable
490 cmpw $MAGIC,0x1fe(%bx) # Bootable?
680 .word MAGIC # Magic number
/freebsd-13-stable/contrib/mtree/
H A Dspec.c212 #define MAGIC "?*[" macro
213 if (strpbrk(p, MAGIC))
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c771 LITTLE_ENDIAN(buf, MAGIC);
774 LITTLE_ENDIAN(buf, MAGIC);
/freebsd-13-stable/stand/i386/pmbr/
H A Dpmbr.S39 .set MAGIC,0xaa55 # Magic: bootable
252 .word MAGIC # Magic number

Completed in 185 milliseconds

12