Home
last modified time | relevance | path

Searched refs:q_user (Results 1 – 18 of 18) sorted by relevance

/original-bsd/usr.sbin/sendmail/src/
H A Dalias.c58 printf("alias(%s)\n", a->q_user);
77 p = aliaslookup(a->q_user, &stat, e);
95 a->q_paddr, a->q_host, a->q_user, p);
125 if (strncmp(a->q_user, "owner-", 6) == 0)
128 (void) strcat(obuf, a->q_user);
689 makelower(al.q_user);
691 lhssize = strlen(al.q_user);
693 map->map_class->map_store(map, al.q_user, rhs);
699 if (al.q_user != NULL)
700 free(al.q_user);
[all …]
H A Drecipient.c255 i = strlen(a->q_user);
260 (void) strcpy(buf, a->q_user);
334 printf("at trylocaluser %s\n", a->q_user);
352 message("including file %s", a->q_user);
360 a->q_user, errstring(ret));
365 a->q_user, errstring(ret));
372 a->q_user, errstring(ret));
488 a->q_user = newstr(pw->pw_name);
753 uname = ctladdr->q_user;
896 uname = ca->q_user;
[all …]
H A Dudb.c160 if (a->q_user[0] == '\\')
164 if (strlen(a->q_user) > sizeof keybuf - 12)
168 if (a->q_user[0] == ':')
172 (void) strcpy(keybuf, a->q_user);
270 (void) strcpy(keybuf, a->q_user);
362 (void) strcpy(keybuf, a->q_user);
383 i = strlen(up->udb_fwdhost) + strlen(a->q_user) + 1;
388 (void) sprintf(user, "%s@%s", a->q_user, up->udb_fwdhost);
H A Dparseaddr.c250 if (a->q_user == NULL)
251 a->q_user = "";
258 if (a->q_user != a->q_paddr)
259 a->q_user = newstr(a->q_user);
263 a->q_paddr = a->q_user;
1487 a->q_user = newstr(&ubuf[9]);
1505 a->q_user = ubuf;
1514 makelower(a->q_user);
1603 if (strcmp(a->q_user, b->q_user) != 0)
1712 a->q_user,
[all …]
H A Dsavemail.c308 else if ((pw = sm_getpwnam(e->e_from.q_user)) != NULL)
887 if (strchr(r->q_user, '@') == NULL)
890 p, r->q_user);
896 p, r->q_user);
901 if (r != q && q->q_user[0] != '\0')
903 if (strchr(q->q_user, '@') == NULL)
906 p, q->q_user);
912 p, q->q_user);
H A Dsrvrsmtp.c417 strcmp(e->e_from.q_user, RealUserName) != 0)
1099 if (strchr(a->q_user, '@') == NULL)
1103 message(fmtbuf, a->q_user, MyHostName);
1107 if (strchr(a->q_user, '@') == NULL)
1111 message(fmtbuf, a->q_fullname, a->q_user, MyHostName);
H A Denvelope.c702 p = udbsender(e->e_from.q_user);
719 if ((pw = sm_getpwnam(e->e_from.q_user)) != NULL)
739 strcmp(pw->pw_name, e->e_from.q_user) == 0 &&
742 buildfname(pw->pw_gecos, e->e_from.q_user, buf);
H A Ddeliver.c506 q->q_user);
510 q->q_user);
681 e->e_id, m->m_name, host, to->q_user);
815 user = to->q_user;
1260 if (m != FileMailer || stat(tochain->q_user, &stb) < 0)
1275 ctladdr->q_ruser: ctladdr->q_user,
2643 RealUserName = ctladdr->q_user;
H A Dqueue.c1974 a->q_user = newstr(user);
1976 a->q_user = newstr(p);
1978 a->q_user = newstr(DefUser);
1983 a->q_paddr = a->q_user;
H A Dheaders.c146 fvalue, e->e_from.q_paddr, e->e_from.q_user);
150 strcmp(fvalue, e->e_from.q_user) == 0))
179 (p = udbsender(a.q_user)) != NULL)
H A Dsendmail.h106 char *q_user; /* user name */ member
H A Dusersmtp.c531 smtpmessage("RCPT To:<%s>%s", m, mci, to->q_user, optbuf);
/original-bsd/local/sccscmds/sccscmds.2/com/
H A Drdmod.c74 q->q_user = user;
139 if (cur->q_user)
/original-bsd/local/sccscmds/sccscmds.ok/com/
H A Drdmod.c74 q->q_user = user;
139 if (cur->q_user)
/original-bsd/local/sccscmds/sccscmds.2/hdr/
H A Ddefines.h106 char q_user; /* inex'ed by user */ member
/original-bsd/local/sccscmds/sccscmds.ok/hdr/
H A Ddefines.h106 char q_user; /* inex'ed by user */ member
/original-bsd/local/sccscmds/sccscmds.2/cmd/
H A Dval.c538 q->q_user = user;
603 if (cur->q_user)
/original-bsd/local/sccscmds/sccscmds.ok/cmd/
H A Dval.c538 q->q_user = user;
603 if (cur->q_user)