OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAGIC
(Results
1 - 9
of
9
) 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
/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 */
/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/usr.sbin/mtree/
spec.c
212
#define
MAGIC
"?*["
213
if (strpbrk(p,
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 */
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/sys/arch/mips/ralink/
ralink_gpio.c
955
#define
MAGIC
0x27051956
978
if (r ==
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
/src/bin/ksh/
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
)
Completed in 19 milliseconds
Indexes created Wed Sep 24 02:09:48 GMT 2025