| /netbsd/src/tests/lib/libc/gen/ |
| D | t_setdomainname.c | 43 static const char domains[][MAXHOSTNAMELEN] = { variable 62 for (i = 0; i < __arraycount(domains); i++) { in ATF_TC_BODY() 66 ATF_REQUIRE(setdomainname(domains[i],sizeof(domains[i])) == 0); in ATF_TC_BODY() 68 ATF_REQUIRE(strcmp(domains[i], name) == 0); in ATF_TC_BODY()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | unique.c | 70 struct unique_domain_s *domains; member 413 unique_domain *domains = private->domains; in unique_cf_base() local 447 if ( domains ) { in unique_cf_base() 505 unique_domain *domains = private->domains; in unique_cf_attrs() local 560 if ( domains ) { in unique_cf_attrs() 647 unique_domain *domains = private->domains; in unique_cf_strict() local 677 if ( domains ) { in unique_cf_strict() 709 unique_domain *domains = private->domains; in unique_cf_uri() local 717 for ( domain = domains; in unique_cf_uri() 727 unique_free_domain ( domains ); in unique_cf_uri() [all …]
|
| /netbsd/src/share/misc/ |
| D | Makefile | 6 country domains dot.clang-format operator \ 26 DOMAIN_URL= https://www.iana.org/domains/root/db 27 update-domains: 38 ) > domains ; \
|
| D | domains.sed | 1 # $NetBSD: domains.sed,v 1.3 2007/09/29 15:40:31 hubertf Exp $
|
| /netbsd/src/sys/sys/ |
| D | domain.h | 100 __link_set_add_data(domains, name) 102 #define DOMAIN_FOREACH(dom) STAILQ_FOREACH(dom, &domains, dom_link) 103 extern struct domainhead domains;
|
| /netbsd/src/external/ibm-public/postfix/dist/conf/ |
| D | virtual | 32 # o To implement virtual alias domains where all 34 # domains. 36 # Virtual alias domains are not to be confused with 37 # the virtual mailbox domains that are implemented 39 # With virtual mailbox domains, each recipient 168 # be used to implement virtual alias domains. With a virtual 170 # addresses in other domains. 172 # Virtual alias domains are not to be confused with the vir- 173 # tual mailbox domains that are implemented with the Postfix 175 # domains, each recipient address can have its own mailbox. [all …]
|
| D | transport | 25 # This is the default for final delivery to domains 32 # This is the default for final delivery to domains 37 # This is the default for remote delivery to domains 243 # domains, nor is user+foo@domain looked up as user@domain. 263 # its parent domains, nor is user+foo@domain looked up as
|
| D | main.cf | 159 # backup MX host for other domains, otherwise mail delivery loops 165 # The mydestination parameter specifies the list of domains that this 168 # These domains are routed to the delivery agent specified with the 176 # Do not specify the names of virtual domains - those domains are 179 # Do not specify the names of domains that this machine is backup MX 323 # Specify a list of hosts or domains, /file/name patterns or type:name 329 # NOTE: Postfix will not automatically forward mail for domains that 359 # with all addresses in the domains that match $relay_domains. 576 # eligible for this service. By default, they are all domains that
|
| D | relocated | 129 # for users or domains that no longer exist. 139 # The list of domains that are delivered via the
|
| /netbsd/src/external/ibm-public/postfix/dist/proto/ |
| D | virtual | 31 # To implement virtual alias domains where all addresses are aliased 32 # to addresses in other domains. 34 # Virtual alias domains are not to be confused with the virtual mailbox 35 # domains that are implemented with the Postfix \fBvirtual\fR(8) mail 36 # delivery agent. With virtual mailbox domains, each recipient address 159 # to implement virtual alias domains. With a virtual alias domain, all 160 # recipient addresses are aliased to addresses in other domains. 162 # Virtual alias domains are not to be confused with the virtual mailbox 163 # domains that are implemented with the Postfix \fBvirtual\fR(8) mail 164 # delivery agent. With virtual mailbox domains, each recipient address [all …]
|
| D | transport | 23 # This is the default for final delivery to domains listed 29 # This is the default for final delivery to domains listed 33 # This is the default for remote delivery to domains listed 239 # looked up via its parent domains, 258 # \fIsome.domain.hierarchy\fR is not looked up via its parent domains,
|
| D | sqlite_table | 36 # Do NOT create tables that return the full list of domains 93 # keys to addresses in matching domains. When the \fBdomain\fR 95 # or addresses in non-matching domains are suppressed 169 # It is best not to use SQL to store the domains eligible
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | intel_uncore.h | 78 enum forcewake_domains domains); 80 enum forcewake_domains domains); 108 enum forcewake_domains domains; member 232 enum forcewake_domains domains); 234 enum forcewake_domains domains); 239 enum forcewake_domains domains); 241 enum forcewake_domains domains);
|
| /netbsd/src/sys/arch/epoc32/stand/e32boot/ldd/ |
| D | epoc32.cpp | 44 TUint domains; in AllowAllDomains() local 56 domains = ALL_DOMAINS(0xf); in AllowAllDomains() 57 __asm("mcr p15, 0, %0, c3, c0" : : "r"(domains)); in AllowAllDomains()
|
| /netbsd/src/sbin/mount_umap/ |
| D | umap_manual | 14 If the system administrator is very careful to ensure that both domains 16 run between those domains without changes 21 properly, the same user with different UIDs in two domains can be seen 23 different users with the same UID in the two domains can be distinguished. 35 in either domain must have password file entries in both domains. 44 domains in the same manner as UID's. Again, any group that wishes to 45 participate must have a group ID in both domains, 48 The umap layer has no provisions for enrolling UID's from other domains 64 When the umap layer is in use, one of the participating domains is declared 69 other domains must run a umap layer on top of any other layers they use.
|
| /netbsd/src/usr.sbin/ypbind/ |
| D | ypbind.c | 117 static struct domain *domains; variable 280 for (dom = domains; dom != NULL; dom = dom->dom_next) in domain_find() 355 dom->dom_next = domains; in domain_create() 356 domains = dom; in domain_create() 505 for (dom = domains; dom != NULL; dom = dom->dom_next) in rpc_received() 731 for (count = 0, dom = domains; in ypbindproc_domain_2() 1518 for (dom = domains; dom != NULL; dom = dom->dom_next) { in checkwork() 1581 for (dom = domains; dom != NULL; dom = dom->dom_next) { in dohup() 1718 removelock(domains); in main() 1798 if (!started && domains->dom_state == DOM_ALIVE) { in main()
|
| /netbsd/src/sys/kern/ |
| D | uipc_domain.c | 70 struct domainhead domains = STAILQ_HEAD_INITIALIZER(domains); variable 88 __link_set_add_rodata(domains,domain_dummy); 104 __link_set_decl(domains, struct domain); in domaininit() 115 __link_set_foreach(dpp, domains) { in domaininit() 146 STAILQ_INSERT_TAIL(&domains, dp, dom_link); in domain_attach()
|
| /netbsd/src/external/bsd/libbind/dist/doc/ |
| D | hostname.cat7 | 7 Hostnames are domains. A domain is a hierarchical, dot-separated list of 44 searching through a list of domains until a match is found. If neither 46 environment variable is used, then the search list of domains contains 80 LOCALDOMAIN Affects domains appended to partial hostnames.
|
| D | resolver.cat5 | 50 listed domains are not local, and that queries will time out if 51 no server is available for one of the domains. 53 The search list is currently limited to six domains with a total 125 a space-separated list of search domains.
|
| /netbsd/src/sys/conf/ |
| D | linkset | 5 domains
|
| /netbsd/src/external/bsd/libbind/dist/tests/ |
| D | res.h | 105 char **domains; /* domains it serves */ member
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | COMPATIBILITY | 57 sendmail -qRxxx yes (for domains specified in fast_flush_domains) 72 virtual domains yes (via local delivery agent and via dedicated delivery agent)
|
| D | RELEASE_NOTES-1.0 | 264 Sendmail-style virtual domains and Postfix-style virtual domains. 267 - With Sendmail-style virtual domains, local users/aliases/mailing 269 if you want to host mailing lists under virtual domains. 271 - With Postfix-style virtual domains, local users/aliases/mailing 363 domains that are defined by Postfix virtual maps. 553 in the transport table to bounce mail for entire domains. 583 this machine is the best MX host for domains not in mydestinations. 673 - Restrict who may use ETRN and what domains may be specified.
|
| /netbsd/src/external/bsd/openldap/dist/doc/rfc/ |
| D | rfc3663.txt | 152 from inquiries about specific domains made at a registry to the 212 o The Top-Level Domain DIT's follow the DNS hierarchy for domains 216 which serve multiple domains. 233 o The TLD DIT follows the DNS hierarchy for domains (e.g., 238 domains. 325 The second tier of the DIT represents second-level domains. Each of 328 text giving the name of the registrar through which these domains 486 The second tier of this DIT represents top-level domains. Each of 545 The second tier of the DIT represents second-level domains. Each of 766 of relationships between name servers, contacts, and domains. [all …]
|
| /netbsd/src/crypto/external/cpl/trousers/dist/ |
| D | README.selinux | 38 # cp ./dist/fedora/trousers.te /etc/selinux/targeted/src/policy/domains/program
|