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

/freebsd-current/contrib/sendmail/include/sendmail/
H A Dpathnames.h39 # ifndef _PATH_MAILDIR
40 # define _PATH_MAILDIR "/var/spool/mail" macro
/freebsd-current/usr.bin/mail/
H A Dv7.local.c54 (void)snprintf(buf, buflen, "%s/%s", _PATH_MAILDIR, user);
/freebsd-current/usr.bin/from/
H A Dfrom.c83 (void)snprintf(buf, sizeof(buf), "%s/%s", _PATH_MAILDIR, *argv);
91 "%s/%s", _PATH_MAILDIR, file);
/freebsd-current/libexec/comsat/
H A Dcomsat.c80 if (chdir(_PATH_MAILDIR)) {
81 syslog(LOG_ERR, "chdir: %s: %m", _PATH_MAILDIR);
116 char buf[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1];
117 char buf2[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1];
127 sprintf(buf, "%s/%.*s", _PATH_MAILDIR, (int)sizeof(utp->ut_user),
130 sprintf(buf2, "%s/%.*s", _PATH_MAILDIR,
/freebsd-current/contrib/dma/
H A Ddma-mbox-create.c148 maildirfd = open(_PATH_MAILDIR, O_RDONLY);
150 logfail(EX_NOINPUT, "cannot open maildir %s", _PATH_MAILDIR);
H A Dlocal.c142 error = snprintf(fn, sizeof(fn), "%s/%s", _PATH_MAILDIR, it->addr);
/freebsd-current/include/
H A Dpaths.h76 #define _PATH_MAILDIR "/var/mail" macro
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_paths.c80 { _PATH_MAILDIR, PATH_DIR },
/freebsd-current/crypto/openssh/
H A Ddefines.h458 #if defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY)
459 # undef _PATH_MAILDIR macro
460 #endif /* defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY) */
463 # define _PATH_MAILDIR MAIL_DIRECTORY macro
H A Dsession.c1035 snprintf(buf, sizeof buf, "%.200s/%.50s", _PATH_MAILDIR, pw->pw_name);
/freebsd-current/contrib/sendmail/include/sm/
H A Dconf.h368 # define _PATH_MAILDIR "/var/mail" macro
742 # define _PATH_MAILDIR "/usr/spool/mail" macro
1784 # define _PATH_MAILDIR "/usr/spool/mail" macro
2048 # define _PATH_MAILDIR "/var/mail" macro
2520 # define _PATH_MAILDIR "/var/mail" macro
/freebsd-current/usr.bin/finger/
H A Dutil.c364 (void)snprintf(tbuf, sizeof(tbuf), "%s/%s", _PATH_MAILDIR, pw->pw_name);
/freebsd-current/usr.bin/login/
H A Dlogin.c626 _PATH_MAILDIR, pwd->pw_name);
/freebsd-current/usr.sbin/pw/
H A Dpw_user.c934 snprintf(file, sizeof(file), "%s/%s", _PATH_MAILDIR, pwd->pw_name);
1463 snprintf(path, sizeof(path), "%s/%s", _PATH_MAILDIR,
/freebsd-current/contrib/sendmail/mail.local/
H A Dmail.local.c235 if (sm_strlcpy(SpoolPath, _PATH_MAILDIR, sizeof(SpoolPath)) >=
238 mailerr("421", "Configuration error: _PATH_MAILDIR too large");

Completed in 231 milliseconds