Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dutil.c2107 if (ProgMailer != NULL && ProgMailer->m_rootdir != NULL)
2109 expand(ProgMailer->m_rootdir, buf, sizeof(buf), e);
H A Ddeliver.c2532 if (m->m_rootdir != NULL)
2534 expand(m->m_rootdir, cbuf, sizeof(cbuf), e);
5179 else if (mailer->m_rootdir != NULL)
5181 expand(mailer->m_rootdir, targetfile, sizeof(targetfile), e);
H A Dsendmail.h406 char *m_rootdir; /* directory to chroot to before execv */ member
H A Dreadcf.c1482 m->m_rootdir = newstr(p);