Searched refs:magic (Results 1 – 10 of 10) sorted by relevance
67 uint8_t magic[sizeof (fb_magic)]; in get_features() local68 if (sys_semihost_read(fd, magic, sizeof (fb_magic)) != 0) in get_features()70 if (memcmp(magic, fb_magic, sizeof (fb_magic)) != 0) in get_features()
64 if (g == NULL || g->magic != MAGIC2) /* oops again */ in regfree()67 g->magic = 0; /* mark it invalid */ in regfree()
68 char magic[8]; /* Magic saying what version we are */ member
140 int magic; member
169 if (preg->re_magic != MAGIC1 || g->magic != MAGIC2) in regexec()
276 g->magic = MAGIC2; in regcomp()
89 int32_t magic; /* Magic NO for hash tables */ member322 #define MAGIC hdr.magic
960 P_32_COPY(srcp->magic, destp->magic);991 M_32_SWAP(hdrp->magic);
5 import magic382 m = magic.from_file(name)
3128 * libc/posix/scandir.c (DIRSIZ): Use offsetof instead of magic9914 * libc/sys/mmixware/access.c (access): Do not try to use a magic9916 * libc/sys/mmixware/sys/syscall.h (TMPFNO): Remove this magic12527 * libc/include/stdint.h: Move magic to set __have_long* to the16076 * libc/sys/h8300hms/_exit.c (_exit, __exit): Slip a magic cookie