HomeSort by: relevance | last modified time | path
    Searched refs:MAGIC (Results 1 - 25 of 25) sorted by relevancy

  /src/lib/libcompat/regexp/
regmagic.h 4 * The first byte of the regexp internal "program" is actually this magic
7 #define MAGIC 0234
regsub.c 57 if (UCHARAT(prog->program) != MAGIC) {
regexp.c 230 regc(MAGIC);
248 regc(MAGIC);
581 * If it's \ then we frozzle. If it's other magic char
610 /* FIXME, $ and ^ should not always be magic */
611 magic:
617 goto magic; /* use it */
808 if (UCHARAT(prog->program) != MAGIC) {
  /src/external/bsd/jemalloc/dist/test/unit/
zero.c 7 #define MAGIC ((uint8_t)0x61)
16 expect_u_eq(s[0], MAGIC,
19 expect_u_eq(s[sz_prev-1], MAGIC,
28 s[i] = MAGIC;
39 #undef MAGIC
  /src/external/bsd/jemalloc.old/dist/test/unit/
zero.c 7 #define MAGIC ((uint8_t)0x61)
16 assert_u_eq(s[0], MAGIC,
19 assert_u_eq(s[sz_prev-1], MAGIC,
28 s[i] = MAGIC;
39 #undef MAGIC
  /src/include/
cpio.h 56 #define MAGIC "070707"
  /src/external/bsd/libarchive/dist/libarchive/test/
test_open_failure.c 27 #define MAGIC 123456789
29 int magic; member in struct:my_data
46 assertEqualInt(MAGIC, private->magic);
58 assertEqualInt(MAGIC, private->magic);
68 assertEqualInt(MAGIC, private->magic);
78 assertEqualInt(MAGIC, private->magic);
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
minimal.c 190 #define MAGIC 0x20DE8101
195 static int magic = 0; local
198 if (magic == MAGIC)
201 magic = MAGIC;
  /src/bin/pax/
cpio.h 60 char c_magic[6]; /* magic cookie */
73 #define MAGIC 070707 /* transportable archive id */
76 #define AMAGIC "070707" /* ascii equivalent string of MAGIC */
126 char c_magic[6]; /* magic cookie */
cpio.c 435 if (u32_asc((uintmax_t)MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) ||
501 * WITHOUT crc. WATCH it the magic cookies are in OCTAL, the header
519 * WITH crc. WATCH it the magic cookies are in OCTAL the header uses HEX
698 * add the proper magic value depending whether we were asked for
840 * check both normal and byte swapped magic cookies
842 if (((u_short)SHRT_EXT(blk)) == MAGIC)
844 if (((u_short)RSHRT_EXT(blk)) == MAGIC) {
1048 hd->h_magic[0] = CHR_WR_2(MAGIC);
1049 hd->h_magic[1] = CHR_WR_3(MAGIC);
  /src/lib/libbsdmalloc/
malloc.c 74 * be zero. When in use, the first byte is set to MAGIC, and the second
84 u_char ovu_magic; /* magic number */
87 u_short ovu_rmagic; /* range magic number */
97 #define MAGIC 0xef /* magic # on accounting info */
99 #define RMAGIC 0x5555 /* magic # on range info */
247 op->ov_magic = MAGIC;
256 * bound space with magic numbers.
323 ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */
325 if (op->ov_magic != MAGIC)
    [all...]
  /src/libexec/ld.elf_so/
xmalloc.c 105 * be zero. When in use, the first byte is set to MAGIC, and the second
112 uint8_t ovu_magic; /* magic number */
122 #define MAGIC 0xef /* magic # on accounting info */
123 #define AMAGIC 0xdf /* magic # for aligned alloc */
218 op->ov_magic = MAGIC;
296 ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */
297 if (op->ov_magic != MAGIC)
319 if (op->ov_magic != MAGIC) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTF.h 54 enum : uint32_t { MAGIC = 0xeB9F, VERSION = 1 };
76 uint16_t Magic; ///< Magic value
204 uint16_t Magic;
BTFDebug.cpp 774 OS.AddComment("0x" + Twine::utohexstr(BTF::MAGIC));
775 OS.emitIntValue(BTF::MAGIC, 2);
  /src/external/bsd/file/dist/src/
magic.c 1 /* $NetBSD: magic.c,v 1.18 2023/08/18 19:00:11 christos Exp $ */
39 FILE_RCSID("@(#)$File: magic.c,v 1.121 2023/02/09 17:45:19 christos Exp $")
41 __RCSID("$NetBSD: magic.c,v 1.18 2023/08/18 19:00:11 christos Exp $");
45 #include "magic.h"
131 "%s/share/misc/magic.mgc",
132 "%s/magic.mgc",
155 "%s/../share/misc/magic.mgc", dllpath);
183 static const char hmagic[] = "/.magic/magic.mgc";
195 return MAGIC;
    [all...]
file.h 100 #ifndef MAGIC
101 #define MAGIC "/etc/magic"
211 struct magic { struct
352 int32_t offset; /* offset to magic number */
356 uint32_t lineno; /* line number in magic file */
422 /* list of magic entries */
424 struct magic *magic; /* array of magic entries * member in struct:mlist
    [all...]
  /src/external/bsd/file/dist/magic/
Makefile.am 5 MAGIC_DIR = $(top_srcdir)/magic
8 pkgdata_DATA = magic.mgc
176 $(MAGIC_FRAGMENT_DIR)/magic \
359 MAGIC = magic.mgc
360 CLEANFILES = ${MAGIC} $(MAGIC_FRAGMENT_DIR)/Localstuff
363 # the target's magic file; for now we bail if the local version does not match
372 ${MAGIC}: $(MAGIC_FRAGMENTS) $(FILE_COMPILE_DEP)
373 @rm -fr magic
374 @mkdir magic && cp -p $(MAGIC_FRAGMENTS) magi
    [all...]
  /src/bin/ksh/
eval.c 341 *dp++ = MAGIC;
393 *dp++ = MAGIC; *dp++ = ')'; *dp = '\0';
609 * to have magic !,-,]'s outside of
616 *dp++ = MAGIC;
623 *dp++ = MAGIC;
634 *dp++ = MAGIC;
682 *dp++ = MAGIC;
685 *dp++ = MAGIC;
1084 * containing MAGIC characters, open ['s without the matching close ],
1165 /* must be a MAGIC-MAGIC, or MAGIC-!, MAGIC--, etc. *
    [all...]
sh.h 170 /* Make MAGIC a char that might be printed to make bugs more obvious, but
174 #define MAGIC (7) /* prefix for *?[!{,} during expand */
175 #define ISMAGIC(c) ((unsigned char)(c) == MAGIC)
  /src/lib/libc/db/hash/
hash.h 68 int32_t magic; /* Magic NO for hash tables */ member in struct:hashhdr
298 #define MAGIC hdr.magic
hash.c 155 if (hashp->MAGIC != HASHMAGIC)
487 hashp->MAGIC = HASHMAGIC;
954 P_32_COPY(srcp->magic, destp->magic);
985 M_32_SWAP(hdrp->magic);
  /src/external/bsd/less/dist/
regexp.c 170 * The first byte of the regexp internal "program" is actually this magic
173 #define MAGIC 0234
229 regc(MAGIC);
246 regc(MAGIC);
742 if (UCHARAT(prog->program) != MAGIC) {
  /src/sys/arch/mips/ralink/
ralink_gpio.c 955 #define MAGIC 0x27051956
978 if (r == MAGIC)
  /src/usr.sbin/mtree/
spec.c 212 #define MAGIC "?*["
213 if (strpbrk(p, MAGIC))
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 414 XPLX_MAGIC:: ; MAGIC

Completed in 50 milliseconds