Home
last modified time | relevance | path

Searched refs:_PATH_MAILDIR (Results 1 – 14 of 14) sorted by relevance

/dragonfly/libexec/comsat/
HDcomsat.c84 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/
HDdma-mbox-create.c133 maildirfd = open(_PATH_MAILDIR, O_RDONLY); in main()
135 logfail(EX_NOINPUT, "cannot open maildir %s", _PATH_MAILDIR); in main()
HDlocal.c142 error = snprintf(fn, sizeof(fn), "%s/%s", _PATH_MAILDIR, it->addr); in deliver_local()
/dragonfly/usr.bin/from/
HDfrom.c84 snprintf(buf, sizeof(buf), "%s/%s", _PATH_MAILDIR, *argv); in main()
92 "%s/%s", _PATH_MAILDIR, file); in main()
/dragonfly/usr.bin/mail/
HDv7.local.c56 snprintf(buf, buflen, "%s/%s", _PATH_MAILDIR, user); in findmail()
/dragonfly/include/
HDpaths.h69 #define _PATH_MAILDIR "/var/mail" macro
/dragonfly/crypto/openssh/
HDdefines.h458 #if defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY)
459 # undef _PATH_MAILDIR
463 # define _PATH_MAILDIR MAIL_DIRECTORY macro
HDconfigure.ac4948 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)
HDsession.c1044 _PATH_MAILDIR, pw->pw_name); in do_setup_env()
HDconfig.h.in1727 /* Set this to your mail directory if you do not have _PATH_MAILDIR */
HDconfigure24987 if ((rc = fprintf(fd ,"_PATH_MAILDIR:%s\n", _PATH_MAILDIR)) <0)
/dragonfly/usr.bin/finger/
HDutil.c354 (void)snprintf(tbuf, sizeof(tbuf), "%s/%s", _PATH_MAILDIR, pw->pw_name); in userinfo()
/dragonfly/usr.sbin/pw/
HDpw_user.c392 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/
HDlogin.c617 _PATH_MAILDIR, pwd->pw_name); in main()