Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/sendmail/src/
Dutil.c2106 if (ProgMailer != NULL && ProgMailer->m_rootdir != NULL)
2108 expand(ProgMailer->m_rootdir, buf, sizeof(buf), e);
Ddeliver.c2544 if (m->m_rootdir != NULL)
2546 expand(m->m_rootdir, cbuf, sizeof(cbuf), e);
5242 else if (mailer->m_rootdir != NULL)
5244 expand(mailer->m_rootdir, targetfile, sizeof(targetfile), e);
Dsendmail.h439 char *m_rootdir; /* directory to chroot to before execv */ member
Dreadcf.c1672 m->m_rootdir = newstr(p);