HomeSort by: relevance | last modified time | path
    Searched refs:_PATH_MAILDIR (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/from/
from.c 92 * 3 _PATH_MAILDIR/file
102 "%s/%s", _PATH_MAILDIR, file);
107 _PATH_MAILDIR, pwd->pw_name);
111 _PATH_MAILDIR, file);
  /src/usr.bin/mail/
v7.local.c 62 (void)snprintf(buf, bufsize, "%s/%s", _PATH_MAILDIR, user);
  /src/include/
paths.h 81 #define _PATH_MAILDIR "/var/mail"
  /src/external/ibm-public/postfix/dist/src/util/
sys_defs.h 287 #define _PATH_MAILDIR "/var/spool/mail"
382 #define _PATH_MAILDIR "/var/spool/mail"
427 #define _PATH_MAILDIR "/var/mail"
506 #define _PATH_MAILDIR "/var/mail"
536 #define _PATH_MAILDIR "/var/mail"
573 #ifndef _PATH_MAILDIR
574 #define _PATH_MAILDIR "/var/spool/mail" /* paths.h lies */
632 #define _PATH_MAILDIR "/var/spool/mail" /* paths.h lies */
677 #define _PATH_MAILDIR "/var/spool/mail" /* paths.h lies */
718 #define _PATH_MAILDIR "/var/mail
    [all...]
  /src/libexec/comsat/
comsat.c 121 if (chdir(_PATH_MAILDIR) == -1) {
122 syslog(LOG_ERR, "chdir: %s: %m", _PATH_MAILDIR);
210 _PATH_MAILDIR, name);
  /src/tests/include/
t_paths.c 80 { _PATH_MAILDIR, PATH_DIR },
  /src/libexec/mail.local/
mail.local.c 217 (void)snprintf(path, sizeof path, "%s/%s", _PATH_MAILDIR, name);
221 _PATH_MAILDIR, name);
  /src/usr.bin/finger/
util.c 423 (void)snprintf(tbuf, sizeof(tbuf), "%s/%s", _PATH_MAILDIR,
  /src/usr.bin/login/
login_pam.c 634 sizeof(tbuf), "%s/%s", _PATH_MAILDIR, pwd->pw_name);
login.c 673 sizeof(tbuf), "%s/%s", _PATH_MAILDIR, pwd->pw_name);
  /src/external/ibm-public/postfix/dist/src/global/
mail_params.h 627 #define DEF_MAIL_SPOOL_DIR _PATH_MAILDIR
  /src/crypto/external/bsd/openssh/dist/
session.c 868 snprintf(buf, sizeof buf, "%.200s/%.50s", _PATH_MAILDIR, pw->pw_name);

Completed in 32 milliseconds