Searched refs:magic (Results 251 - 275 of 831) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducol_swp.cpp143 header.magic=ds->readUInt32(inHeader->magic);
145 header.magic==UCOL_HEADER_MAGIC &&
206 header.magic=ds->readUInt32(inHeader->magic);
208 header.magic==UCOL_HEADER_MAGIC &&
212 udata_printError(ds, "ucol_swap(formatVersion=3): magic 0x%08x or format version %02x.%02x is not a collation binary\n",
213 header.magic,
/macosx-10.10/ntfs-84/kext/
H A Dntfs_logfile.c118 if (ntfs_is_chkd_record(rp->magic) && !le16_to_cpu(rp->usa_count)) {
157 if (!ntfs_is_chkd_record(rp->magic) && sle64_to_cpu(rp->chkdsk_lsn)) {
356 * which case its magic is CHKD instead of RSTR.
448 if ((!ntfs_is_chkd_record(trp->magic) || le16_to_cpu(trp->usa_count)) &&
471 if (ntfs_is_rstr_record(rp->magic) &&
479 if (ntfs_is_rstr_record(rp->magic))
481 else /* if (ntfs_is_chkd_record(rp->magic)) */
768 if (!ntfs_is_rstr_record(rp->magic) &&
769 !ntfs_is_chkd_record(rp->magic)) {
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dtdb.c85 unsigned magic; /* try to catch errors */ member in struct:list_struct
326 if (rec->magic != TDB_MAGIC) {
328 printf("bad magic 0x%08x at offset %d\n",
329 rec->magic, offset);
369 rec.magic = TDB_FREE_MAGIC;
444 if (rec.magic != TDB_FREE_MAGIC) {
446 printf("bad magic 0x%08x in free list\n", rec.magic);
458 newrec.magic = TDB_FREE_MAGIC;
991 rec.magic
[all...]
/macosx-10.10/MITKerberosShim-66/profile/
H A Dprof_file.c68 assert(d->magic == PROF_MAGIC_FILE_DATA); \
179 d->magic = PROF_MAGIC_FILE_DATA;
205 prf->magic = PROF_MAGIC_FILE;
579 if (!data || data->magic != PROF_MAGIC_FILE_DATA)
600 if (!data || data->magic != PROF_MAGIC_FILE_DATA)
672 data->magic = 0;
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Drwlock.c27 #include <isc/magic.h>
82 * In case there's trouble initializing, we zero magic now. If all
85 rwl->magic = 0;
140 rwl->magic = RWLOCK_MAGIC;
167 rwl->magic = 0;
735 rwl->magic = RWLOCK_MAGIC;
806 rwl->magic = 0;
H A Dapp_api.c24 #include <isc/magic.h>
H A Dtimer_api.c24 #include <isc/magic.h>
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dlibaout.h312 # define N_SET_INFO(exec, magic, type, flags) \
313 ((exec).a_info = ((magic) & 0xffff) \
325 # define N_SET_MAGIC(exec, magic) \
326 ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff)))
403 } magic;
628 if (adata(abfd).magic == undecided_magic) \
401 } magic; member in struct:aoutdata
H A Dcoff-stgo32.c303 char magic[8]; local
352 if (read (f, &magic, 8) != 8)
357 if (! CONST_STRNEQ (magic, "go32stub"))
/macosx-10.10/emacs-93/emacs/lisp/
H A Djka-compr.el261 (magic (and info (jka-compr-info-file-magic-bytes info))))
273 (setq magic nil))
279 (not (and magic
282 (length magic)))
285 (+ start (length magic)))))
286 magic))))
/macosx-10.10/ntp-92/lib/isc/
H A Drwlock.c27 #include <isc/magic.h>
82 * In case there's trouble initializing, we zero magic now. If all
85 rwl->magic = 0;
140 rwl->magic = RWLOCK_MAGIC;
167 rwl->magic = 0;
734 rwl->magic = RWLOCK_MAGIC;
805 rwl->magic = 0;
/macosx-10.10/swig-12/Lib/ocaml/
H A Dswig.ml41 | _ -> raise (NotObject (Obj.magic obj))
157 Hashtbl.replace class_master_list nm (Obj.magic co)
159 try (Obj.magic (Hashtbl.find class_master_list nm)) arg with _ -> raise (NoSuchClass nm)
H A Dswigp4.ml21 [] -> <:expr< (Obj.magic C_void) >>
22 | [ a ] -> <:expr< (Obj.magic $f a loc$) >>
23 | _ -> <:expr< (Obj.magic (C_list ($mk_list_inner args loc f$))) >>
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DCacheFileAbstraction.hpp35 const char* magic() const INLINE { return fields.magic; }
36 void set_magic(const char* value) INLINE { memcpy(fields.magic, value, 16); }
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_upg.c145 switch (((DBMETA *)mbuf)->magic) {
341 M_32_SWAP(((DBMETA *)mbuf)->magic);
342 switch (((DBMETA *)mbuf)->magic) {
/macosx-10.10/BerkeleyDB-21/db/qam/
H A Dqam_open.c91 /* If the magic number is incorrect, that's a fatal error. */
92 if (qmeta->dbmeta.magic != DB_QAMMAGIC) {
181 * At this point, all we know is that the magic number is for a Queue.
246 meta->dbmeta.magic = DB_QAMMAGIC;
254 meta->crypto_magic = meta->dbmeta.magic;
/macosx-10.10/Libc-1044.1.2/db/btree/FreeBSD/
H A Dbt_open.c229 if (m.magic == BTREEMAGIC)
233 M_32_SWAP(m.magic);
240 if (m.magic != BTREEMAGIC || m.version != BTREEVERSION)
H A Dbt_close.c168 m.magic = BTREEMAGIC;
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dbyaddr.c115 unsigned int magic; member in struct:dns_byaddr
263 byaddr->magic = BYADDR_MAGIC;
312 byaddr->magic = 0;
H A Dstats.c24 #include <isc/magic.h>
66 unsigned int magic; member in struct:dns_stats
143 stats->magic = DNS_STATS_MAGIC;
H A Dzt.c25 #include <isc/magic.h>
41 unsigned int magic; member in struct:dns_zt
89 zt->magic = ZTMAGIC;
213 zt->magic = 0;
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dname.h78 #include <isc/magic.h>
111 unsigned int magic; member in struct:dns_name
1302 (n)->magic = DNS_NAME_MAGIC; \
H A Ddlz.h216 unsigned int magic; member in struct:dns_dlzdb
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmips.c68 short magic;
161 "unexec: input file magic number is %x, not %x, %x, %x or %x.\n",
171 fprintf (stderr, "unexec: input file magic number is %x, not %x or %x.\n",
182 if (hdr.aout.magic != ZMAGIC)
184 fprintf (stderr, "unexec: input file a.out magic number is %o, not %o.\n",
185 hdr.aout.magic, ZMAGIC);
67 short magic; member in struct:__anon8803
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_lazyimport.py227 magic = True
229 magic = False
232 return objc._loadConstant(name, tp, magic)
234 # print "LOAD %r %r %r -> raise %s"%(name, tp, magic, exc)

Completed in 501 milliseconds

<<11121314151617181920>>