Searched refs:type (Results 201 - 225 of 8109) sorted by relevance

1234567891011>>

/macosx-10.10.1/patch_cmds-17/diffstat/porting/
H A Dsystem.h66 #define typeCalloc(type,elts) (type *)(elts)
68 #define typeCalloc(type,elts) (type *)calloc(elts,sizeof(type))
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dtok822_node.c9 /* TOK822 *tok822_alloc(type, strval)
10 /* int type;
21 /* the named type, and initializes it properly. In case of
55 TOK822 *tok822_alloc(int type, const char *strval) argument
63 tp->type = type;
65 tp->vstr = (type < TOK822_MINTOK || CONTAINER_TOKEN(type) ? 0 :
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A Dtree.h86 #define SPLAY_HEAD(name, type) \
88 struct type *sph_root; /* root of the tree */ \
98 #define SPLAY_ENTRY(type) \
100 struct type *spe_left; /* left element */ \
101 struct type *spe_right; /* right element */ \
143 #define SPLAY_PROTOTYPE(name, type, field, cmp) \
144 void name##_SPLAY(struct name *, struct type *); \
146 struct type *name##_SPLAY_INSERT(struct name *, struct type *); \
147 struct type *nam
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_get.c14 DBTYPE type; local
21 type = DB_BTREE;
38 type = DB_BTREE;
44 type = DB_HASH;
50 type = DB_QUEUE;
54 type = DB_RECNO;
75 if (type == DB_QUEUE)
80 dbp->open(dbp, NULL, TESTFILE, NULL, type, DB_CREATE, 0666) == 0);
83 dbp->open(dbp, TESTFILE, NULL, type, DB_CREATE, 0666) == 0);
89 switch (type) {
[all...]
H A Db_load.c14 DBTYPE type; local
21 type = DB_BTREE;
42 type = DB_BTREE;
48 type = DB_HASH;
54 type = DB_QUEUE;
58 type = DB_RECNO;
74 if (duplicate && (type == DB_QUEUE || type == DB_RECNO)) {
97 if (type == DB_QUEUE)
102 dbp->open(dbp, NULL, TESTFILE, NULL, type, DB_CREAT
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test_micro/source/
H A Db_get.c14 DBTYPE type; local
21 type = DB_BTREE;
37 type = DB_BTREE;
43 type = DB_HASH;
49 type = DB_QUEUE;
53 type = DB_RECNO;
74 if (type == DB_QUEUE)
79 dbp->open(dbp, NULL, TESTFILE, NULL, type, DB_CREATE, 0666) == 0);
82 dbp->open(dbp, TESTFILE, NULL, type, DB_CREATE, 0666) == 0);
88 switch (type) {
[all...]
H A Db_load.c14 DBTYPE type; local
21 type = DB_BTREE;
41 type = DB_BTREE;
47 type = DB_HASH;
53 type = DB_QUEUE;
57 type = DB_RECNO;
73 if (duplicate && (type == DB_QUEUE || type == DB_RECNO)) {
96 if (type == DB_QUEUE)
101 dbp->open(dbp, NULL, TESTFILE, NULL, type, DB_CREAT
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dsymbol.h70 struct type;
78 } type; member in struct:value
94 struct type *type; member in struct:member
120 struct type { struct
121 Typetype type; member in struct:type
124 struct type *subtype;
131 typedef struct type Type;
137 Type *type; member in struct:constraint_spec::__anon538::__anon539
154 Type *type; member in struct:symbol
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebPasteboardOverrides.cpp41 void WebPasteboardOverrides::addOverride(const String& pasteboardName, const String& type, const Vector<uint8_t>& data) argument
50 addResult.iterator->value->set(type, data);
53 void WebPasteboardOverrides::removeOverride(const String& pasteboardName, const String& type) argument
61 it->value->remove(type);
78 for (String& type : it->value->keys())
79 result.append(type);
84 bool WebPasteboardOverrides::getDataForOverride(const String& pasteboardName, const String& type, Vector<uint8_t>& data) const argument
90 auto typeIterator = pasteboardIterator->value->find(type);
98 bool WebPasteboardOverrides::getDataForOverride(const String& pasteboardName, const String& type, Vector<char>& data) const argument
101 if (!getDataForOverride(pasteboardName, type, foundBuffe
[all...]
/macosx-10.10.1/apr-32/apr/apr/locks/win32/
H A Dthread_mutex.c30 if (lock->type == thread_mutex_critical_section) {
31 lock->type = -1;
54 (*mutex)->type = thread_mutex_unnested_event;
65 (*mutex)->type = thread_mutex_critical_section;
70 (*mutex)->type = thread_mutex_nested_mutex;
84 if (mutex->type == thread_mutex_critical_section) {
98 if (mutex->type == thread_mutex_critical_section) {
114 if (mutex->type == thread_mutex_critical_section) {
117 else if (mutex->type == thread_mutex_unnested_event) {
122 else if (mutex->type
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/tsiggss/
H A Dauthsock.pl32 "type=s" => \$typeallowed,
37 print("Usage: authsock.pl --path=<sockpath> --type=type --pidfile=pidfile\n");
72 $type,
82 printf("version=%u signer=%s name=%s addr=%s type=%s key=%s key_data_len=%u\n",
83 $version, $signer, $name, $addr, $type, $key, length($key_data));
86 if ($typeallowed eq $type) {
88 printf("allowed type %s == %s\n", $type, $typeallowed);
90 printf("disallowed type
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp123 typedef typename at0::type at0t;
125 typedef typename at1::type at1t;
128 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type; typedef in struct:pb_ds::detail::container_base_dispatch
137 typedef typename at0::type at0t;
139 typedef typename at1::type at1t;
142 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type; typedef in struct:pb_ds::detail::container_base_dispatch
150 typedef typename at1::type at1t;
153 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type; typedef in struct:pb_ds::detail::container_base_dispatch
162 typedef typename at1::type at1t;
165 typedef pat_trie_no_data_<Key, null_mapped_type, at1t, Alloc> type; typedef in struct:pb_ds::detail::container_base_dispatch
178 typedef rb_tree_data_<Key, Mapped, at0t, at1t, Alloc> type; typedef in struct:pb_ds::detail::container_base_dispatch
192 typedef rb_tree_no_data_<Key, null_mapped_type, at0t, at1t, Alloc> type; typedef in struct:pb_ds::detail::container_base_dispatch
206 typedef splay_tree_data_<Key, Mapped, at0t, at1t, Alloc> type; typedef in struct:pb_ds::detail::container_base_dispatch
220 typedef splay_tree_no_data_<Key, null_mapped_type, at0t, at1t, Alloc> type; typedef in struct:pb_ds::detail::container_base_dispatch
233 typedef ov_tree_data_<Key, Mapped, at0t, at1t, Alloc> type; typedef in struct:pb_ds::detail::container_base_dispatch
247 typedef ov_tree_no_data_<Key, null_mapped_type, at0t, at1t, Alloc> type; typedef in struct:pb_ds::detail::container_base_dispatch
267 at4t, at2t> type; typedef in struct:pb_ds::detail::container_base_dispatch
288 at3t::value, at4t, at2t> type; typedef in struct:pb_ds::detail::container_base_dispatch
310 at4t, at5t, at2t> type; typedef in struct:pb_ds::detail::container_base_dispatch
333 at3t::value, at4t, at5t, at2t> type; typedef in struct:pb_ds::detail::container_base_dispatch
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dnull_10.c29 REQUIRE(type == 10);
32 UNUSED(type);
44 REQUIRE(rdata->type == 10);
53 REQUIRE(type == 10);
55 UNUSED(type);
67 REQUIRE(rdata->type == 10);
79 REQUIRE(rdata1->type == rdata2->type);
81 REQUIRE(rdata1->type == 10);
92 REQUIRE(type
[all...]
H A Dunspec_103.c28 REQUIRE(type == 103);
30 UNUSED(type);
42 REQUIRE(rdata->type == 103);
53 REQUIRE(type == 103);
55 UNUSED(type);
68 REQUIRE(rdata->type == 103);
80 REQUIRE(rdata1->type == rdata2->type);
82 REQUIRE(rdata1->type == 103);
93 REQUIRE(type
[all...]
H A Dproforma.c29 REQUIRE(type == #);
41 REQUIRE(rdata->type == #);
51 REQUIRE(type == #);
63 REQUIRE(rdata->type == #);
78 REQUIRE(rdata1->type == rdata2->type);
80 REQUIRE(rdata1->type == #);
94 REQUIRE(type == #);
97 REQUIRE(#->common.rdtype == type);
106 REQUIRE(rdata->type
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dprivate.h162 Please use a compiler that supports a 64-bit integer type (or wider);
216 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
220 #define TYPE_SIGNED(type) (((type) -1) < 0)
229 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5)
238 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5)
244 ** Subtract one for the sign bit if the type i
[all...]
/macosx-10.10.1/shell_cmds-179/date/
H A Dvary.c58 domktime(struct tm *t, char type) argument
64 adjhour(t, type == '-' ? type : '+', 1, 0);
128 adjyear(struct tm *t, char type, int val, int mk) argument
130 switch (type) {
145 return !mk || domktime(t, type) != -1;
149 adjmon(struct tm *t, char type, int val, int istext, int mk) argument
156 switch (type) {
205 return !mk || domktime(t, type) != -1;
209 adjday(struct tm *t, char type, in argument
253 adjwday(struct tm *t, char type, int val, int istext, int mk) argument
289 adjhour(struct tm *t, char type, int val, int mk) argument
334 adjmin(struct tm *t, char type, int val, int mk) argument
375 adjsec(struct tm *t, char type, int val, int mk) argument
418 char type; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Ddebug.c98 /* A type. */
102 /* Kind of type. */
104 /* Size of type (0 if not known). */
106 /* Type which is a pointer to this type. */
108 /* Tagged union with additional information about the type. */
146 /* Information kept for an indirect type. */
150 /* Slot where the final type will appear. */
173 /* The type of the class providing the virtual function table for
174 this class. This may point to the type itself. */
193 /* Return type
206 debug_type type; member in struct:debug_range_type
234 debug_type type; member in struct:debug_set_type
270 debug_type type; member in struct:debug_named_type
280 struct debug_type *type; member in struct:debug_field
308 struct debug_type *type; member in struct:debug_baseclass
335 struct debug_type *type; member in struct:debug_method_variant
359 debug_type type; member in struct:debug_variable
387 debug_type type; member in struct:debug_parameter
399 debug_type type; member in struct:debug_typed_constant
504 struct debug_type *type; member in union:debug_name::__anon7335
528 struct debug_type *type; member in struct:debug_class_id
823 debug_record_parameter(void *handle, const char *name, debug_type type, enum debug_parm_kind kind, bfd_vma val) argument
1080 debug_record_typed_const(void *handle, const char *name, debug_type type, bfd_vma val) argument
1122 debug_record_variable(void *handle, const char *name, debug_type type, enum debug_var_kind kind, bfd_vma val) argument
1372 debug_make_pointer_type(void *handle, debug_type type) argument
1398 debug_make_function_type(void *handle, debug_type type, debug_type *arg_types, bfd_boolean varargs) argument
1427 debug_make_reference_type(void *handle, debug_type type) argument
1447 debug_make_range_type(void *handle, debug_type type, bfd_signed_vma lower, bfd_signed_vma upper) argument
1514 debug_make_set_type(void *handle, debug_type type, bfd_boolean bitstringp) argument
1605 debug_make_const_type(void *handle, debug_type type) argument
1625 debug_make_volatile_type(void *handle, debug_type type) argument
1683 debug_make_baseclass(void *handle ATTRIBUTE_UNUSED, debug_type type, bfd_vma bitpos, bfd_boolean virtual, enum debug_visibility visibility) argument
1707 debug_make_field(void *handle ATTRIBUTE_UNUSED, const char *name, debug_type type, bfd_vma bitpos, bfd_vma bitsize, enum debug_visibility visibility) argument
1733 debug_make_static_member(void *handle ATTRIBUTE_UNUSED, const char *name, debug_type type, const char *physname, enum debug_visibility visibility) argument
1779 debug_make_method_variant(void *handle ATTRIBUTE_UNUSED, const char *physname, debug_type type, enum debug_visibility visibility, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset, debug_type context) argument
1806 debug_make_static_method_variant(void *handle ATTRIBUTE_UNUSED, const char *physname, debug_type type, enum debug_visibility visibility, bfd_boolean constp, bfd_boolean volatilep) argument
1829 debug_name_type(void *handle, const char *name, debug_type type) argument
1875 debug_tag_type(void *handle, const char *name, debug_type type) argument
1928 debug_record_type_size(void *handle ATTRIBUTE_UNUSED, debug_type type, unsigned int size) argument
2035 debug_get_real_type(void *handle, debug_type type, struct debug_type_real_list *list) argument
2084 debug_get_type_kind(void *handle, debug_type type) argument
2097 debug_get_type_name(void *handle, debug_type type) argument
2114 debug_get_type_size(void *handle, debug_type type) argument
2143 debug_get_return_type(void *handle, debug_type type) argument
2168 debug_get_parameter_types(void *handle, debug_type type, bfd_boolean *pvarargs) argument
2195 debug_get_target_type(void *handle, debug_type type) argument
2224 debug_get_fields(void *handle, debug_type type) argument
2417 debug_write_type(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, struct debug_type *type, struct debug_name *name) argument
2662 debug_write_class_type(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, struct debug_type *type, const char *tag) argument
2938 debug_set_class_id(struct debug_handle *info, const char *tag, struct debug_type *type) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dpkcs12Templates.c90 * Individual SafeBag type-specific templates here when we write 'em
107 NSS_P12_CertBagType type = CT_Unknown; local
112 type = CT_X509;
116 type = CT_SDSI;
123 bag->type = type;
160 NSS_P12_CrlBagType type = CRT_Unknown; local
165 type = CRT_X509;
172 bag->type = type;
216 NSS_P12_SB_Type type = BT_None; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dpkcs12Templates.c90 * Individual SafeBag type-specific templates here when we write 'em
107 NSS_P12_CertBagType type = CT_Unknown; local
112 type = CT_X509;
116 type = CT_SDSI;
123 bag->type = type;
160 NSS_P12_CrlBagType type = CRT_Unknown; local
165 type = CRT_X509;
172 bag->type = type;
216 NSS_P12_SB_Type type = BT_None; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dpkcs12Templates.c90 * Individual SafeBag type-specific templates here when we write 'em
107 NSS_P12_CertBagType type = CT_Unknown; local
112 type = CT_X509;
116 type = CT_SDSI;
123 bag->type = type;
160 NSS_P12_CrlBagType type = CRT_Unknown; local
165 type = CRT_X509;
172 bag->type = type;
216 NSS_P12_SB_Type type = BT_None; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dpkcs12Templates.c90 * Individual SafeBag type-specific templates here when we write 'em
107 NSS_P12_CertBagType type = CT_Unknown; local
112 type = CT_X509;
116 type = CT_SDSI;
123 bag->type = type;
160 NSS_P12_CrlBagType type = CRT_Unknown; local
165 type = CRT_X509;
172 bag->type = type;
216 NSS_P12_SB_Type type = BT_None; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/dtrace/
H A Dsp-watch.d12 self string type;
13 syspolicy*:::assess-outcome-* { self->type = "???"; }
14 syspolicy*:::assess-outcome-* / arg1 == 1 / { self->type = "execute"; }
15 syspolicy*:::assess-outcome-* / arg1 == 2 / { self->type = "install"; }
16 syspolicy*:::assess-outcome-* / arg1 == 3 / { self->type = "open"; }
20 printf("accept %s %s;%s", self->type, copyinstr(arg0), copyinstr(arg2));
26 printf("deny %s %s;%s", self->type, copyinstr(arg0), copyinstr(arg2));
32 printf("default %s %s;%s", self->type, copyinstr(arg0), copyinstr(arg2));
38 printf("unsigned %s %s;", self->type, copyinstr(arg0));
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Drdata.h49 * build process from a set of source files, one per rdata type. For
51 * program. Adding a new rdata type will be a simple matter of adding
53 * the format of a particular rdata type is in this file.
62 *\li Rdata is typed, and the caller must know what type of rdata it has.
67 * pointer to the appropriate type, or the server could crash or memory
109 ***** class and type, and the data in the binary region is in the format
110 ***** of the given class and type.
113 * Clients are strongly discouraged from using this type directly, with
121 dns_rdatatype_t type; member in struct:dns_rdata
132 (rdata)->rdclass == 0 && (rdata)->type
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/cdt/
H A Ddtview.c35 static Void_t* dtvsearch(Dt_t* dt, reg Void_t* obj, reg int type) argument
37 static Void_t* dtvsearch(dt,obj,type)
40 reg int type;
47 if(type&DT_NOVIEWPATH)
48 return (*(dt->meth->searchf))(dt,obj,type);
52 /* these ops look for the first appearance of an object of the right type */
53 if((type & (DT_MATCH|DT_SEARCH)) ||
54 ((type & (DT_FIRST|DT_LAST|DT_ATLEAST|DT_ATMOST)) && !(dt->meth->type&DT_ORDERED) ) )
56 if((o = (*(d->meth->searchf))(d,obj,type)) )
[all...]

Completed in 159 milliseconds

1234567891011>>