Searched refs:cn (Results 1 - 25 of 254) sorted by last modified time

1234567891011

/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c3389 struct componentname cn; local
3393 MALLOC_ZONE(cn.cn_pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
3394 cn.cn_nameiop = LOOKUP;
3395 cn.cn_flags = ISLASTCN | HASBUF;
3396 cn.cn_context = NULL;
3397 cn.cn_pnlen = MAXPATHLEN;
3398 cn.cn_nameptr = cn.cn_pnbuf;
3399 cn.cn_namelen = cndesc.cd_namelen;
3400 cn
[all...]
H A Dhfs_vnops.c6390 struct componentname cn; local
6512 cn.cn_pnbuf = NULL;
6514 MALLOC_ZONE(cn.cn_pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
6515 cn.cn_nameiop = LOOKUP;
6516 cn.cn_flags = ISLASTCN | HASBUF;
6517 cn.cn_context = NULL;
6518 cn.cn_pnlen = MAXPATHLEN;
6519 cn.cn_nameptr = cn.cn_pnbuf;
6520 cn
[all...]
/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/ruby-104/ruby/lib/
H A Doptparse.rb261 canon, sw, cn = candidates.shift
264 if String === cn and String === kn
265 if cn.rindex(kn, 0)
266 canon, sw, cn = k, v, kn
268 elsif kn.rindex(cn, 0)
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
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);
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);
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vnops.c5968 struct componentname cn, *cnp = &cn; local
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/llvmCore-3425.0.33/tools/lto/
H A DLTOModule.cpp327 Constant *cn = gvn->getInitializer(); local
328 if (ConstantDataArray *ca = dyn_cast<ConstantDataArray>(cn)) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp678 ConstantSDNode *cn = cast<ConstantSDNode>(N.getNode()); local
679 unsigned retval = cn->getZExtValue();
/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);
H A Dsi-66-smime.c2410 const void * cn[] = { kSecOidCommonName, CFSTR("Root CA") }; local
2411 CFArrayRef cn_dn = CFArrayCreate(kCFAllocatorDefault, cn, 2, NULL);
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecSCEP.c222 const void * cn[] = { kSecOidCommonName, cn_uuid }; local
223 cn_dn = CFArrayCreate(kCFAllocatorDefault, cn, 2, NULL);
/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);
H A DtsaSupport.c334 char *cn = cfStringToChar(commonName); local
335 dtprintf("%s%s\n", signerhdr, cn);
336 if (cn)
337 free(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);
H A DtsaSupport.c334 char *cn = cfStringToChar(commonName); local
335 dtprintf("%s%s\n", signerhdr, cn);
336 if (cn)
337 free(cn);
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/AT386/
H A Dmodel_dep.c772 int cn = cpu_number(); local
802 panic_i386_backtrace(stackptr, ((panic_double_fault_cpu == cn) ? 80: 48), NULL, FALSE, NULL);
873 kprintf("Invoking machine_halt_cpu on CPU %d\n", cn);
875 if (cnum != (unsigned) cn) {
1022 int cn = cpu_number(); local
1024 if(pbtcpu != cn) {
1030 pbtcpu = cn;
1058 "Frame : Return Address (4 potential args on stack)\n", cn);
1060 "Frame : Return Address\n", cn);
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c524 struct componentname cn; local
543 cn.cn_nameiop = DELETE;
544 cn.cn_flags = ISLASTCN;
545 cn.cn_context = kernelctx;
546 cn.cn_pnbuf = tmpname;
547 cn.cn_pnlen = sizeof(tmpname);
548 cn.cn_nameptr = cn.cn_pnbuf;
549 cn.cn_namelen = strlen(tmpname);
560 (void) VNOP_REMOVE(dvp, svp, &cn,
665 struct componentname cn; local
731 struct componentname cn; local
1083 struct componentname cn; local
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dregcomp.c3147 CallNode* cn = NCALL(node); local
3150 if (cn->group_num != 0) {
3151 int gnum = cn->group_num;
3162 ONIGERR_UNDEFINED_GROUP_REFERENCE, cn->name, cn->name_end);
3169 cn->target = nodes[cn->group_num];
3170 if (IS_NULL(cn->target)) {
3172 ONIGERR_UNDEFINED_NAME_REFERENCE, cn->name, cn
6636 CallNode* cn = NCALL(node); local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/schema/
H A Dapple.schema14 # MUST ( cn ) )
604 # Alternative to using 'cn' when adding mount record schema to other LDAP servers
618 MUST ( cn )
675 MUST ( cn )
814 MUST ( cn )
848 MUST ( cn )
951 MAY ( cn $ apple-config-realname $
966 MUST ( cn )
980 MUST ( cn )
996 MUST ( cn )
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dgen_encode.c49 const char *cn[] = { "ASN1_C_UNIV", "ASN1_C_APPL", local
51 if ((int)class >= sizeof(cn) / sizeof(cn[0]))
53 return cn[class];
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dtls_o.c939 ASN1_STRING *cn = NULL; local
951 cn = X509_NAME_ENTRY_get_data( ne );
956 if( !cn )
969 } else if ( cn->length == nlen &&
970 strncasecmp( name, (char *) cn->data, nlen ) == 0 ) {
973 } else if (( cn->data[0] == '*' ) && ( cn->data[1] == '.' )) {
981 if ((dlen == cn->length-1) &&
982 !strncasecmp(domain, (char *) &cn->data[1], dlen)) {
991 name, cn
[all...]
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vnops.c1352 uint32_t cn; local
1674 cn = fdep->de_StartCluster;
1675 bn = cntobn(pmp, cn);
2077 uint32_t cn; local
2185 error = msdosfs_pcbmap(dep, (uint32_t)dir_cluster, 1, &bn, &cn, &blsize);
2398 uint32_t cn; local
2410 cn = de_cluster(pmp, ap->a_foffset);
2413 numclusters = de_cluster(pmp, ap->a_foffset + ap->a_size - 1) - cn + 1;
2416 error = msdosfs_pcbmap(dep, cn, numclusters, &bn, NULL, &runsize);
2419 bn += (((uint32_t)ap->a_foffset - de_cn2off(pmp, cn)) >> pm
2684 uint32_t cn = 0; /* first cluster of symlink */ local
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A DMakefile.am17 cn.h \
220 ## COMPONENT: transport/cn - comprises of libprot_ncacn shared lib

Completed in 367 milliseconds

1234567891011