Searched refs:attrib (Results 1 - 25 of 49) sorted by relevance

12

/macosx-10.10/OpenSSL098-52/src/crypto/pkcs12/
H A Dp12_attr.c74 if (X509at_add1_attr_by_NID(&bag->attrib, NID_localKeyID,
99 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
110 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
120 if (X509at_add1_attr_by_NID(&bag->attrib, NID_ms_csp_name,
129 X509_ATTRIBUTE *attrib; local
133 attrib = sk_X509_ATTRIBUTE_value (attrs, i);
134 if (OBJ_obj2nid (attrib->object) == attr_nid) {
135 if (sk_ASN1_TYPE_num (attrib->value.set))
136 return sk_ASN1_TYPE_value(attrib->value.set, 0);
H A Dp12_kiss.c207 ASN1_TYPE *attrib; local
210 if ((attrib = PKCS12_get_attr (bag, NID_friendlyName)))
211 fname = attrib->value.bmpstring;
213 if ((attrib = PKCS12_get_attr (bag, NID_localKeyID))) {
214 lkey = attrib->value.octet_string;
H A Dp12_asn.c111 ASN1_SET_OF_OPT(PKCS12_SAFEBAG, attrib, X509_ATTRIBUTE)
H A Dpkcs12.h122 STACK_OF(X509_ATTRIBUTE) *attrib; member in struct:__anon3325
164 PKCS12_get_attr_gen(bag->attrib, attr_nid)
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXfcntl.c76 int attrib));
81 int attrib,
155 * o attrib - Attribute to get.
161 GetFcntlAttr (interp, channel, mode, attrib)
165 int attrib;
169 switch (attrib) {
216 panic ("bug in fcntl get attrib");
231 * o attrib - Atrribute to set.
238 SetFcntlAttrObj (interp, channel, attrib, valueObj)
241 int attrib;
290 int attrib; local
[all...]
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_jaxen.rb56 XPath.each( ctxElement, "@*[namespace-uri() = 'http://jaxen.org/test-harness/var']") { |attrib| handleVariable(testCtx, variables, attrib) }
115 def handleVariable( ctx, variables, attrib )
116 puts "--- Found attribute: #{attrib.name}"
117 variables[attrib.name] = attrib.value
/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_query.c350 Dwarf_Attribute attrib; local
366 attrib = (Dwarf_Attribute) _dwarf_get_alloc(dbg, DW_DLA_ATTR, 1);
367 if (attrib == NULL) {
372 attrib->ar_attribute = attr;
373 attrib->ar_attribute_form = attr_form;
374 attrib->ar_attribute_form_direct = attr_form;
375 attrib->ar_cu_context = die->di_cu_context;
376 attrib->ar_debug_info_ptr = info_ptr;
377 *ret_attr = (attrib);
/macosx-10.10/pam_modules-140/common/
H A DCommon.c308 od_record_attribute_create_cfarray(ODRecordRef record, CFStringRef attrib, CFArrayRef *out) argument
312 if (NULL == record || NULL == attrib || NULL == out) {
318 *out = ODRecordCopyValues(record, attrib, NULL);
331 od_record_attribute_create_cfstring(ODRecordRef record, CFStringRef attrib, CFStringRef *out) argument
338 if (NULL == record || NULL == attrib || NULL == out) {
345 retval = od_record_attribute_create_cfarray(record, attrib, &vals);
358 cfstring_to_cstring(attrib, &attr_cstr);
399 od_record_attribute_create_cstring(ODRecordRef record, CFStringRef attrib, char **out) argument
404 if (NULL == record || NULL == attrib || NULL == out) {
410 retval = od_record_attribute_create_cfstring(record, attrib,
605 od_string_from_record(ODRecordRef record, CFStringRef attrib, char **out) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/os_brew/
H A Dos_stat.c44 *isdirp = fInfo.attrib == _FA_DIR ? 1 : 0;
/macosx-10.10/apache-793/httpd/modules/ldap/
H A Dutil_ldap_cache.c241 return util_ald_hash_string(3, node->dn, node->attrib, node->value);
250 strcmp(na->attrib, nb->attrib) == 0 &&
261 !(node->attrib = util_ald_strdup(cache, n->attrib)) ||
283 util_ald_free(cache, node->attrib);
333 node->attrib,
H A Dutil_ldap_cache.h123 * We cache every successful compare operation, using the DN, attrib, and
127 const char *dn; /* DN, attrib and value combine to be the key */
128 const char *attrib; member in struct:util_compare_node_t
/macosx-10.10/apache-793/httpd/include/
H A Dutil_ldap.h274 * @param attrib The attribute within the object we are comparing for.
280 * const char *url, const char *dn, const char *attrib, const char *value)
283 const char *url, const char *dn, const char *attrib, const char *value));
291 * @param attrib The attribute within group objects that identify users.
305 * const char *attrib, const char value,
311 const char *url, const char *dn, const char *attrib, const char *value,
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dnanoftp.h46 * @attrib: the attribute string
61 const char *filename, const char *attrib,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dnanoftp.h26 * @attrib: the attribute string
41 const char *filename, const char *attrib,
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A Dbrowse.tcl242 if {[string compare [$tbl attrib afterId] ""] == 0} {
243 $tbl attrib afterId [after 500 [list demo::updateItems $tbl]]
256 $tbl attrib afterId ""
H A Dbrowse_tile.tcl249 if {[string compare [$tbl attrib afterId] ""] == 0} {
250 $tbl attrib afterId [after 500 [list demo::updateItems $tbl]]
263 $tbl attrib afterId ""
H A DbrowseTree.tcl282 if {[string compare [$tbl attrib afterId] ""] == 0} {
283 $tbl attrib afterId [after 500 [list demo::updateItems $tbl]]
296 $tbl attrib afterId ""
H A DbrowseTree_tile.tcl288 if {[string compare [$tbl attrib afterId] ""] == 0} {
289 $tbl attrib afterId [after 500 [list demo::updateItems $tbl]]
302 $tbl attrib afterId ""
H A Dconfig.tcl184 $tbl attrib widget $w
224 set w [$tbl attrib widget]
H A Dconfig_tile.tcl181 $tbl attrib widget $w
221 set w [$tbl attrib widget]
/macosx-10.10/vim-55/src/
H A Dos_vms.c210 unsigned long attrib; local
217 attrib = LNM$M_CASE_BLIND;
221 if (sys$trnlnm(&attrib, &d_file_dev, &d_lognam, NULL,&itmlst) == SS$_NORMAL)
247 long attrib = 0L; local
257 res = sys$crelnm(&attrib, &tabnam, &lognam, &acmode, &itmlst);
/macosx-10.10/BerkeleyDB-21/db/dist/brew/
H A Dbrew_posix.h23 unsigned int attrib; member in struct:__anon323
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A DProgressBar.py112 (attrib, cap_name) = capability.split('=')
113 setattr(self, attrib, self._tigetstr(cap_name) or '')
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_descriptors.py276 def attrib(self, *args): function in function:TestBasicDescriptors.test_accessor
278 self.assertRaises(TypeError, objc.accessor, attrib)
280 def attrib(self, **kwds): function in function:TestBasicDescriptors.test_accessor
282 self.assertRaises(TypeError, objc.accessor, attrib)
617 def attrib(self, *args): function in function:TestBasicDescriptors.test_Accessor
619 self.assertRaises(TypeError, objc.Accessor, attrib)
621 def attrib(self, **kwds): function in function:TestBasicDescriptors.test_Accessor
623 self.assertRaises(TypeError, objc.Accessor, attrib)
/macosx-10.10/OpenSSH-189/openssh/
H A Dservconf.c669 char *arg, *attrib, *cp = *condition; local
681 while ((attrib = strdelim(&cp)) && *attrib != '\0') {
683 error("Missing Match criteria for %s", attrib);
687 if (strcasecmp(attrib, "user") == 0) {
697 } else if (strcasecmp(attrib, "group") == 0) {
708 } else if (strcasecmp(attrib, "host") == 0) {
718 } else if (strcasecmp(attrib, "address") == 0) {
735 } else if (strcasecmp(attrib, "localaddress") == 0){
753 } else if (strcasecmp(attrib, "localpor
[all...]

Completed in 170 milliseconds

12