/original-bsd/usr.sbin/sendmail/src/ |
H A D | alias.c | 58 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 D | recipient.c | 255 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 D | udb.c | 160 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 D | parseaddr.c | 250 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 D | savemail.c | 308 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 D | srvrsmtp.c | 417 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 D | envelope.c | 702 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 D | deliver.c | 506 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 D | queue.c | 1974 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 D | headers.c | 146 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 D | sendmail.h | 106 char *q_user; /* user name */ member
|
H A D | usersmtp.c | 531 smtpmessage("RCPT To:<%s>%s", m, mci, to->q_user, optbuf);
|
/original-bsd/local/sccscmds/sccscmds.2/com/ |
H A D | rdmod.c | 74 q->q_user = user; 139 if (cur->q_user)
|
/original-bsd/local/sccscmds/sccscmds.ok/com/ |
H A D | rdmod.c | 74 q->q_user = user; 139 if (cur->q_user)
|
/original-bsd/local/sccscmds/sccscmds.2/hdr/ |
H A D | defines.h | 106 char q_user; /* inex'ed by user */ member
|
/original-bsd/local/sccscmds/sccscmds.ok/hdr/ |
H A D | defines.h | 106 char q_user; /* inex'ed by user */ member
|
/original-bsd/local/sccscmds/sccscmds.2/cmd/ |
H A D | val.c | 538 q->q_user = user; 603 if (cur->q_user)
|
/original-bsd/local/sccscmds/sccscmds.ok/cmd/ |
H A D | val.c | 538 q->q_user = user; 603 if (cur->q_user)
|