Searched refs:_PATH_MAILDIR (Results 1 – 14 of 14) sorted by relevance
| /dragonfly/libexec/comsat/ |
| HD | comsat.c | 84 if (chdir(_PATH_MAILDIR)) { in main() 85 syslog(LOG_ERR, "chdir: %s: %m", _PATH_MAILDIR); in main() 120 char buf[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1]; in mailfor() 121 char buf2[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1]; in mailfor() 131 sprintf(buf, "%s/%.*s", _PATH_MAILDIR, (int)sizeof(utp->ut_user), in mailfor() 134 sprintf(buf2, "%s/%.*s", _PATH_MAILDIR, in mailfor()
|
| /dragonfly/libexec/dma/ |
| HD | dma-mbox-create.c | 133 maildirfd = open(_PATH_MAILDIR, O_RDONLY); in main() 135 logfail(EX_NOINPUT, "cannot open maildir %s", _PATH_MAILDIR); in main()
|
| HD | local.c | 142 error = snprintf(fn, sizeof(fn), "%s/%s", _PATH_MAILDIR, it->addr); in deliver_local()
|
| /dragonfly/usr.bin/from/ |
| HD | from.c | 84 snprintf(buf, sizeof(buf), "%s/%s", _PATH_MAILDIR, *argv); in main() 92 "%s/%s", _PATH_MAILDIR, file); in main()
|
| /dragonfly/usr.bin/mail/ |
| HD | v7.local.c | 56 snprintf(buf, buflen, "%s/%s", _PATH_MAILDIR, user); in findmail()
|
| /dragonfly/include/ |
| HD | paths.h | 69 #define _PATH_MAILDIR "/var/mail" macro
|
| /dragonfly/crypto/openssh/ |
| HD | defines.h | 458 #if defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY) 459 # undef _PATH_MAILDIR 463 # define _PATH_MAILDIR MAIL_DIRECTORY macro
|
| HD | configure.ac | 4948 dnl # We first look for _PATH_MAILDIR then MAILDIR then _PATH_MAIL 4949 dnl # If we find _PATH_MAILDIR we do nothing because that is what 4960 [Set this to your mail directory if you do not have _PATH_MAILDIR]) 4987 #if defined (_PATH_MAILDIR) 4988 if ((rc = fprintf(fd ,"_PATH_MAILDIR:%s\n", _PATH_MAILDIR)) <0)
|
| HD | session.c | 1044 _PATH_MAILDIR, pw->pw_name); in do_setup_env()
|
| HD | config.h.in | 1727 /* Set this to your mail directory if you do not have _PATH_MAILDIR */
|
| HD | configure | 24987 if ((rc = fprintf(fd ,"_PATH_MAILDIR:%s\n", _PATH_MAILDIR)) <0)
|
| /dragonfly/usr.bin/finger/ |
| HD | util.c | 354 (void)snprintf(tbuf, sizeof(tbuf), "%s/%s", _PATH_MAILDIR, pw->pw_name); in userinfo()
|
| /dragonfly/usr.sbin/pw/ |
| HD | pw_user.c | 392 sprintf(file, "%s/%s", _PATH_MAILDIR, pwd->pw_name); in pw_user() 745 sprintf(line, "%s/%s", _PATH_MAILDIR, pwd->pw_name); in pw_user()
|
| /dragonfly/usr.bin/login/ |
| HD | login.c | 617 _PATH_MAILDIR, pwd->pw_name); in main()
|