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

/freebsd-13-stable/contrib/sendmail/include/sendmail/
H A Dpathnames.h39 # ifndef _PATH_MAILDIR
40 # define _PATH_MAILDIR "/var/spool/mail" macro
/freebsd-13-stable/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-13-stable/usr.bin/mail/
H A Dv7.local.c62 (void)snprintf(buf, buflen, "%s/%s", _PATH_MAILDIR, user);
/freebsd-13-stable/libexec/comsat/
H A Dcomsat.c94 if (chdir(_PATH_MAILDIR)) {
95 syslog(LOG_ERR, "chdir: %s: %m", _PATH_MAILDIR);
130 char buf[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1];
131 char buf2[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1];
141 sprintf(buf, "%s/%.*s", _PATH_MAILDIR, (int)sizeof(utp->ut_user),
144 sprintf(buf2, "%s/%.*s", _PATH_MAILDIR,
/freebsd-13-stable/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.c141 error = snprintf(fn, sizeof(fn), "%s/%s", _PATH_MAILDIR, it->addr);
/freebsd-13-stable/usr.bin/from/
H A Dfrom.c97 (void)snprintf(buf, sizeof(buf), "%s/%s", _PATH_MAILDIR, *argv);
105 "%s/%s", _PATH_MAILDIR, file);
/freebsd-13-stable/include/
H A Dpaths.h80 #define _PATH_MAILDIR "/var/mail" macro
/freebsd-13-stable/crypto/openssh/
H A Ddefines.h426 #if defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY)
427 # undef _PATH_MAILDIR macro
428 #endif /* defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY) */
431 # define _PATH_MAILDIR MAIL_DIRECTORY macro
H A Dsession.c1068 snprintf(buf, sizeof buf, "%.200s/%.50s", _PATH_MAILDIR, pw->pw_name);
/freebsd-13-stable/contrib/netbsd-tests/include/
H A Dt_paths.c80 { _PATH_MAILDIR, PATH_DIR },
/freebsd-13-stable/contrib/sendmail/include/sm/
H A Dconf.h368 # define _PATH_MAILDIR "/var/mail" macro
742 # define _PATH_MAILDIR "/usr/spool/mail" macro
1781 # define _PATH_MAILDIR "/usr/spool/mail" macro
2045 # define _PATH_MAILDIR "/var/mail" macro
2517 # define _PATH_MAILDIR "/var/mail" macro
/freebsd-13-stable/usr.bin/finger/
H A Dutil.c373 (void)snprintf(tbuf, sizeof(tbuf), "%s/%s", _PATH_MAILDIR, pw->pw_name);
/freebsd-13-stable/usr.bin/login/
H A Dlogin.c632 _PATH_MAILDIR, pwd->pw_name);
/freebsd-13-stable/usr.sbin/pw/
H A Dpw_user.c958 snprintf(file, sizeof(file), "%s/%s", _PATH_MAILDIR, pwd->pw_name);
1466 snprintf(path, sizeof(path), "%s/%s", _PATH_MAILDIR,
/freebsd-13-stable/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");

Completed in 276 milliseconds