Searched refs:cn (Results 76 - 100 of 254) sorted by relevance

1234567891011

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dtest042-valsort95 $LDAPMODIFY -x -D cn=config -h $LOCALHOST -p $PORT1 -y $CONFIGPWF > \
98 dn: olcOverlay={0}valsort,olcDatabase={1}$BACKEND,cn=config
149 cn: dave
180 cn: bill
H A Dtest047-ldap202 $LDAPMODIFY -v -D "cn=Manager,$BASEDN" -h $LOCALHOST -p $PORT3 -w $PASSWD \
205 dn: cn=Added Group,ou=Groups,$BASEDN
209 cn: Added Group
210 member: cn=Added Group,ou=Groups,$BASEDN
213 dn: cn=Another Added Group,ou=Groups,$BASEDN
216 cn: Another Added Group
217 member: cn=Added Group,ou=Groups,$BASEDN
218 member: cn=Another Added Group,ou=Groups,$BASEDN
220 dn: cn=Another Added Group,ou=Groups,$BASEDN
229 dn: cn
[all...]
H A Dtest023-refint159 cn: special
196 dn: cn=group,o=refint
199 cn: group
H A Dtest021-certificate96 dn: cn=Ursula Hampster,ou=Alumni Association,ou=People,dc=example,dc=com
123 dn: cn=Jennifer Smith,ou=Alumni Association,ou=People,dc=example,dc=com
150 dn: cn=Jennifer Smith,ou=Alumni Association,ou=People,dc=example,dc=com
196 dn: cn=Mark Elliot,ou=Alumni Association,ou=People,dc=example,dc=com
H A Dtest038-retcode74 $LDAPSEARCH -b "cn=timelimitExceeded,ou=RetCodes,$BASEDN" \
86 dn: cn=unwillingToPerform,ou=RetCodes,$BASEDN
98 "cn=Success w/ Delay,ou=RetCodes,$BASEDN" "cn:foo" >> $TESTOUT 2>&1
/macosx-10.9.5/sudo-72/src/
H A Dschema.OpenLDAP73 MUST ( cn )
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dstack.c138 rde_stack_get (RDE_STACK s, long int* cn, void*** cc)
140 *cn = s->top;
137 rde_stack_get(RDE_STACK s, long int* cn, void*** cc) argument
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dnode.c88 gn_serial_arcs (GN* n, Tcl_Obj* empty, Tcl_HashTable* cn) argument
109 he = Tcl_FindHashEntry (cn, (char*) a->end->n);
112 * in 'cn'.
H A Dfilter.c204 Tcl_HashTable cn; local
207 Tcl_InitHashTable (&cn, TCL_ONE_WORD_KEYS);
214 Tcl_DeleteHashTable(&cn);
217 if (Tcl_FindHashEntry (&cn, (char*) n)) continue;
219 Tcl_CreateHashEntry (&cn, (char*) n, &new);
224 Tcl_DeleteHashTable(&cn);
620 /* foreach n in cn */
676 Tcl_HashTable cn; local
680 Tcl_InitHashTable (&cn, TCL_ONE_WORD_KEYS);
685 /* foreach n in cn */
792 Tcl_HashTable cn; local
[all...]
H A Dgraph.c139 Tcl_HashTable cn; local
148 Tcl_InitHashTable (&cn, TCL_ONE_WORD_KEYS);
162 if (Tcl_FindHashEntry (&cn, (char*) n)) continue;
164 he = Tcl_CreateHashEntry (&cn, (char*) n, &new);
181 he = Tcl_CreateHashEntry (&cn, (char*) n, &new);
204 lv [k] = gn_serial_arcs (n, empty, &cn);
215 Tcl_DeleteHashTable(&cn);
221 Tcl_DeleteHashTable(&cn);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/
H A Dgraph_tcl.tcl1154 proc ::struct::graph::ArcsIN {name cn} {
1160 # 'cn' of nodes.
1170 foreach node $cn {
1179 proc ::struct::graph::ArcsOUT {name cn} {
1190 foreach node $cn {
1199 proc ::struct::graph::ArcsADJ {name cn} {
1208 [ArcsIN $name $cn] \
1209 [ArcsOUT $name $cn]]
1231 proc ::struct::graph::ArcsINN {name cn} {
1240 [ArcsIN $name $cn] \
[all...]
/macosx-10.9.5/swig-10/Source/CParse/
H A Dtempl.c121 Node *cn = firstChild(n); local
122 while (cn) {
123 cparse_template_expand(cn, tname, rname, templateargs, patchlist, typelist, cpatchlist);
124 cn = nextSibling(cn);
199 Node *cn; local
207 cn = firstChild(n);
208 while (cn) {
209 cparse_template_expand(cn, tname, rname, templateargs, patchlist, typelist, cpatchlist);
210 cn
[all...]
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/t/
H A Dverify_hostname.t59 my $cn = $client->peer_certificate( 'cn' );
60 print "not " unless $cn eq "server.local";
61 ok("cn");
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/regressions/its4337/
H A Dits433766 -D "cn=config" -w "config" -b "cn=config" \
76 $LDAPADD -v -D "cn=config" -w "config" -h $LOCALHOST -p $PORT1 \
78 dn: olcDatabase=bdb,cn=config
95 -D "cn=config" -w "config" -b "cn=config" \
105 $LDAPADD -v -D "cn=config" -w "config" -h $LOCALHOST -p $PORT1 \
107 dn: olcDatabase={1}bdb,cn=config
128 -D "cn=config" -w "config" -b "cn
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/sdb/sqlite/
H A Dsqlitedb.c80 sqlitedb_lookup_cb(void *p, int cc, char **cv, char **cn) argument
92 UNUSED(cn);
154 sqlitedb_allnodes_cb(void *p, int cc, char **cv, char **cn) argument
167 UNUSED(cn);
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Derrinfo22 # errinfo -cn ssh # examine "ssh" using counts
176 -cn ssh # examine "ssh" using counts
/macosx-10.9.5/dtrace-118.1/DTTk/
H A Derrinfo22 # errinfo -cn ssh # examine "ssh" using counts
176 -cn ssh # examine "ssh" using counts
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_mft.h111 struct vnode_attr *va, struct componentname *cn,
H A Dntfs_vnops.c600 struct componentname *name_cn, *cn; local
629 name_cn = cn = a->a_cnp;
630 op = cn->cn_nameiop;
632 "0x%lx.", (int)cn->cn_namelen, cn->cn_nameptr,
635 (unsigned long)cn->cn_flags);
664 err = cache_lookup(dir_ni->vn, &vn, cn);
699 if (cn->cn_namelen == 1 && cn->cn_nameptr[0] == '.') {
701 cn
1130 ntfs_create(vnode_t dir_vn, vnode_t *vn, struct componentname *cn, struct vnode_attr *va, const BOOL lock) argument
4679 ntfs_unlink(ntfs_inode *dir_ni, ntfs_inode *ni, struct componentname *cn, const int flags, const BOOL is_rmdir) argument
5058 ntfs_link_internal(ntfs_inode *ni, ntfs_inode *dir_ni, struct componentname *cn, const BOOL is_rename, const ntfschar *name, const signed name_len) argument
5417 struct componentname *cn; 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/swig-10/Source/Modules/
H A Dlang.cxx2129 Node *cn = NewHash(); local
2130 set_nodeType(cn, "constructor");
2131 Setattr(cn, "access", "public");
2132 Setfile(cn, Getfile(n));
2133 Setline(cn, Getline(n));
2163 String *symname = Swig_name_make(cn, cname, last, decl, oldname);
2170 Setattr(cn, "name", name);
2171 Setattr(cn, "sym:name", symname);
2172 SetFlag(cn, "feature:new");
2173 Setattr(cn, "dec
2181 Swig_features_get(Swig_cparse_features(), 0, name, decl, cn); local
2203 Node *cn = NewHash(); local
2231 Swig_features_get(Swig_cparse_features(), 0, name, decl, cn); local
2252 Node *cn = NewHash(); local
2277 Swig_features_get(Swig_cparse_features(), 0, name, decl, cn); local
3382 Node *cn = 0; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/
H A Dslapd-idassert.conf39 authz-regexp "^uid=admin/([^,]+),.+" "ldap:///ou=Admin,dc=example,dc=com??sub?(cn=$1)"
45 # cn=monitor, cn=schema, and cn=config
62 rootdn "cn=Manager,dc=example,dc=com"
67 #indexdb#index cn,sn,uid pres,eq,sub
71 access to dn.exact="cn=Proxy,ou=Admin,dc=example,dc=com"
73 by dn.exact="cn=Proxy,ou=Admin,dc=example,dc=com" =wx
79 rootdn "cn=Manager,dc=example,dc=it"
83 #indexdb#index cn,s
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/ldap/
H A DldapChangeTest26 "(cn=Tes*)" {}]
72 set dn "cn=Manager, o=University of Michigan, c=US"
81 set dn "cn=Test User,ou=People,o=University of Michigan,c=US"
86 cn "Test User"
130 ldap::modifyDN $handle $dn "cn=Tester"
139 set dn "cn=Tester,ou=People,o=University of Michigan,c=US"
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DFilterMatch.pm316 $entry->dn("cn=dummy entry");
318 'cn' => 'dummy entry',
321 my @filters = (qw/(cn=dummy*)
323 (&(cn=dummy*)(street=*road))
324 (&(cn=dummy*)(!(street=nowhere)))/);
354 For approximate matching like (cn~=Schmidt) there are several modules that can
/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];

Completed in 135 milliseconds

1234567891011