Searched refs:attr (Results 226 - 250 of 1316) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPEntry.cpp86 void LDAPEntry::addAttribute(const LDAPAttribute& attr) argument
88 m_attrs->addAttribute(attr);
96 void LDAPEntry::replaceAttribute(const LDAPAttribute& attr) argument
98 m_attrs->replaceAttribute(attr);
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DSecCodeHostLib.c42 #define ATTRDATA(attr) (void *)(attr), (attr) ? strlen((attr)) : 0
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DDH_utils.h47 CSSM_ATTRIBUTE_TYPE attr, // CSSM_ATTRIBUTE_KEY for normal private key
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DSecCodeHostLib.c42 #define ATTRDATA(attr) (void *)(attr), (attr) ? strlen((attr)) : 0
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dmutex.c110 pthread_mutexattr_t attr; local
123 (void) pthread_mutexattr_init(&attr);
125 (void) pthread_mutexattr_setpshared(&attr,
128 if (pthread_mutex_init(lock, &attr) != 0)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dadd.c405 Attribute *attr; local
409 attr = attr_find( (*e)->e_attrs, mods->sml_desc );
411 if( attr != NULL ) {
427 i = attr->a_numvals;
429 attr->a_numvals += j;
432 attr->a_vals = ch_realloc( attr->a_vals,
439 ber_dupbv( &attr->a_vals[i+j], &mods->sml_values[j] );
441 BER_BVZERO( &attr->a_vals[i+j] );
444 AC_MEMCPY( &attr
[all...]
/macosx-10.9.5/vim-53/src/
H A Dmessage.c25 static void add_msg_hist __ARGS((char_u *s, int len, int attr));
27 static void msg_home_replace_attr __ARGS((char_u *fname, int attr));
29 static char_u *screen_puts_mbyte __ARGS((char_u *s, int l, int attr));
31 static void msg_puts_attr_len __ARGS((char_u *str, int maxlen, int attr));
32 static void msg_puts_display __ARGS((char_u *str, int maxlen, int attr, int recurse));
35 static void store_sb_text __ARGS((char_u **sb_str, char_u *s, int attr, int *sb_col, int finish));
36 static void t_puts __ARGS((int *t_col, char_u *t_s, char_u *s, int attr));
39 static void msg_screen_putchar __ARGS((int c, int attr));
54 int attr; member in struct:msg_hist
129 msg_attr(s, attr)
403 smsg_attr(int attr, char_u *s, ...) argument
565 int attr; local
1454 int attr; local
1582 int attr = 0; local
1760 msg_puts_long_len_attr(longstr, (int)STRLEN(longstr), attr); local
2842 int attr; local
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/t/
H A D02filter.t268 (attr=*)
269 0000: 87 04 61 74 74 72 __ __ __ __ __ __ __ __ __ __ ..attr
271 (attr;x-tag=*)
272 0000: 87 0A 61 74 74 72 3B 78 2D 74 61 67 __ __ __ __ ..attr;x-tag
274 (attr=)
275 0000: A3 08 04 04 61 74 74 72 04 00 __ __ __ __ __ __ ....attr..
284 (attr=value)
285 0000: A3 0D 04 04 61 74 74 72 04 05 76 61 6C 75 65 __ ....attr..value
300 (attr;x-star=\2a)
301 0000: A3 10 04 0B 61 74 74 72 3B 78 2D 73 74 61 72 04 ....attr;
[all...]
/macosx-10.9.5/CPANInternal-140/XML-LibXML/lib/XML/LibXML/SAX/
H A DParser.pm155 foreach my $attr ($element->attributes) {
157 # warn("Attr: $attr -> ", $attr->getName, " = ", $attr->getData, "\n");
159 if ($attr->isa('XML::LibXML::Namespace')) {
162 unless ( defined $attr->name ) {
169 Value => $attr->href,
175 my $localname = $attr->localname;
187 Value => $attr->href,
195 my $ns = $attr
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Doverlayutils.c36 void dump_slap_attr(Attribute *attr) argument
41 if (attr)
43 for ( i = 1, current_attr = attr; current_attr; i++, current_attr = current_attr->a_next )
H A Dunique.c42 AttributeDescription *attr; member in struct:unique_attrs_s
138 unique_attrs *attr, *next_attr = NULL; local
146 attr = uri->attrs;
147 while ( attr ) {
148 next_attr = attr->next;
149 ch_free (attr);
150 attr = next_attr;
239 unique_attrs * attr; local
243 attr = ch_calloc ( 1,
245 attr
496 unique_attrs *attr, *next_attr, *reverse_attrs; local
912 unique_attrs *attr; local
953 unique_attrs *attr; local
[all...]
/macosx-10.9.5/cctools-845/ld/
H A Ddebugcompunit.c240 uint64_t attr; local
251 attr = read_uleb128 (&da, enda);
253 } while (attr != 0 && attr != (uint64_t) -1);
254 if (attr != 0)
269 uint64_t attr = read_uleb128 (&da, enda); local
272 if (attr == (uint64_t) -1)
274 else if (attr == 0)
280 if (attr == DW_AT_name && form == DW_FORM_string)
282 else if (attr
[all...]
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dhref_extractor.c55 char tag[1], attr[4], val[128]; local
71 html_parser_set_attr_buffer(hsp, attr, sizeof(attr));
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Deudcb-bbdb.el81 (let ((attr (car condition))
85 (or (and (memq attr '(firstname lastname aka company phones addresses net))
89 (symbol-name attr)))
144 attr
148 (setq attr (car attrs))
151 ((eq attr 'phones)
153 ((eq attr 'addresses)
155 ((memq attr '(firstname lastname aka company net notes))
159 (symbol-name attr)))
165 ((memq attr '(phone
[all...]
/macosx-10.9.5/cups-372.4/cups/test/
H A Dippserver.c348 ipp_attribute_t *attr);
797 ipp_attribute_t *attr; /* Job attribute */ local
835 attr = ippNextAttribute(job->attrs);
836 attr;
837 attr = ippNextAttribute(job->attrs))
838 ippSetGroupTag(job->attrs, &attr, IPP_TAG_JOB);
844 if ((attr = ippFindAttribute(job->attrs, "requesting-user-name",
846 ippSetName(job->attrs, &attr, "job-originating-user-name");
848 attr = ippAddString(job->attrs, IPP_TAG_JOB,
852 if (attr)
1764 ipp_attribute_t *attr; /* Current attribute */ local
1957 ipp_attribute_t *attr; /* job-id or job-uri attribute */ local
2402 ipp_attribute_t *attr; /* Current attribute */ local
3159 ipp_attribute_t *attr; /* Current attribute */ local
3380 ipp_attribute_t *attr; /* Current attribute */ local
4079 ipp_attribute_t *attr; /* Current attribute */ local
4678 ipp_attribute_t *attr; /* New status-message attribute */ local
4707 respond_unsupported( _ipp_client_t *client, ipp_attribute_t *attr) argument
4868 ipp_attribute_t *attr, /* Current attribute */ local
5004 ipp_attribute_t *attr, /* Current attribute */ local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A Dpkcs12Keychain.cpp224 * system, but the *format* of the attr names for SecKeyRefs differs from
229 * keys to map from the attr name strings we happen to know about to a
234 * the SecKeychainSearch mechanism knows to specify attr names for SecKeyRefs
260 * Convert the attr name strings we happen to know about to
266 p12ErrorLog("addSecKey: problem looking up key attr name\n");
272 p12ErrorLog("addSecKey: problem looking up key attr name\n");
306 SecKeychainAttribute *attr = &attrList->attr[i]; local
307 if(attr->tag == printNameTag) {
309 (UInt8 *)attr
401 SecKeychainAttribute *attr = &attrList->attr[i]; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs12Keychain.cpp224 * system, but the *format* of the attr names for SecKeyRefs differs from
229 * keys to map from the attr name strings we happen to know about to a
234 * the SecKeychainSearch mechanism knows to specify attr names for SecKeyRefs
260 * Convert the attr name strings we happen to know about to
266 p12ErrorLog("addSecKey: problem looking up key attr name\n");
272 p12ErrorLog("addSecKey: problem looking up key attr name\n");
306 SecKeychainAttribute *attr = &attrList->attr[i]; local
307 if(attr->tag == printNameTag) {
309 (UInt8 *)attr
401 SecKeychainAttribute *attr = &attrList->attr[i]; local
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dgthr-tpf.h206 pthread_mutexattr_t attr; local
209 r = __gthrw_(pthread_mutexattr_init) (&attr);
211 r = __gthrw_(pthread_mutexattr_settype) (&attr, PTHREAD_MUTEX_RECURSIVE);
213 r = __gthrw_(pthread_mutex_init) (mutex, &attr);
215 r = __gthrw_(pthread_mutexattr_destroy) (&attr);
/macosx-10.9.5/llvmCore-3425.0.33/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp45 uint16_t attr = AbbrevDecl->getAttrByIndex(i); local
47 dumpAttribute(OS, cu, &offset, attr, form, indent);
70 uint16_t attr,
75 const char *attrString = AttributeString(attr);
79 OS << format("DW_AT_Unknown_%x", attr);
247 uint16_t attr = AbbrevDecl->getAttrByIndex(i); local
251 ((attr == DW_AT_entry_pc) || (attr == DW_AT_low_pc))) {
254 if (attr == DW_AT_low_pc || attr
67 dumpAttribute(raw_ostream &OS, const DWARFCompileUnit *cu, uint32_t* offset_ptr, uint16_t attr, uint16_t form, unsigned indent) const argument
378 getAttributeValue(const DWARFCompileUnit *cu, const uint16_t attr, DWARFFormValue &form_value, uint32_t *end_attr_offset_ptr) const argument
413 getAttributeValueAsString( const DWARFCompileUnit* cu, const uint16_t attr, const char* fail_value) const argument
427 getAttributeValueAsUnsigned( const DWARFCompileUnit* cu, const uint16_t attr, uint64_t fail_value) const argument
438 getAttributeValueAsSigned( const DWARFCompileUnit* cu, const uint16_t attr, int64_t fail_value) const argument
449 getAttributeValueAsReference( const DWARFCompileUnit* cu, const uint16_t attr, uint64_t fail_value) const argument
[all...]
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dfrom.rb72 if /^(?<attr>\S+?):\s*(?<value>.*)/ =~ line
73 attr.capitalize!
74 header[attr] = value
75 elsif attr
76 header[attr] += "\n" + line.lstrip
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dadmin.c556 ipp_attribute_t *attr; /* member-uris attribute */ local
607 for (element = 0, attr = response->attrs;
608 attr != NULL;
609 attr = attr->next)
610 if (attr->name && !strcmp(attr->name, "printer-uri-supported"))
612 if ((ptr = strrchr(attr->values[0].string.text, '/')) != NULL &&
619 cgiSetArray("MEMBER_URIS", element, attr->values[0].string.text);
624 for (element = 0, attr
850 ipp_attribute_t *attr; /* Current attribute */ local
2390 ipp_attribute_t *attr; /* IPP attribute */ local
2772 ipp_attribute_t *attr; /* Attribute */ local
3114 ipp_attribute_t *attr; /* IPP attribute */ local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecItem.cpp577 attrList->attr = (SecKeychainAttribute*) malloc(sizeof(SecKeychainAttribute) * count);
585 attrList->attr[resultPointer].tag = tags[i];
589 attrList->attr[resultPointer].data = CloneDataByType(types[i], valuesPtr[i], attrList->attr[resultPointer].length);
609 list.attr = (SecKeychainAttribute*) calloc(infoNumItems, sizeof(SecKeychainAttribute));
615 list.attr[i].tag = info[i].oldItemType;
622 free(list.attr);
632 if (list.attr[i].data == NULL)
642 uint32_t keyRecordValue = *((uint32_t*)list.attr[i].data);
666 uint32_t keyAlgValue = *((uint32_t*)list.attr[
1085 SecKeychainAttribute attr[] = { local
1367 _CFDataCreateAttribute( CFDataRef data, SecKeychainAttrType tag, SecKeychainAttributePtr attr) argument
1402 _CFStringCreateAttribute( CFStringRef string, SecKeychainAttrType tag, SecKeychainAttributePtr attr) argument
2060 SecKeychainAttribute attr = { kSecKeyLabel, 0, NULL }; local
2957 SecKeychainAttribute attr = attrList->attr[index]; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecItem.cpp577 attrList->attr = (SecKeychainAttribute*) malloc(sizeof(SecKeychainAttribute) * count);
585 attrList->attr[resultPointer].tag = tags[i];
589 attrList->attr[resultPointer].data = CloneDataByType(types[i], valuesPtr[i], attrList->attr[resultPointer].length);
609 list.attr = (SecKeychainAttribute*) calloc(infoNumItems, sizeof(SecKeychainAttribute));
615 list.attr[i].tag = info[i].oldItemType;
622 free(list.attr);
632 if (list.attr[i].data == NULL)
642 uint32_t keyRecordValue = *((uint32_t*)list.attr[i].data);
666 uint32_t keyAlgValue = *((uint32_t*)list.attr[
1085 SecKeychainAttribute attr[] = { local
1367 _CFDataCreateAttribute( CFDataRef data, SecKeychainAttrType tag, SecKeychainAttributePtr attr) argument
1402 _CFStringCreateAttribute( CFStringRef string, SecKeychainAttrType tag, SecKeychainAttributePtr attr) argument
2060 SecKeychainAttribute attr = { kSecKeyLabel, 0, NULL }; local
2957 SecKeychainAttribute attr = attrList->attr[index]; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecItem.cpp577 attrList->attr = (SecKeychainAttribute*) malloc(sizeof(SecKeychainAttribute) * count);
585 attrList->attr[resultPointer].tag = tags[i];
589 attrList->attr[resultPointer].data = CloneDataByType(types[i], valuesPtr[i], attrList->attr[resultPointer].length);
609 list.attr = (SecKeychainAttribute*) calloc(infoNumItems, sizeof(SecKeychainAttribute));
615 list.attr[i].tag = info[i].oldItemType;
622 free(list.attr);
632 if (list.attr[i].data == NULL)
642 uint32_t keyRecordValue = *((uint32_t*)list.attr[i].data);
666 uint32_t keyAlgValue = *((uint32_t*)list.attr[
1085 SecKeychainAttribute attr[] = { local
1367 _CFDataCreateAttribute( CFDataRef data, SecKeychainAttrType tag, SecKeychainAttributePtr attr) argument
1402 _CFStringCreateAttribute( CFStringRef string, SecKeychainAttrType tag, SecKeychainAttributePtr attr) argument
2060 SecKeychainAttribute attr = { kSecKeyLabel, 0, NULL }; local
2957 SecKeychainAttribute attr = attrList->attr[index]; local
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-AbstractSearch-0.07/lib/Class/DBI/
H A DAbstractSearch.pm16 my $attr = (ref $_[0]) ? $_[1] : undef;
17 my $order = ($attr) ? delete($attr->{order_by}) : undef;
18 my $limit = ($attr) ? delete($attr->{limit}) : undef;
19 my $offset = ($attr) ? delete($attr->{offset}) : undef;
22 if ($attr && exists($attr->{order})) {
23 $order = delete($attr
[all...]

Completed in 301 milliseconds

1234567891011>>