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

  /src/usr.sbin/memswitch/
memswitch.h 43 #define MAGIC2 (0x30303057)
properties.c 52 "special", "magic2",
53 4, 4, 0, {longword:0}, 0, {longword:0}, {longword:MAGIC2},
memswitch.c 358 (properties[PROP_MAGIC2].current_value.longword != MAGIC2))
  /src/lib/libc/regex/
regfree.c 82 if (g == NULL || g->magic != MAGIC2) /* oops again */
regex2.h 177 # define MAGIC2 ((('R'^0200)<<8)|'E')
regexec.c 241 if (preg->re_magic != MAGIC1 || g->magic != MAGIC2)
regcomp.c 398 g->magic = MAGIC2;

Completed in 181 milliseconds