Searched refs:q_owner (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | udb.c | 373 a->q_owner = sm_rpool_malloc_x(e->e_rpool, 375 memmove(a->q_owner, info.data, info.size); 376 a->q_owner[info.size] = '\0'; 499 a->q_owner = sm_rpool_malloc_x(e->e_rpool, 501 memmove(a->q_owner, info.data, info.size); 502 a->q_owner[info.size] = '\0';
|
H A D | deliver.c | 203 for (a = q; a != NULL && a->q_owner == NULL; a = a->q_alias) 206 q->q_owner = a->q_owner; 208 if (q->q_owner != NULL && 210 strcmp(q->q_owner, e->e_from.q_paddr) == 0) 211 q->q_owner = NULL; 249 if (q->q_owner != NULL) 255 q->q_owner); 256 owner = q->q_owner; 258 else if (owner != q->q_owner) 260 if (strcmp(owner, q->q_owner) == 0) [all …]
|
H A D | alias.c | 181 a->q_owner = sm_rpool_strdup_x(e->e_rpool, owner);
|
H A D | envelope.c | 263 if (!done && q->q_owner == NULL &&
|
H A D | parseaddr.c | 2567 a->q_owner == NULL ? "(none)" : a->q_owner,
|
H A D | recipient.c | 1112 if (q->q_owner != NULL)
|
H A D | sendmail.h | 238 char *q_owner; /* owner of q_alias */ member
|