Searched refs:atype (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.10/OpenSSL098-52/src/crypto/pkcs12/
H A Dp12_attr.c145 ASN1_TYPE *atype; local
146 if (!(atype = PKCS12_get_attr(bag, NID_friendlyName))) return NULL;
147 if (atype->type != V_ASN1_BMPSTRING) return NULL;
148 return uni2asc(atype->value.bmpstring->data,
149 atype->value.bmpstring->length);
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/db_deadlock/
H A Ddb_deadlock.c46 u_int32_t atype; local
61 atype = DB_LOCK_DEFAULT;
71 atype = DB_LOCK_EXPIRE;
74 atype = DB_LOCK_MAXLOCKS;
77 atype = DB_LOCK_MINLOCKS;
80 atype = DB_LOCK_OLDEST;
83 atype = DB_LOCK_MAXWRITE;
86 atype = DB_LOCK_MINWRITE;
89 atype = DB_LOCK_YOUNGEST;
188 dbenv->lock_detect(dbenv, 0, atype,
[all...]
/macosx-10.10/BerkeleyDB-21/db/db_deadlock/
H A Ddb_deadlock.c32 u_int32_t atype; local
47 atype = DB_LOCK_DEFAULT;
56 atype = DB_LOCK_EXPIRE;
59 atype = DB_LOCK_MAXLOCKS;
62 atype = DB_LOCK_MINLOCKS;
65 atype = DB_LOCK_OLDEST;
68 atype = DB_LOCK_MAXWRITE;
71 atype = DB_LOCK_MINWRITE;
74 atype = DB_LOCK_YOUNGEST;
173 dbenv->lock_detect(dbenv, 0, atype,
[all...]
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dbasic.test66 foreach atype [split $args ,] {
67 set atype [string trim $atype]
68 if { ! [info exists types($atype)]} {
69 append msg "no type map for: $atype" "\n"
72 lappend argout $types($atype)
73 lappend argsize [::ffidl::info sizeof $types($atype)]
H A Dlibm.test150 foreach atype [split $args ,] {
151 set atype [string trim $atype]
152 switch -exact $atype {
161 set fmt [::ffidl::info format [lindex $atype 1]]
167 append msg "unimplemented argument type: $atype" "\n"
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/
H A Dlibm.tcl93 foreach atype [split $args ,] {
94 set atype [string trim $atype]
95 lappend argout $types($atype)
/macosx-10.10/BerkeleyDB-21/db/lock/
H A Dlock_deadlock.c68 __lock_detect_pp(dbenv, flags, atype, rejectp)
70 u_int32_t flags, atype;
85 switch (atype) {
103 REPLICATION_WRAP(env, (__lock_detect(env, atype, rejectp)), 0, ret);
115 __lock_detect(env, atype, rejectp)
117 u_int32_t atype;
134 atype = DB_LOCK_MINWRITE;
154 atype = DB_LOCK_EXPIRE;
161 atype, &bitmap, &nlockers, &nalloc, &idmap, rejectp);
163 if (ret != 0 || atype
[all...]
H A Dlock_stub.c115 __lock_detect_pp(dbenv, flags, atype, abortp)
117 u_int32_t flags, atype;
121 COMPQUIET(atype, 0);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-81-item-acl-stress.c49 static void WithEachString(void(^each)(CFStringRef attr, enum ItemAttrType atype), ...) { argument
54 enum ItemAttrType atype = va_arg(ap, enum ItemAttrType); local
55 each(attr, atype);
60 static void ItemForEachPKAttr(CFMutableDictionaryRef item, void(^each)(CFStringRef attr, enum ItemAttrType atype)) { argument
165 ItemForEachPKAttr(item, ^(CFStringRef attr, enum ItemAttrType atype) {
167 switch (atype) {
H A Dsi-12-item-stress.c61 static void WithEachString(void(^each)(CFStringRef attr, enum ItemAttrType atype), ...) { argument
66 enum ItemAttrType atype = va_arg(ap, enum ItemAttrType); local
67 each(attr, atype);
73 static void ItemForEachAttr(CFMutableDictionaryRef item, void(^each)(CFStringRef attr, enum ItemAttrType atype)) {
188 static void ItemForEachPKAttr(CFMutableDictionaryRef item, void(^each)(CFStringRef attr, enum ItemAttrType atype)) { argument
276 ItemForEachPKAttr(item, ^(CFStringRef attr, enum ItemAttrType atype) {
278 switch (atype) {
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Darray.h29 enum atype {array_indexed, array_assoc}; enum
32 enum atype type;
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509_att.c289 int atype = 0; local
298 atype = stmp->type;
302 atype = attrtype;
319 ASN1_TYPE_set(ttmp, atype, stmp);
/macosx-10.10/ruby-106/ruby/lib/optparse/
H A Dac.rb45 with = Switch::PlacedArgument.new(*search(:atype, String), sdesc, ldesc, nil, desc, block)
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DSection.tcl19 set atype FFT
49 tk_optionMenu .f2i.at atype FFT LPC
50 .f2i.at.menu entryconfigure 0 -command {.c itemconf sect -analysistype $atype;.f2i.e configure -state disabled;.f2i.s configure -state disabled}
51 .f2i.at.menu entryconfigure 1 -command {.c itemconf sect -analysistype $atype;.f2i.e configure -state normal;.f2i.s configure -state normal}
/macosx-10.10/ruby-106/ruby/lib/
H A Doptparse.rb551 attr_reader :atype
566 @atype = {}
585 @atype[t] = [pat, block]
592 @atype.delete(t)
1165 next if search(:atype, o) do |pat, c|
1206 not_pattern, not_conv = search(:atype, o) unless not_style
1209 default_pattern, conv = search(:atype, FalseClass) unless default_pattern
1218 default_pattern, conv = search(:atype, o) unless default_pattern
1222 not_pattern, not_conv = search(:atype, FalseClass) unless not_style
1230 default_pattern, conv = search(:atype,
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/in_1/
H A Dnaptr_35.c566 dns_rdatatype_t atype; local
582 atype = 0;
587 atype = dns_rdatatype_srv;
591 atype = dns_rdatatype_a;
613 if (atype != 0)
614 return ((add)(arg, &name, atype));
/macosx-10.10/sudo-73/src/
H A Dparse.c531 int atype, nfound = 0; local
535 atype = HOSTALIAS;
539 atype = USERALIAS;
543 atype = RUNASALIAS;
547 atype = CMNDALIAS;
566 print_member(lbuf, m->name, m->type, m->negated, atype);
H A Dvisudo.c1110 int atype, error = 0; local
1180 atype = HOSTALIAS;
1183 atype = USERALIAS;
1186 atype = RUNASALIAS;
1189 atype = CMNDALIAS;
1198 if (!alias_remove_recursive(m->name, atype))
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-bgp.c1290 bgp_attr_print(u_int atype, const u_char *pptr, u_int len) argument
1309 switch (atype) {
1345 as_size = bgp_attr_get_as_size(atype, pptr, len);
2149 u_int aflags, atype, alenlen, alen; local
2155 atype = *(tptr + 1);
2168 "Unknown Attribute", atype,
2170 atype,
2184 if (!bgp_attr_print(atype, tptr, alen))
2194 printf("\n\t no Attribute %u decoder",atype); /* we have no decoder for the attribute */
2442 int aflags, atype, alenle local
[all...]
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-cray.c275 pwdacm.atype = IA_SECURID;
279 pwdudb.atype = IA_UDB;
283 pwddce.atype = IA_DCE;
287 pwddialup.atype = IA_DIALUP;
292 pwdwal.atype = IA_WAL;
/macosx-10.10/libxml2-26/libxml2/
H A Dvalid.c1852 if (cur->atype == XML_ATTRIBUTE_ID) {
2035 ret->atype = type;
2170 cur->atype = attr->atype;
2220 switch (attr->atype) {
2646 attr->atype = XML_ATTRIBUTE_ID;
2720 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID))
2759 attr->atype = 0;
3037 (attrDecl->atype == XML_ATTRIBUTE_IDREF ||
3038 attrDecl->atype
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dvalid.c1852 if (cur->atype == XML_ATTRIBUTE_ID) {
2035 ret->atype = type;
2170 cur->atype = attr->atype;
2220 switch (attr->atype) {
2646 attr->atype = XML_ATTRIBUTE_ID;
2720 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID))
2759 attr->atype = 0;
3037 (attrDecl->atype == XML_ATTRIBUTE_IDREF ||
3038 attrDecl->atype
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_boot.c422 u_int32_t atype; member in struct:bp_inaddr
484 call->call_ia.atype = htonl(1);
552 if (bia->atype != htonl(1))
651 if (bia->atype != htonl(1))
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_o.c1297 char *atype = (char *) SSL_alert_type_string_long( ret ); local
1301 if ( atype ) {
1302 atype = LDAP_STRDUP( atype );
1303 __etoa( atype );
1312 op, atype, adesc );
1314 if ( atype ) LDAP_FREE( atype );
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomputil.c1409 int atype, rest, oanum = 1, onum = 0; local
1420 atype = CAA_OPT;
1444 atype = CAA_RREST;
1447 atype = CAA_RARGS;
1449 atype = CAA_REST;
1452 atype = CAA_NORMAL;
1456 *oargp = parse_caarg(!rest, atype, oanum++, onum,
1458 if (atype == CAA_OPT)

Completed in 520 milliseconds

12