Home
last modified time | relevance | path

Searched refs:q_owner (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/src/
H A Dudb.c373 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 Ddeliver.c203 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 Dalias.c181 a->q_owner = sm_rpool_strdup_x(e->e_rpool, owner);
H A Denvelope.c263 if (!done && q->q_owner == NULL &&
H A Dparseaddr.c2567 a->q_owner == NULL ? "(none)" : a->q_owner,
H A Drecipient.c1112 if (q->q_owner != NULL)
H A Dsendmail.h238 char *q_owner; /* owner of q_alias */ member