Home
last modified time | relevance | path

Searched refs:m_rootdir (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dutil.c2253 if (ProgMailer != NULL && ProgMailer->m_rootdir != NULL)
2255 expand(ProgMailer->m_rootdir, buf, sizeof(buf), e);
H A Ddeliver.c3257 if (m->m_rootdir != NULL)
3259 expand(m->m_rootdir, cbuf, sizeof(cbuf), e);
6405 else if (mailer->m_rootdir != NULL)
6407 expand(mailer->m_rootdir, targetfile, sizeof(targetfile), e);
H A Dsendmail.h595 char *m_rootdir; /* directory to chroot to before execv */ member
H A Dreadcf.c1827 m->m_rootdir = newstr(p);