Searched refs:cn (Results 126 - 150 of 254) sorted by relevance

1234567891011

/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-62-csr.c163 const void * cn[] = { CFSTR("2.5.4.3"), CFSTR("S/MIME Baby") }; local
165 CFArrayRef cn_dn = CFArrayCreate(kCFAllocatorDefault, cn, 2, NULL);
/macosx-10.9.5/bind9-45.100/bind9/contrib/sdb/sqlite/
H A Dzone2sqlite.c93 add_rdata_cb(void *parm, int cc, char **cv, char **cn) argument
98 UNUSED(cn);
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dlabel.tcl138 set cn [Widget::hasChanged $path -name name]
142 if { $cv || $cb || $ci || $cn || $ct || $cu } {
H A Dbutton.tcl189 foreach {cr cs cv cn ct cu} [Widget::hasChangedX $path \
211 if { $cv || $cn || $ct || $cu } {
/macosx-10.9.5/vim-53/runtime/lang/
H A Dmenu_chinese_gb.936.vim1 " Menu Translations: Simplified Chinese <i18n-translation@lists.linux.net.cn>
2 " Translated By: Yuheng Xie <elephant@linux.net.cn>
164 menutrans &Next\ Error<Tab>:cn ����������(&N)<Tab>:cn
H A Dmenu_zh_cn.gb2312.vim1 " Menu Translations: Simplified Chinese <i18n-translation@lists.linux.net.cn>
2 " Translated By: Yuheng Xie <elephant@linux.net.cn>
167 menutrans &Next\ Error<Tab>:cn ����������(&N)<Tab>:cn
H A Dmenu_zh_cn.utf-8.vim1 " Menu Translations: Simplified Chinese <i18n-translation@lists.linux.net.cn>
2 " Translated By: Yuheng Xie <elephant@linux.net.cn>
164 menutrans &Next\ Error<Tab>:cn ���������������(&N)<Tab>:cn
H A Dmenu_af_af.latin1.vim64 menutrans &Next\ Error<Tab>:cn Volgende\ Fout<Tab>:cn
H A Dmenu_chinese_taiwan.950.vim160 menutrans &Next\ Error<Tab>:cn �U�@���s�����~�B(&N)<Tab>:cn
H A Dmenu_ru_ru.koi8-r.vim137 menutrans &Next\ Error<Tab>:cn �����&����\ ������<Tab>:cn
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_engine_init.c.orig982 char *cn;
1015 if (SSL_X509_getCN(ptemp, cert, &cn)) {
1018 if (apr_fnmatch_test(cn)) {
1019 if (apr_fnmatch(cn, s->server_hostname,
1024 ssl_asn1_keystr(type), cn);
1027 else if (strNE(s->server_hostname, cn)) {
1031 ssl_asn1_keystr(type), cn);
H A Dssl_engine_init.c989 char *cn; local
1022 if (SSL_X509_getCN(ptemp, cert, &cn)) {
1025 if (apr_fnmatch_test(cn)) {
1026 if (apr_fnmatch(cn, s->server_hostname,
1031 ssl_asn1_keystr(type), cn);
1034 else if (strNE(s->server_hostname, cn)) {
1038 ssl_asn1_keystr(type), cn);
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dsspi.c66 const TCHAR *cn, /* I - Common name of certificate */
92 DEBUG_printf(("_sspiGetCredentials(conn=%p, container=%p, cn=\"%s\", isServer=%d)", conn, container, cn, isServer));
96 if (!cn)
134 if (!CertStrToName(X509_ASN_ENCODING, cn, CERT_OID_NAME_STR,
152 if (!CertStrToName(X509_ASN_ENCODING, cn, CERT_OID_NAME_STR, NULL,
62 _sspiGetCredentials(_sspi_struct_t *conn, const LPWSTR container, const TCHAR *cn, BOOL isServer) argument
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Drescoff.c627 int ci, cn;
642 cn = 0;
646 ++cn;
651 putcwi_16 (cwi, cn, erd->name_count);
659 coff_alloc (&cwi->dirs, (ci + cn) * sizeof (*ere)));
625 int ci, cn; local
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A DisMember.pl78 filter => "(&(cn=$opt_n)(objectclass=groupOfUniqueNames))",
230 It assumes that the group name is stored as a value of the cn attribute
335 The script assumes that you make the DN of your groups with the cn attribute
336 (e.g. cn=Accounting Managers, ...) and that the group is of object class
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/smtpd/
H A Dsmtpd.tcl432 for {set cn 0} {$cn < 12} {incr cn} {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/dns/
H A Ddns.tcl1050 for {set cn 0} {$cn < $nitems} {incr cn} {
1079 for {set cn 0} {$cn < $nitems} {incr cn} {
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_node.c599 struct componentname cn; local
794 bzero(&cn, sizeof(cn));
795 cn.cn_nameptr = nsp->nsr_name;
796 cn.cn_namelen = nsp->nsr_namlen;
797 nfs_name_cache_purge(nsp->nsr_dnp, np, &cn, ctx);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dtestdb_metadata.sql32 values (1,1,'cn','persons.name||'' ''||persons.surname','persons',NULL,
91 values (ldap_entry_ids.nextval,'cn=Mitya Kovalev,dc=example,dc=com',1,1,1);
94 values (ldap_entry_ids.nextval,'cn=Torvlobnor Puzdoy,dc=example,dc=com',1,1,2);
97 values (ldap_entry_ids.nextval,'cn=Akakiy Zinberstein,dc=example,dc=com',1,1,3);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dtestdb_metadata.sql30 insert into ldap_attr_mappings (id,oc_map_id,name,sel_expr,from_tbls,join_where,add_proc,delete_proc,param_order,expect_return) values (1,1,'cn','text(persons.name||'' ''||persons.surname)','persons',NULL,'SELECT update_person_cn(?,?)','SELECT 1 FROM persons WHERE persons.name=? AND persons.id=? AND 1=0',3,0);
68 insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values (2,'cn=Mitya Kovalev,dc=example,dc=com',1,1,1);
70 insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values (3,'cn=Torvlobnor Puzdoy,dc=example,dc=com',1,1,2);
72 insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values (4,'cn=Akakiy Zinberstein,dc=example,dc=com',1,1,3);
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_inode.c309 * @cn: componentname containing the name of @ni or NULL
318 * If @cn is not NULL, set it up as the name of the newly created vnode and
327 vnode_t parent_vn, struct componentname *cn, BOOL isstream)
362 .vnfs_cnp = cn, /* Component name to assign as the name
372 if (cn && cn->cn_flags & MAKEENTRY) {
377 cn->cn_flags &= ~MAKEENTRY;
417 * @cn: componentname containing the name of the inode to return
434 * changing the current parent of the vnode to @parent_vn. If @cn is not NULL
435 * and the current name of the vnode does not match the name described by @cn,
326 ntfs_inode_add_vnode_attr(ntfs_inode *ni, const BOOL is_system, vnode_t parent_vn, struct componentname *cn, BOOL isstream) argument
459 ntfs_inode_get(ntfs_volume *vol, ino64_t mft_no, const BOOL is_system, const lck_rw_type_t lock, ntfs_inode **nni, vnode_t parent_vn, struct componentname *cn) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/bin/
H A Dldapsearch50 objectClass aliasedObjectName knowledgeInformation cn sn
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmssiginfo.c542 CFStringRef cn = SecCmsSignerInfoGetSignerCommonName(signerinfo); local
543 if (cn)
545 char *ccn = cfStringToChar(cn);
548 dprintf("SecCmsSignerInfoVerify: cn: %s\n", ccn);
551 CFRelease(cn);
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmssiginfo.c542 CFStringRef cn = SecCmsSignerInfoGetSignerCommonName(signerinfo); local
543 if (cn)
545 char *ccn = cfStringToChar(cn);
548 dprintf("SecCmsSignerInfoVerify: cn: %s\n", ccn);
551 CFRelease(cn);
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dsecurity.rb468 cn, dcs = email_address.split '@'
472 name = "CN=#{cn}/#{dcs.map { |dc| "DC=#{dc}" }.join '/'}"

Completed in 519 milliseconds

1234567891011