Searched refs:domain (Results 1 - 16 of 16) sorted by relevance

/ast/src/cmd/cs/vcs_src/
H A Dvcs_tag.c54 int new_tag(tp, sp, v, dsize, domain, type)
59 int domain;
67 tp->domain = (domain ? domain : getmydomain());
82 return (tp1->domain - tp2->domain);
H A Dvcs_search.c59 int search_tag(rf, ap, versions, domain, tpp, mode, dir)
63 int domain;
77 r = lookup_tag(list, rf, ap, versions, domain, &tp, 0);
79 r = gettagbyspec(list, versions, domain, &tp);
95 int gettagbyspec(list, versions, domain, tpp)
98 int domain;
139 if ((index = lookup_tag_t(tbl, total, elist[i], domain, 0)) < 0)
148 if ((index = lookup_tag_time(tbl, total, to, domain, 0)) < 0)
169 int lookup_tag_time(tbl, total, to, domain, first)
173 int domain;
[all...]
H A Dvcs_cmd.h36 int domain; member in struct:version_t
H A Dvcs_rscs.h101 int domain; /* domain of the creator */ member in struct:tag_t
135 #define KEYEQ(t, v, r) (!(strcmp(t->version, v)) && (!r || t->domain == r))
H A Dvcs_dir.c66 /* check if the minor key (domain) is the same */
67 if (dp->tag->domain == tp->domain)
H A Dvcs_checkout.c50 if (lookup_tag(NULL, rp->fd, ap, vp->version, vp->domain, &tp, 0))
53 if (search_tag(rp->fd, ap, vp->version, vp->domain, &tp, G_LINK, &dir))
/ast/src/cmd/mailx/
H A Dsmtp.c148 if (!(s = state.var.domain) || !*s)
179 if ((state.var.domain ?
180 sfprintf(sp, "MAIL FROM:<%s@%s>\r\n", state.var.user, state.var.domain) :
198 if ((state.var.domain && !strchr(s, '@') ?
199 sfprintf(sp, "RCPT TO:<%s@%s>\r\n", s, state.var.domain) :
H A Dspam.c416 note(0, "spam: user addr check `%s' suspect domain", ap);
449 * check if s came from inside the domain
514 if (state.var.domain)
516 ours = strlen(state.var.domain);
517 if ((domain2 = strchr(state.var.domain, '.')) && strchr(domain2 + 1, '.'))
531 note(0, "spam: ours: %s %s", state.var.domain, domain2);
555 if ((t = strrchr(pp.data, ' ')) && streq(t + 1, "using") && !(*t = 0) && (t = strrchr(pp.data, ' ')) && insider(t + 1, NiL, 0, state.var.domain, ours, domain2, ours2))
598 fromours = insider(t, NiL, fromours, state.var.domain, ours, domain2, ours2);
648 if (insider(s, e, 0, state.var.domain, ours, domain2, ours2))
H A Dcmd1.c148 if (!state.var.domain || strchr(name, '@'))
151 printf("%c %s@%s\n", dispc, name, state.var.domain);
H A Dvars.c113 * Get the local domain name.
117 state.var.domain = varkeep(s);
144 state.var.domain = varkeep(s);
H A Ddata.c358 "domain", &state.var.domain, N, 0,0,
359 X("The local mail address domain."),
407 X("List of domain name suffixes to delete from all addresses."),
H A Dimap.c1575 if (state.var.domain)
1576 sfprintf(imap->tp, "@%s", state.var.domain);
2397 if (!state.var.domain || strchr(ip->from, '@'))
2400 printf("%c %s@%s\n", disposition, ip->from, state.var.domain);
H A Dmailx.h797 char* domain; member in struct:__anon136::__anon147
/ast/src/lib/libast/uwin/
H A Drcmd.c509 char *host, *user, *domain; local
518 while (1 == (status = getnetgrent(&host, &user, &domain))
520 && NULL != domain
521 && 0 != strcmp(domain, nisdomain))
541 char *host, *user, *domain; local
550 while (1 == (status = getnetgrent(&host, &user, &domain))
552 && NULL != domain
553 && 0 != strcmp(domain, nisdomain))
/ast/src/lib/libcs/
H A Dgenlocal.sh115 0) domain=$(
131 then echo "ls -t A $(sed -e '/^domain/!d' -e 's/.*[ ][ ]*//' $i)" | nslookup
138 fgrep ".$domain" |
145 ?*) print domain=$domain
/ast/src/cmd/3d/
H A Dvcs.c87 int domain; /* domain of the creator */ member in struct:__anon21
117 #define KEYEQ(t,v,r) (streq(t->version, v) && (!r || t->domain == r))
253 * check if the minor key (domain) is the same
256 if (dp->tag->domain == tp->domain)

Completed in 47 milliseconds