| /src/external/bsd/openldap/dist/tests/scripts/ |
| test026-dn | 33 echo "Testing slapd DN parsing..." 68 DN="OU=Sales+CN=J. Smith,DC=example,DC=net" 69 echo "Searching database for DN=\"$DN\"..." 70 echo "# Searching database for DN=\"$DN\"..." >> $SEARCHOUT 72 "(member=$DN)" >> $SEARCHOUT 2>&1 81 DN="testUUID=597ae2f6-16a6-1027-98f4-ABCDEFabcdef,DC=Example" 82 echo "Searching database for entryUUID-named DN=\"$DN\"... [all...] |
| test032-chain | 156 DN="cn=Mark Elliot,ou=Alumni Association,ou=People,$BASEDN" 157 echo "Comparing \"$DN\" on server $n..." 158 $LDAPCOMPARE -H $URI "$DN" "cn:Mark Elliot" \ 168 DN="ou=Other,$BASEDN" 169 echo "Comparing \"$DN\" on server $n with manageDSAit control..." 170 $LDAPCOMPARE -H $URI -M "$DN" "ou:Other" \ 187 dn: cn=New Group,ou=Groups,dc=example,dc=com 193 dn: cn=New Group,ou=Groups,dc=example,dc=com 206 dn: cn=New Group,ou=Groups,dc=example,dc=com 211 dn: cn=All Staff,ou=Groups,dc=example,dc=co [all...] |
| /src/external/mpl/dhcp/dist/contrib/ldap/ |
| dhcpd-conf-to-ldap | 4 # To use this script, set your base DN below. Then run 33 my $dhcpdn = "cn=$dhcpcn, $basedn"; # DHCP config tree DN 34 my $second = ''; # secondary server DN / hostname 53 --dhcpdn "dhcp config DN" ("$dhcpdn") 57 --second "secondary server or DN" ("$second") 137 local ($dn) = @_; 139 $current_dn = "$dn, $current_dn"; 187 print "dn: $hostdn\n"; 203 print "dn: $curentry{'current_dn'}\n"; 219 print "dn: $curentry{'current_dn'}\n" [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| Debugify.cpp | 309 for (const DINode *DN : SP->getRetainedNodes()) { 310 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { 544 for (const DINode *DN : SP->getRetainedNodes()) { 545 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) {
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| sasl.c | 305 /* Find our DN and conn first */ 549 /* Find our DN and conn first */ 697 /* Convert a SASL authcid or authzid into a DN. Store the DN in an 718 struct berval dn; local 765 /* Normally we require an authzID to have a u: or dn: prefix. 792 rc = slap_sasl_getdn( conn, NULL, &bvin, (char *)user_realm, &dn, 801 prop_set( props, names[0], (char *)&dn.bv_len, sizeof( dn.bv_len ) ); 805 prop_set( props, names[0], dn.bv_val, dn.bv_len ) 1033 struct berval dn, ndn; local [all...] |
| dn.c | 1 /* $NetBSD: dn.c,v 1.4 2025/09/05 21:16:25 christos Exp $ */ 3 /* dn.c - routines for dealing with distinguished names */ 30 __RCSID("$NetBSD: dn.c,v 1.4 2025/09/05 21:16:25 christos Exp $"); 45 * The DN syntax-related functions take advantage of the dn representation 49 * malization/"pretty"ing are done on newly created DN structural represen- 50 * tations; however the idea is to move towards DN handling in structural 129 LDAPDN_validate( LDAPDN dn ) 134 assert( dn != NULL ); 136 for ( iRDN = 0; dn[ iRDN ]; iRDN++ ) 155 LDAPDN dn = NULL; local 436 LDAPDN dn = NULL; local 554 LDAPDN dn = NULL; local 725 LDAPDN dn = NULL; local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| RDFLiveness.cpp | 525 NodeId DN = DA.Addr->getReachedDef(); 526 while (DN != 0) { 527 NodeAddr<DefNode*> A = DFG.addr<DefNode*>(DN); 536 DN = A.Addr->getSibling();
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaCoroutine.cpp | 34 DeclarationName DN = S.PP.getIdentifierInfo(Name); 35 LookupResult LR(S, DN, Loc, Sema::LookupMemberName); 1214 DeclarationName DN = 1216 LookupResult Found(S, DN, Loc, Sema::LookupMemberName); 1238 << DN;
|
| Sema.cpp | 220 DeclarationName DN = &Context.Idents.get(Name); 221 if (IdResolver.begin(DN) == IdResolver.end())
|
| SemaChecking.cpp | 5703 DeclarationName DN(&Context.Idents.get(NewBuiltinName)); 5704 LookupResult Res(*this, DN, DRE->getBeginLoc(), LookupOrdinaryName); 9597 DeclarationName DN(&S.Context.Idents.get(FunctionName)); 9598 LookupResult R(S, DN, Loc, Sema::LookupAnyName);
|
| SemaCodeComplete.cpp | 5185 DeclarationName DN = T.getNamedConcept()->getDeclName(); 5186 if (DN.isIdentifier() && DN.getAsIdentifierInfo()->isStr("same_as"))
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfDebug.cpp | 1898 for (const DINode *DN : SP->getRetainedNodes()) { 1899 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) 1902 if (auto *DV = dyn_cast<DILocalVariable>(DN)) { 1904 } else if (auto *DL = dyn_cast<DILabel>(DN)) { 1909 createConcreteEntity(TheCU, *Scope, DN, nullptr); 2167 for (const DINode *DN : SP->getRetainedNodes()) { 2168 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) 2172 if (auto *DV = dyn_cast<DILocalVariable>(DN)) 2174 else if (auto *DL = dyn_cast<DILabel>(DN)) 2180 ensureAbstractEntityIsCreated(TheCU, DN, Scope) [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/ |
| testdb_metadata.sql | 54 values (6,1,'seeAlso','seeAlso.dn','ldap_entries seeAlso,documents,authors_docs,persons', 66 values (9,2,'documentAuthor','documentAuthor.dn','ldap_entries documentAuthor,documents,authors_docs,persons', 81 -- entries mapping: each entry must appear in this table, with a unique DN rooted at the database naming context 83 -- dn the DN of the entry, in "pretty" form 87 insert into ldap_entries (id,dn,oc_map_id,parent,keyval) 90 insert into ldap_entries (id,dn,oc_map_id,parent,keyval) 93 insert into ldap_entries (id,dn,oc_map_id,parent,keyval) 96 insert into ldap_entries (id,dn,oc_map_id,parent,keyval) 99 insert into ldap_entries (id,dn,oc_map_id,parent,keyval [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/ |
| testdb_metadata.sql | 40 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 (6,1,'seeAlso','seeAlso.dn','ldap_entries AS seeAlso,documents,authors_docs,persons','seeAlso.keyval=documents.id AND seeAlso.oc_map_id=2 AND authors_docs.doc_id=documents.id AND authors_docs.pers_id=persons.id',NULL,'DELETE from authors_docs WHERE authors_docs.doc_id=(SELECT documents.id FROM documents,ldap_entries AS seeAlso WHERE seeAlso.keyval=documents.id AND seeAlso.oc_map_id=2 AND seeAlso.dn=?) AND authors_docs.pers_id=?',3,0); 46 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 (9,2,'documentAuthor','documentAuthor.dn','ldap_entries AS documentAuthor,documents,authors_docs,persons','documentAuthor.keyval=persons.id AND documentAuthor.oc_map_id=1 AND authors_docs.doc_id=documents.id AND authors_docs.pers_id=persons.id','INSERT INTO authors_docs (pers_id,doc_id) VALUES ((SELECT ldap_entries.keyval FROM ldap_entries WHERE upper(?)=upper(ldap_entries.dn)),?)','DELETE FROM authors_docs WHERE authors_docs.pers_id=(SELECT ldap_entries.keyval FROM ldap_entries WHERE upper(?)=upper(ldap_entries.dn)) AND authors_docs.doc_id=?',3,0); 60 -- entries mapping: each entry must appear in this table, with a unique DN rooted at the database naming context 62 -- dn the DN of the entry, in "pretty" form 66 insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values (1,'dc=example,dc=com',3,0,1); 68 insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values (2,'cn=Mitya Kovalev,dc=example,dc=com',1,1,1) [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
| ppm.c | 411 containsRDN(char* passwd, char* DN) 419 strcpy_safe(lDN, DN, DN_MAX_LEN); 421 // Extract the RDN from the DN
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| BuildTree.cpp | 254 auto DN = D->getDeclName(); 255 bool IsAnonymous = DN.isIdentifier() && !DN.getAsIdentifierInfo();
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonCommonGEP.cpp | 861 DomTreeNode *DN = DT->getNode(L->getHeader()); 862 if (!DN) 864 return DN->getIDom()->getBlock();
|
| HexagonLoopIdiomRecognition.cpp | 2262 DomTreeNode *DN = DT->getNode(ExitD); 2263 BN->setIDom(DN);
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| DeclBase.cpp | 312 if (const auto *DN = dyn_cast_or_null<NamedDecl>(TheDecl)) { 314 DN->printQualifiedName(OS);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| BTFDebug.cpp | 946 for (const DINode *DN : SP->getRetainedNodes()) { 947 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) {
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_oncore.c | 191 int DN; 2547 instance->Bl.DN = tow/57600L + 1; 2564 day_now = instance->Bl.DN; 2624 "dt_ls = %d dt_lsf = %d WN = %d DN = %d WN_lsf = %d DNlsf = %d wn_flg = %d lsf_flg = %d Bl_day = %d", 2626 instance->Bl.WN, instance->Bl.DN,
|
| refclock_ripencc.c | 149 WN_t, WN_LSF, DN, delta_t_LSF; 311 short *dt_ls, short *wn_t, short *wn_lsf, short *dn, short *dt_lsf); 1737 int dt_ls, wn_t, wn_lsf, dn, dt_lsf; local 1752 dn = bGetShort (&buf[22]); 1756 dt_lsf - dt_ls, dt_ls, dt_lsf, a0, a1, tot, wn_t, wn_lsf, dn); 2331 short *dn, 2345 *dn = bGetShort (&buf[22]); 2528 utcinfo->DN = bGetShort (&buf4[35]); 3742 dt_ls, wn_t, wn_lsf, dn, dt_lsf; local 3746 &dt_ls, &wn_t, &wn_lsf, &dn, &dt_lsf)) [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/sh/ |
| crt1.S | 91 shll16 r4 ! Set DN bit (flush denormal inputs to zero)
|
| /src/external/gpl3/gcc/dist/libgcc/config/sh/ |
| crt1.S | 91 shll16 r4 ! Set DN bit (flush denormal inputs to zero)
|
| /src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| ASTReaderDecl.cpp | 2354 DeclarationNameInfo DN = Record.readDeclarationNameInfo(); 2360 D->setTypeConstraint(NNS, DN, /*FoundDecl=*/nullptr, NamedConcept,
|