HomeSort by: relevance | last modified time | path
    Searched refs:MAGIC (Results 1 - 15 of 15) 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/include/
cpio.h 56 #define MAGIC "070707"
  /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/libexec/ld.elf_so/
xmalloc.c 106 * be zero. When in use, the first byte is set to MAGIC, and the second
116 u_char ovu_magic; /* magic number */
119 u_short ovu_rmagic; /* range magic number */
132 #define MAGIC 0xef /* magic # on accounting info */
133 #define RMAGIC 0x5555 /* magic # on range info */
244 op->ov_magic = MAGIC;
252 * bound space with magic numbers.
314 ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */
316 if (op->ov_magic != MAGIC)
    [all...]
  /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 */
249 op->ov_magic = MAGIC;
258 * bound space with magic numbers.
322 ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */
324 if (op->ov_magic != MAGIC)
    [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 154 if (hashp->MAGIC != HASHMAGIC)
486 hashp->MAGIC = HASHMAGIC;
953 P_32_COPY(srcp->magic, destp->magic);
984 M_32_SWAP(hdrp->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 42 milliseconds