Home
last modified time | relevance | path

Searched refs:q_home (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/src/
H A Denvelope.c1114 e->e_from.q_home = NULL;
1116 e->e_from.q_home = "";
1118 e->e_from.q_home = sm_rpool_strdup_x(e->e_rpool,
1120 macdefine(&e->e_macro, A_PERM, 'z', e->e_from.q_home);
1140 e->e_from.q_home = NULL;
1147 if (e->e_from.q_home == NULL)
1149 e->e_from.q_home = getenv("HOME");
1150 if (e->e_from.q_home != NULL)
1152 if (*e->e_from.q_home == '\0')
1153 e->e_from.q_home = NULL;
[all …]
H A Dalias.c911 if (user->q_home == NULL)
914 user->q_home = "/no/such/directory";
918 macdefine(&e->e_macro, A_PERM, 'z', user->q_home);
H A Drecipient.c1015 new->q_home = NULL;
1017 new->q_home = "";
1019 new->q_home = sm_rpool_strdup_x(e->e_rpool,
H A Dsavemail.c353 if (e->e_from.q_home != NULL)
354 p = e->e_from.q_home;
H A Dparseaddr.c2568 a->q_home == NULL ? "(none)" : a->q_home,
2836 macdefine(&e->e_macro, A_PERM, 'z', a->q_home);
H A Ddeliver.c1701 p = to->q_home;
1703 p = ctladdr->q_home;
1748 p = to->q_home;
1750 p = ctladdr->q_home;
H A Dqueue.c5568 a->q_home = NULL;
5570 a->q_home = "";
5572 a->q_home = sm_rpool_strdup_x(e->e_rpool, pw->pw_dir);
H A Dsendmail.h234 char *q_home; /* home dir (local mailer only) */ member