Home
last modified time | relevance | path

Searched refs:magic (Results 1 – 10 of 10) sorted by relevance

/picolibc-latest/semihost/
Dsys_feature.c67 uint8_t magic[sizeof (fb_magic)]; in get_features() local
68 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()
/picolibc-latest/newlib/libc/posix/
Dregfree.c64 if (g == NULL || g->magic != MAGIC2) /* oops again */ in regfree()
67 g->magic = 0; /* mark it invalid */ in regfree()
Drunetype.h68 char magic[8]; /* Magic saying what version we are */ member
Dregex2.h140 int magic; member
Dregexec.c169 if (preg->re_magic != MAGIC1 || g->magic != MAGIC2) in regexec()
Dregcomp.c276 g->magic = MAGIC2; in regcomp()
/picolibc-latest/newlib/libc/search/
Dhash.h89 int32_t magic; /* Magic NO for hash tables */ member
322 #define MAGIC hdr.magic
Dhash.c960 P_32_COPY(srcp->magic, destp->magic);
991 M_32_SWAP(hdrp->magic);
/picolibc-latest/
Dfind-copyright5 import magic
382 m = magic.from_file(name)
/picolibc-latest/newlib/
DChangeLog-20153128 * libc/posix/scandir.c (DIRSIZ): Use offsetof instead of magic
9914 * libc/sys/mmixware/access.c (access): Do not try to use a magic
9916 * libc/sys/mmixware/sys/syscall.h (TMPFNO): Remove this magic
12527 * libc/include/stdint.h: Move magic to set __have_long* to the
16076 * libc/sys/h8300hms/_exit.c (_exit, __exit): Slip a magic cookie