Searched refs:_PATH_MAILDIR (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/sendmail/include/sendmail/
H A Dpathnames.h39 # ifndef _PATH_MAILDIR
40 # define _PATH_MAILDIR "/var/spool/mail" macro
41 # endif /* ! _PATH_MAILDIR */
/freebsd-10.0-release/contrib/opie/
H A Dopie_cfg.h98 #ifdef _PATH_MAILDIR
99 #define MAIL_DIR _PATH_MAILDIR
100 #else /* _PATH_MAILDIR */
102 #endif /* _PATH_MAILDIR */
/freebsd-10.0-release/usr.bin/mail/
H A Dv7.local.c60 (void)snprintf(buf, buflen, "%s/%s", _PATH_MAILDIR, user);
/freebsd-10.0-release/libexec/comsat/
H A Dcomsat.c96 if (chdir(_PATH_MAILDIR)) {
97 syslog(LOG_ERR, "chdir: %s: %m", _PATH_MAILDIR);
132 char buf[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1];
133 char buf2[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1];
143 sprintf(buf, "%s/%.*s", _PATH_MAILDIR, (int)sizeof(utp->ut_user),
146 sprintf(buf2, "%s/%.*s", _PATH_MAILDIR,
/freebsd-10.0-release/usr.bin/from/
H A Dfrom.c96 (void)snprintf(buf, sizeof(buf), "%s/%s", _PATH_MAILDIR, *argv);
104 "%s/%s", _PATH_MAILDIR, file);
/freebsd-10.0-release/include/
H A Dpaths.h74 #define _PATH_MAILDIR "/var/mail" macro
/freebsd-10.0-release/crypto/openssh/
H A Ddefines.h392 #if defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY)
393 # undef _PATH_MAILDIR MAILDIR macro
394 #endif /* defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY) */
397 # define _PATH_MAILDIR MAIL_DIRECTORY macro
H A Dsession.c1186 _PATH_MAILDIR, pw->pw_name);
H A Dconfigure16483 #if defined (_PATH_MAILDIR)
16484 if ((rc = fprintf(fd ,"_PATH_MAILDIR:%s\n", _PATH_MAILDIR)) <0)
/freebsd-10.0-release/contrib/sendmail/include/sm/
H A Dconf.h368 # define _PATH_MAILDIR "/var/mail" macro
739 # define _PATH_MAILDIR "/usr/spool/mail" macro
1756 # define _PATH_MAILDIR "/usr/spool/mail" macro
2019 # define _PATH_MAILDIR "/var/mail" macro
2491 # define _PATH_MAILDIR "/var/mail" macro
/freebsd-10.0-release/usr.bin/finger/
H A Dutil.c371 (void)snprintf(tbuf, sizeof(tbuf), "%s/%s", _PATH_MAILDIR, pw->pw_name);
/freebsd-10.0-release/usr.bin/login/
H A Dlogin.c617 _PATH_MAILDIR, pwd->pw_name);
/freebsd-10.0-release/usr.sbin/pw/
H A Dpw_user.c407 sprintf(file, "%s/%s", _PATH_MAILDIR, pwd->pw_name);
787 sprintf(line, "%s/%s", _PATH_MAILDIR, pwd->pw_name);
/freebsd-10.0-release/contrib/sendmail/mail.local/
H A Dmail.local.c234 if (sm_strlcpy(SpoolPath, _PATH_MAILDIR, sizeof(SpoolPath)) >=
237 mailerr("421", "Configuration error: _PATH_MAILDIR too large");
/freebsd-10.0-release/release/picobsd/tinyware/login/
H A Dpico-login.c700 snprintf(tbuf, sizeof(tbuf), "%s/%s", _PATH_MAILDIR,

Completed in 149 milliseconds