/freebsd/libexec/comsat/ |
H A D | comsat.c | 80 if (chdir(_PATH_MAILDIR)) { in main() 81 syslog(LOG_ERR, "chdir: %s: %m", _PATH_MAILDIR); in main() 116 char buf[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1]; in mailfor() 117 char buf2[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1]; in mailfor() 127 sprintf(buf, "%s/%.*s", _PATH_MAILDIR, (int)sizeof(utp->ut_user), in mailfor() 130 sprintf(buf2, "%s/%.*s", _PATH_MAILDIR, in mailfor()
|
/freebsd/contrib/sendmail/include/sendmail/ |
H A D | pathnames.h | 39 # ifndef _PATH_MAILDIR 40 # define _PATH_MAILDIR "/var/spool/mail" macro
|
/freebsd/usr.bin/from/ |
H A D | from.c | 83 (void)snprintf(buf, sizeof(buf), "%s/%s", _PATH_MAILDIR, *argv); in main() 91 "%s/%s", _PATH_MAILDIR, file); in main()
|
/freebsd/contrib/dma/ |
H A D | dma-mbox-create.c | 148 maildirfd = open(_PATH_MAILDIR, O_RDONLY); in main() 150 logfail(EX_NOINPUT, "cannot open maildir %s", _PATH_MAILDIR); in main()
|
H A D | local.c | 142 error = snprintf(fn, sizeof(fn), "%s/%s", _PATH_MAILDIR, it->addr); in deliver_local()
|
/freebsd/usr.bin/mail/ |
H A D | v7.local.c | 54 (void)snprintf(buf, buflen, "%s/%s", _PATH_MAILDIR, user); in findmail()
|
/freebsd/include/ |
H A D | paths.h | 76 #define _PATH_MAILDIR "/var/mail" macro
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 458 #if defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY) 459 # undef _PATH_MAILDIR 463 # define _PATH_MAILDIR MAIL_DIRECTORY macro
|
H A D | configure.ac | 5014 dnl # We first look for _PATH_MAILDIR then MAILDIR then _PATH_MAIL 5015 dnl # If we find _PATH_MAILDIR we do nothing because that is what 5026 [Set this to your mail directory if you do not have _PATH_MAILDIR]) 5053 #if defined (_PATH_MAILDIR) 5054 if ((rc = fprintf(fd ,"_PATH_MAILDIR:%s\n", _PATH_MAILDIR)) <0)
|
H A D | session.c | 1024 snprintf(buf, sizeof buf, "%.200s/%.50s", _PATH_MAILDIR, pw->pw_name); in do_setup_env()
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 368 # 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/contrib/netbsd-tests/include/ |
H A D | t_paths.c | 80 { _PATH_MAILDIR, PATH_DIR },
|
/freebsd/usr.bin/finger/ |
H A D | util.c | 364 (void)snprintf(tbuf, sizeof(tbuf), "%s/%s", _PATH_MAILDIR, pw->pw_name); in userinfo()
|
/freebsd/usr.bin/login/ |
H A D | login.c | 626 _PATH_MAILDIR, pwd->pw_name); in main()
|
/freebsd/usr.sbin/pw/ |
H A D | pw_user.c | 939 snprintf(file, sizeof(file), "%s/%s", _PATH_MAILDIR, pwd->pw_name); in pw_user_del() 1468 snprintf(path, sizeof(path), "%s/%s", _PATH_MAILDIR, in pw_user_add()
|
/freebsd/contrib/sendmail/mail.local/ |
H A D | mail.local.c | 235 if (sm_strlcpy(SpoolPath, _PATH_MAILDIR, sizeof(SpoolPath)) >=
|