Home
last modified time | relevance | path

Searched refs:dom (Results 1 – 20 of 20) sorted by relevance

/original-bsd/usr.bin/struct/struct/
H A D2.dom.c22 getdom(inarc,dom)
24 VERT *dom; variable
30 dom[v] = UNDEFINED;
37 dom[v] = comdom(dom[v],ls->elt,dom);
44 comdom(u,v,dom) /* find closest common dominator of u,v */ in comdom() argument
45 VERT u,v, *dom; in comdom()
53 v = dom[v];
55 u = dom[u];
H A D2.main.c17 VERT v, *dom, *head; in build() local
38 dom = challoc(nodenum * sizeof(*dom)); in build()
40 getdom(inarc,dom); /* sets dom[v] to immediate dominator of v or UNDEFINED */ in build()
43 gettree(inarc, dom, head); in build()
47 chfree(dom,nodenum * sizeof(*dom)); dom = 0; in build()
H A D2.tree.c21 gettree(inarc,dom,head) /* build tree */
23 VERT *dom, *head; variable
84 if (loomem(v,head[dom[v]],head))
86 insib(dom[v],v);
91 ASSERT(DEFINED(head[dom[v]]),gettree);
92 for (u = head[dom[v]]; head[u] != head[v]; u = head[u])
H A D2.test.c29 testdom(dom) in testdom() argument
30 VERT *dom; in testdom()
34 fprintf(stderr,"dom[%d] = %d\n",v,dom[v]);
H A DMakefile6 1.main.c 1.node.c 1.recog.c 1.tables.c 2.dfs.c 2.dom.c 2.head.c \
/original-bsd/sys/net/
H A Droute.c40 struct domain *dom; local
41 for (dom = domains; dom; dom = dom->dom_next)
42 if (dom->dom_rtattach)
43 dom->dom_rtattach(&table[dom->dom_family],
44 dom->dom_rtoffset);
H A Dradix.c865 struct domain *dom; in rn_init() local
867 for (dom = domains; dom; dom = dom->dom_next) in rn_init()
868 if (dom->dom_maxrtkey > max_keylen) in rn_init()
869 max_keylen = dom->dom_maxrtkey; in rn_init()
/original-bsd/lib/libc/gen/
H A Dgetnetgrent.c147 innetgr(group, host, user, dom) in innetgr() argument
148 char *group, *host, *user, *dom; in innetgr()
156 (dom == (char *)0 || !strcmp(dom, dm))) {
/original-bsd/sys/netiso/
H A Dtp_pcb.c624 int dom = so->so_proto->pr_domain->dom_family; variable
629 printf("tp_attach:dom 0x%x so 0x%x ", dom, so);
632 tptrace(TPPTmisc, "tp_attach:dom so", dom, so, 0, 0);
659 tpcb->tp_domain = dom;
668 tpcb->tp_netservice = (dom== AF_INET)?IN_CLNS:ISO_CLNS;
699 if( dom == AF_INET )
/original-bsd/usr.bin/fstat/
H A Dfstat.c552 struct domain dom; local
573 if (!KVM_READ(proto.pr_domain, &dom, sizeof(struct domain))) {
578 if ((len = kvm_read(kd, (u_long)dom.dom_name, dname,
581 dom.dom_name);
603 switch(dom.dom_family) {
/original-bsd/sys/kern/
H A Dvfs_subr.c1598 struct domain *dom; local
1633 for (dom = domains; dom; dom = dom->dom_next)
1634 if (dom->dom_family == i && dom->dom_rtattach) {
1635 dom->dom_rtattach((void **)&nep->ne_rtable[i],
1636 dom->dom_rtoffset);
H A Duipc_socket.c32 socreate(dom, aso, type, proto) in socreate() argument
33 int dom; in socreate()
44 prp = pffindproto(dom, proto, type);
46 prp = pffindtype(dom, type);
/original-bsd/usr.sbin/sendmail/cf/mailer/
H A Duucp.m446 Muucp-dom, P=UUCP_MAILER_PATH, F=CONCAT(mDFMhud, UUCP_MAILER_FLAGS), S=52/31, R=ifdef(`_ALL_MASQUER…
115 # envelope sender rewriting for uucp-dom mailer
/original-bsd/share/doc/smm/18.net/
H A Dspell.ok169 dom
/original-bsd/sys/sys/
H A Dsocketvar.h210 int socreate __P((int dom, struct socket **aso, int type, int proto));
/original-bsd/usr.sbin/timed/timed/
H A Dtimed.c878 char *mach, *usr, *dom; local
920 while (getnetgrent(&mach,&usr,&dom)) {
/original-bsd/usr.sbin/sendmail/
H A DFAQ251 MASQUERADE_AS(my.dom.ain)
416 uucp-dom
427 addresses) and uucp-dom (for the header addresses). It
432 ("somehost!wolf" instead of "some.dom.ain!wolf").
443 uucp-dom wolf wolf@grasp.insa-lyon.fr
447 uucp-dom wolf@fr.net wolf@fr.net
451 uucp-dom somehost!wolf somehost!wolf@grasp.insa-lyon.fr
H A DRELEASE_NOTES1791 has uucp-dom semantics but old UUCP syntax. This
1884 CONFIG: change uucp-dom mailer so that "<>" translates to $n;
2219 CONFIG: class $=Z is a set of UUCP hosts that use uucp-dom
2467 include a "uucp-dom" mailer that uses domain-style
3340 Config: don't put two @host.dom.ain on users in $=E in SMTP
/original-bsd/usr.sbin/sendmail/cf/
H A DREADME232 minus `U' for uucp-dom mailer).
339 ("uucp-dom" and "uucp-uudom") are also defined [warning:
665 uucp-dom
677 and uucp-dom (for the header addresses). It bangifies the
682 "some.dom.ain!wolf"). This is also included only if MAILER(smtp)
693 uucp-dom wolf wolf@grasp.insa-lyon.fr
697 uucp-dom wolf@fr.net wolf@fr.net
701 uucp-dom somehost!wolf somehost!wolf@grasp.insa-lyon.fr
745 R$+ <@ host.dom.ain.> $#uucp $@ cnmat $: $1 < @ host.dom.ain.>
/original-bsd/sbin/mountd/
H A Dmountd.c623 char *cp, *endcp, *dirp, *hst, *usr, *dom, savedc; in get_exportlist() local
790 netgrp = getnetgrent(&hst, &usr, &dom); in get_exportlist()
808 } while (netgrp && getnetgrent(&hst, &usr, &dom)); in get_exportlist()