Home
last modified time | relevance | path

Searched refs:domain (Results 51 – 75 of 169) sorted by path

1234567

/original-bsd/sys/netns/
H A Dns_proto.c31 extern struct domain nsdomain;
66 struct domain nsdomain =
/original-bsd/sys/pmax/pmax/OLD/
H A DLocore.c52 extern struct domain unixdomain; in lowinit()
54 extern struct domain inetdomain; in lowinit()
58 extern struct domain impdomain; in lowinit()
61 extern struct domain nsdomain; in lowinit()
/original-bsd/sys/sys/
H A Ddomain.h19 struct domain { struct
29 struct domain *dom_next; argument
37 struct domain *domains; argument
H A Dprotosw.h34 struct domain *pr_domain; /* domain protocol a member of */
/original-bsd/sys/tahoe/tahoe/
H A DLocore.c65 extern struct domain unixdomain; in lowinit()
67 extern struct domain inetdomain; in lowinit()
71 extern struct domain impdomain; in lowinit()
74 extern struct domain nsdomain; in lowinit()
/original-bsd/sys/tests/netiso/
H A Dtpcb.c216 Entry(domain, tp_domain),
/original-bsd/sys/vax/vax/
H A DLocore.c76 extern struct domain unixdomain; in lowinit()
78 extern struct domain inetdomain; in lowinit()
81 extern struct domain impdomain; in lowinit()
84 extern struct domain nsdomain; in lowinit()
/original-bsd/usr.bin/compress/doc/
H A DNOTES20 and LZW (the public-domain 'compress' code was designed and given to the
/original-bsd/usr.bin/fstat/
H A Dfstat.c552 struct domain dom;
573 if (!KVM_READ(proto.pr_domain, &dom, sizeof(struct domain))) {
/original-bsd/usr.bin/indent/
H A DREADME27 | the public domain. I knew I would be sorry I made that posting.
43 | on an ARPA contract, it was in the public domain.
49 | indent was in the public domain. They wanted to include it in their
66 | the UofI copyright, is in the public domain, and worth every penny.
/original-bsd/usr.bin/login/
H A Dlogin.c94 char *domain, *p, *salt, *ttyn; local
112 domain = NULL;
116 domain = strchr(localhost, '.');
129 if (domain && (p = strchr(optarg, '.')) &&
130 strcasecmp(p, domain) == 0)
H A Dlogin.c.1105 char *domain, *salt, *envinit[1], *ttyn, *pp;
125 domain = index(tbuf, '.');
141 if (domain && (p = index(optarg, '.')) &&
142 strcasecmp(p, domain) == 0)
/original-bsd/usr.bin/netstat/
H A Dinet.c428 static char domain[MAXHOSTNAMELEN + 1]; local
433 if (gethostname(domain, MAXHOSTNAMELEN) == 0 &&
434 (cp = index(domain, '.')))
435 (void) strcpy(domain, cp + 1);
437 domain[0] = 0;
453 !strcmp(cp + 1, domain))
H A Droute.c469 static char domain[MAXHOSTNAMELEN + 1]; local
474 if (gethostname(domain, MAXHOSTNAMELEN) == 0 &&
475 (cp = index(domain, '.')))
476 (void) strcpy(domain, cp + 1);
478 domain[0] = 0;
486 !strcmp(cp + 1, domain))
/original-bsd/usr.bin/pascal/pdx/test/
H A Doverflow.p13 overflow,underflow,divideby0,domain,
65 if request in [overflow,underflow,divideby0,domain] then begin
71 domain: gendomain;
/original-bsd/usr.bin/uucp/UUAIDS/
H A DL.sys101 # arpanet machines will probably have to add their domain. Make sure that
104 # This is mandatory if you are running the domain name server.
/original-bsd/usr.bin/w/
H A Dw.c68 char domain[MAXHOSTNAMELEN]; variable
258 if (gethostname(domain, sizeof(domain) - 1) < 0 ||
259 (p = strchr(domain, '.')) == 0)
260 domain[0] = '\0';
262 domain[sizeof(domain) - 1] = '\0';
263 memmove(domain, p, strlen(p) + 1);
275 if (domain[0] != '\0') {
278 p -= strlen(domain);
279 if (p > hp->h_name && strcmp(p, domain) == 0)
/original-bsd/usr.bin/yacc/
H A DREADME11 Berkeley Yacc is in the public domain. The data structures and algorithms
/original-bsd/usr.sbin/amd/amd/
H A DChangeLog147 which puts a qualified domain name into the RPC authentication
405 if it can't strip the complete domain it leaves the string untouched.
925 * (get_args.c) the local sub-domain is picked up from the
H A Damd.c294 if (domain && yp_bind(domain)) {
295 plog(XLOG_FATAL, "Can't bind to domain \"%s\"", domain);
H A Dget_args.c40 char *domain; /* YP domain */ variable
181 domain = optarg;
H A Dinfo_hes.c201 hs_zone_transfer(domain) in hs_zone_transfer() argument
202 char *domain; in hs_zone_transfer()
210 dlog("hs_zone_transfer (%s)", domain);
526 hs_make_ns_query(domain, ansbuf) in hs_make_ns_query() argument
527 char *domain; in hs_make_ns_query()
533 if ((len = res_mkquery(QUERY, domain, C_HS, T_NS,
563 hs_get_ns_list(domain) in hs_get_ns_list() argument
564 char *domain; in hs_get_ns_list()
578 if (hs_make_ns_query(domain, msg) == -1)
635 if (strcasecmp(nsname[i], domain) == 0) {
[all …]
H A Dinfo_nis.c52 domain = strdup(default_domain); in determine_nis_domain()
120 if (!domain) {
132 error = yp_all(domain, map, &cbinfo);
159 if (!domain) {
168 if (yp_order(domain, map, &order))
178 res = yp_match(domain, map, key, strlen(key), val, &outlen);
203 if (!domain) {
213 if (yp_order(domain, map, &order))
217 dlog("NIS master for %s@%s has order %d", map, domain, order);
/original-bsd/usr.sbin/amd/doc/
H A Damdref.cps62 \entry {domain, mount selector}{20}
208 \entry {Mount selector; domain}{20}
241 \entry {NIS (YP) domain name}{30}
257 \entry {Overriding the local domain name}{26}
258 \entry {Overriding the NIS (YP) domain name}{30}
297 \entry {Selector; domain}{20}
321 \entry {Setting the local domain name}{26}
324 \entry {Setting the NIS (YP) domain name}{30}
335 \entry {Stripping the local domain name}{18}
381 \entry {YP domain name}{30}
H A Damdref.texinfo1112 sub-domain components. For example, if @code{$@{domain@}} was
1175 @item domain
1176 @cindex domain, mount selector
1177 @cindex Mount selector; domain
1178 @cindex Selector; domain
1542 * -y Option:: NIS domain.
1592 @code{$@{domain@}} is @samp{unknown.domain}.
1827 @cindex NIS (YP) domain name
1830 @cindex YP domain name
2554 # -d dmn local domain
[all …]

1234567