Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/sendmail/src/
H A Dalias.c758 if (user->q_home == NULL)
761 user->q_home = "/nosuchdirectory";
765 define('z', user->q_home, e);
H A Ddeliver.c921 p = to->q_home;
923 p = ctladdr->q_home;
H A Denvelope.c727 e->e_from.q_home = newstr("");
729 e->e_from.q_home = newstr(pw->pw_dir);
730 define('z', e->e_from.q_home, e);
752 if (e->e_from.q_home == NULL)
754 e->e_from.q_home = getenv("HOME");
755 if (e->e_from.q_home != NULL &&
756 strcmp(e->e_from.q_home, "/") == 0)
757 e->e_from.q_home++;
H A Dparseaddr.c1730 a->q_home == NULL ? "(none)" : a->q_home,
H A Dqueue.c1965 a->q_home = "";
1967 a->q_home = newstr(pw->pw_dir);
H A Drecipient.c503 a->q_home = "";
505 a->q_home = newstr(pw->pw_dir);
H A Dsavemail.c306 if (e->e_from.q_home != NULL)
307 p = e->e_from.q_home;
H A Dsendmail.h113 char *q_home; /* home dir (local mailer only) */ member