Searched refs:magic (Results 76 - 100 of 496) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h49 magic; // HASH_MAGIC or HASH_CIGAM magic value to allow endian detection member in struct:MappedHash::Header
60 : magic(HASH_MAGIC), version(1), hash_function(eHashFunctionDJB),
67 return sizeof(magic) + sizeof(version) + sizeof(hash_function) +
79 s.Printf("header.magic = 0x%8.8x\n", magic);
93 offset, sizeof(magic) + sizeof(version) + sizeof(hash_function) +
96 magic = data.GetU32(&offset);
97 if (magic != HASH_MAGIC) {
98 if (magic
[all...]
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dassert.h78 # define SM_REQUIRE_ISA(obj, magic) \
79 SM_REQUIRE((obj) != NULL && (obj)->sm_magic == (magic))
/freebsd-11-stable/usr.bin/apply/
H A Dapply.c57 (p)[0] == magic && isdigit((unsigned char)(p)[1]) && (p)[1] != '0'
67 int ch, debug, i, magic, n, nargs, rval; local
73 magic = '%'; /* Default magic char is `%'. */
80 "illegal magic character specification");
81 magic = optarg[0];
148 snprintf(buf, sizeof(buf), " %c%d", magic, i);
251 "usage: apply [-a magic] [-d] [-0123456789] command arguments ...\n");
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipsyncm.c66 u_32_t magic; local
156 magic = ntohl(sh->sm_magic);
158 if (magic != SYNHDRMAGIC) {
160 "Invalid header magic %x", magic);
166 printf("v:%d p:%d len:%d magic:%x", sh->sm_v,
167 sh->sm_p, len, magic);
H A Dipfsyncd.c457 u_32_t magic; local
471 magic = ntohl(sh->sm_magic);
473 if (magic != SYNHDRMAGIC) {
474 syslog(LOG_ERR, "invalid header magic %x", magic);
475 debug(2, "invalid header magic %x\n", magic);
519 u_32_t magic; local
535 magic = ntohl(sh->sm_magic);
537 if (magic !
[all...]
H A Dipsyncs.c61 int n1, n2, n3, magic, len, inbuf; local
174 magic = ntohl(sh->sm_magic);
176 if (magic != SYNHDRMAGIC) {
177 syslog(LOG_ERR, "Invalid header magic %x",
178 magic);
184 printf("v:%d p:%d len:%d magic:%x", sh->sm_v,
185 sh->sm_p, len, magic);
/freebsd-11-stable/usr.sbin/binmiscctl/
H A Dbinmiscctl.c75 "\t\t--magic <magic_bytes> [--mask <mask_bytes>] \\\n"
121 { "magic", required_argument, NULL, 'm' },
196 printf("magic size: %u\n", xbe->xbe_msize);
197 printf("magic offset: %u\n", xbe->xbe_moffset);
199 printf("magic: ");
283 char *magic = NULL, *mask = NULL; local
301 magic = strdup(optarg);
332 if (NULL != magic)
333 free(magic);
339 if (NULL != magic) {
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dbitstring.c26 #include <isc/magic.h>
57 bitstring->magic = BITSTRING_MAGIC;
73 bitstring->magic = 0;
/freebsd-11-stable/contrib/gdb/include/gdb/
H A Dcallback.h151 int magic;
224 int magic;
235 (sc)->magic = CB_SYSCALL_MAGIC; \
150 int magic; member in struct:host_callback_struct
221 int magic; member in struct:cb_syscall
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dtask.h148 * may change the structure. 'magic' must be ISCAPI_TASKMGR_MAGIC for any
154 unsigned int magic; member in struct:isc_taskmgr
160 (m)->magic == ISCAPI_TASKMGR_MAGIC)
168 unsigned int magic; member in struct:isc_task
174 (s)->magic == ISCAPI_TASK_MAGIC)
/freebsd-11-stable/contrib/ntp/lib/isc/unix/include/isc/
H A Ddir.h50 unsigned int magic; member in struct:isc_dir
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Ddir.h42 unsigned int magic; member in struct:__anon4871
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt.h58 fdt32_t magic; /* magic word FDT_MAGIC */ member in struct:fdt_header
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dia64.h44 char magic[2]; /* type of file */ member in struct:__anon394
/freebsd-11-stable/contrib/sendmail/src/
H A Dshmticklib.c57 if (sp->magic != STATUSD_MAGIC)
/freebsd-11-stable/sys/i386/ibcs2/
H A Dcoff.h36 unsigned short f_magic; /* magic number */
56 short magic; /* magic number -- see below */ member in struct:aouthdr
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_options.c42 int magic, const char *fn, option_handler use_option)
47 archive_check_magic(a, magic, ARCHIVE_STATE_NEW, fn);
101 int magic, const char *fn, option_handler use_option)
107 archive_check_magic(a, magic, ARCHIVE_STATE_NEW, fn);
40 _archive_set_option(struct archive *a, const char *m, const char *o, const char *v, int magic, const char *fn, option_handler use_option) argument
100 _archive_set_options(struct archive *a, const char *options, int magic, const char *fn, option_handler use_option) argument
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt.h58 fdt32_t magic; /* magic word FDT_MAGIC */ member in struct:fdt_header
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h1 //===- llvm/BinaryFormat/Magic.h - File magic identification ----*- C++ -*-===//
18 /// file_magic - An "enum class" enumeration of file types based on magic (the
66 file_magic identify_magic(StringRef magic);
/freebsd-11-stable/sys/sys/
H A Dkerneldump.h61 char magic[20]; member in struct:kerneldumpheader
109 void mkdumpheader(struct kerneldumpheader *kdh, char *magic, uint32_t archver,
/freebsd-11-stable/contrib/file/src/
H A Dapprentice.c29 * apprentice - make one pass through /etc/magic, learning its secrets.
38 #include "magic.h"
85 struct magic *mp;
100 struct magic *magic[MAGIC_SETS]; member in struct:magic_map
109 private int getvalue(struct magic_set *ms, struct magic *, const char **, int);
111 private const char *getstr(struct magic_set *, struct magic *, const char *,
117 private size_t apprentice_magic_strength(const struct magic *);
125 private void byteswap(struct magic *, uint32_t);
126 private void bs1(struct magic *);
3325 byteswap(struct magic *magic, uint32_t nmagic) argument
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dpeicode.h92 unsigned short magic; member in struct:__anon1
535 if (vars->magic == THUMBPEMAGIC)
650 in the table are index by the magic number used to represent the
660 unsigned short magic;
732 unsigned int magic,
840 vars.magic = magic;
936 if (jtab[i].magic == magic)
958 if (magic
658 unsigned short magic; member in struct:__anon2
729 pe_ILF_build_a_bfd(bfd * abfd, unsigned int magic, char * symbol_name, char * source_dll, unsigned int ordinal, unsigned int types) argument
1074 unsigned int magic; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgcov-io.c173 gcov_magic (gcov_unsigned_t magic, gcov_unsigned_t expected) argument
175 if (magic == expected)
177 magic = (magic >> 16) | (magic << 16);
178 magic = ((magic & 0xff00ff) << 8) | ((magic >> 8) & 0xff00ff);
179 if (magic == expected)
/freebsd-11-stable/usr.bin/mkuzip/
H A Dmkuzip.c67 .magic = CLOOP_MAGIC_ZLIB,
74 .magic = CLOOP_MAGIC_LZMA,
196 magiclen = strlcpy(hdr.magic, cfs.handler->magic, sizeof(hdr.magic));
197 assert(magiclen < sizeof(hdr.magic));
200 hdr.magic[CLOOP_OFS_VERSN] = CLOOP_MAJVER_3;
201 hdr.magic[CLOOP_OFS_COMPR] =
202 tolower(hdr.magic[CLOOP_OFS_COMPR]);
/freebsd-11-stable/contrib/dtc/
H A Ddtc.c141 uint32_t magic; local
156 if (fread(&magic, 4, 1, f) != 1) {
162 magic = fdt32_to_cpu(magic);
163 if (magic == FDT_MAGIC)

Completed in 180 milliseconds

1234567891011>>