Searched refs:magic (Results 1 - 25 of 883) sorted by relevance

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/install/
H A DMakefile3 COPY= magic.txt magic.s5.be.txt magic.s5.le.txt
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dmagic.h24 * magic.h - PPP Magic Number definitions.
64 * $Id: magic.h,v 1.4 2004/02/10 19:29:23 callie Exp $
67 void magic_init __P((void)); /* Initialize the magic number generator */
68 u_int32_t magic __P((void)); /* Returns the next magic number */
/macosx-10.9.5/file-46/file/python/
H A Dexample.py1 import magic
3 ms = magic.open(magic.MAGIC_NONE)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dmimetype.c25 * mime/mailcap to magic support
31 * close magic handle
32 * done this way so that magic is only pulled in
39 if (mp->magic)
41 magicclose(mp->magic);
42 mp->magic = 0;
55 if (!mp->magic)
60 if (!(mp->magic = magicopen(&mp->magicd)))
66 magicload(mp->magic, NiL, 0);
68 return magictype(mp->magic, f
[all...]
H A Dmimelib.h33 #include <magic.h>
43 Magicdisc_t magicd; /* magic discipline */ \
46 Magic_t* magic; /* mimetype() magic handle */ \
47 Free_f freef; /* avoid magic lib if possible */ \
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A Ddbinfo77 my ($magic, $version, $endian, $encrypt) ;
81 $magic = $info[0] ;
88 $magic = $info1[0] ;
95 $magic = $info[3] ;
101 $magic = $info1[3] ;
108 my $type = $Data{$magic} ;
109 $magic = sprintf "%06X", $magic ;
127 Magic: $magic
/macosx-10.9.5/file-46/xcodescripts/
H A Dmagic.sh9 cd "$TEMP_DIR" && "$FILE" -C -m "$SRCROOT"/file/magic/Magdir
12 install -m 0644 "$TEMP_DIR"/Magdir.mgc "$DSTROOT"/usr/share/file/magic.mgc
14 install -d -m 0755 "$DSTROOT"/usr/share/file/magic
15 install -m 0644 "$SRCROOT"/file/magic/Magdir/* "$DSTROOT"/usr/share/file/magic
/macosx-10.9.5/libauto-185.5/tests/
H A Dweakstack.m35 magic = 10
39 int array[magic];
40 for (int i = 0; i < magic; ++i)
45 for (int i = 0; i < magic; ++i) {
61 for (int i = 0; i < magic; ++i) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DPath.cpp42 sys::IdentifyFileType(const char *magic, unsigned length) { argument
43 assert(magic && "Invalid magic number string");
44 assert(length >=4 && "Invalid magic number length");
45 switch ((unsigned char)magic[0]) {
47 if (magic[1] == (char)0xC0 && magic[2] == (char)0x17 &&
48 magic[3] == (char)0x0B)
52 if (magic[1] == 'C' && magic[
[all...]
H A Dregfree.c58 if (g == NULL || g->magic != MAGIC2) /* oops again */
61 g->magic = 0; /* mark it invalid */
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Ddbinfo77 my ($magic, $version, $endian, $encrypt) ;
81 $magic = $info[0] ;
88 $magic = $info1[0] ;
95 $magic = $info[3] ;
101 $magic = $info1[3] ;
108 my $type = $Data{$magic} ;
109 $magic = sprintf "%06X", $magic ;
127 Magic: $magic
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A DtrfIntDecls.h28 int magic; member in struct:TrfIntStubs
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A DxotclIntDecls.h33 int magic; member in struct:XotclIntStubs
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dmacho_util.h48 * @abstract Get the 32-bit magic number from a file data pointer.
49 * @param ptr A pointer to a file whose magic number you want to get.
55 #define ISMACHO(magic) (((magic) == MH_MAGIC) || \
56 ((magic) == MH_CIGAM) || \
57 ((magic) == MH_MAGIC_64) || \
58 ((magic) == MH_CIGAM_64))
59 #define ISSWAPPEDMACHO(magic) (((magic) == MH_CIGAM) || \
60 ((magic)
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dmagic.h18 /* $Id: magic.h,v 1.18 2007/06/19 23:47:18 tbox Exp $ */
23 /*! \file isc/magic.h */
26 unsigned int magic; member in struct:__anon6608
31 * To use this macro the magic number MUST be the first thing in the
33 * The intent of this is to allow magic numbers to be checked even though
37 (((const isc__magic_t *)(a))->magic == (b)))
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dmagic.h18 /* $Id: magic.h,v 1.18 2007/06/19 23:47:18 tbox Exp $ */
23 /*! \file isc/magic.h */
26 unsigned int magic; member in struct:__anon11442
31 * To use this macro the magic number MUST be the first thing in the
33 * The intent of this is to allow magic numbers to be checked even though
37 (((const isc__magic_t *)(a))->magic == (b)))
/macosx-10.9.5/CPANInternal-140/Variable-Magic/t/
H A D11-multiple.t45 is($err, '', "cast magic $i doesn't croak");
46 ok($res, "cast magic $i is valid");
50 for (0 .. $n - 1) { is($c[$_], 1, "get magic $_"); }
53 for (0 .. $n - 1) { is($c[$_], 0, "set magic $_"); }
56 is($@, '', 'dispell magic 1 doesn\'t croak');
57 ok($res, 'dispell magic 1 is valid');
60 for (0, 2) { is($c[$_], 1, "get magic $_ after dispelled 1"); }
63 for (0, 2) { is($c[$_], 0, "set magic $_ after dispelled 1"); }
66 is($@, '', 'dispell magic 0 doesn\'t croak');
67 ok($res, 'dispell magic
[all...]
/macosx-10.9.5/groff-38/groff/src/include/
H A Dindex.h25 int magic; member in struct:index_header
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dmagicid.h25 * generic binary magic id definitions
39 Magicid_data_t magic; /* magic number */ member in struct:Magicid_s
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/generic/
H A DbufIntDecls.h28 int magic; member in struct:BufIntStubs
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Dssblob.cpp40 magic = magicNumber;
50 return magic == magicNumber;
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Dssblob.cpp40 magic = magicNumber;
50 return magic == magicNumber;
/macosx-10.9.5/cctools-845/libstuff/
H A Dget_toc_byte_sex.c45 uint32_t magic; local
62 memcpy(&magic, p + ar_name_size, sizeof(uint32_t));
63 if(magic == MH_MAGIC || magic == MH_MAGIC_64)
65 else if(magic == SWAP_INT(MH_MAGIC) ||
66 magic == SWAP_INT(MH_MAGIC_64))
/macosx-10.9.5/cups-372.4/cups/vcnet/regex/
H A Dregfree.c23 if (g == NULL || g->magic != MAGIC2) /* oops again */
26 g->magic = 0; /* mark it invalid */
/macosx-10.9.5/vim-53/src/proto/
H A Dregexp.pro4 char_u *skip_regexp __ARGS((char_u *startp, int dirc, int magic, char_u **newp));
13 char_u *regtilde __ARGS((char_u *source, int magic));
14 int vim_regsub __ARGS((regmatch_T *rmp, char_u *source, char_u *dest, int copy, int magic, int backslash));
15 int vim_regsub_multi __ARGS((regmmatch_T *rmp, linenr_T lnum, char_u *source, char_u *dest, int copy, int magic, int backslash));

Completed in 175 milliseconds

1234567891011>>