Home
last modified time | relevance | path

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

/external/openssh/
Ddefines.h428 #if defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY)
429 # undef _PATH_MAILDIR
433 # define _PATH_MAILDIR MAIL_DIRECTORY macro
Dconfigure.ac4358 dnl # We first look for _PATH_MAILDIR then MAILDIR then _PATH_MAIL
4359 dnl # If we find _PATH_MAILDIR we do nothing because that is what
4370 [Set this to your mail directory if you do not have _PATH_MAILDIR])
4396 #if defined (_PATH_MAILDIR)
4397 if ((rc = fprintf(fd ,"_PATH_MAILDIR:%s\n", _PATH_MAILDIR)) <0)
Dsession.c1051 snprintf(buf, sizeof buf, "%.200s/%.50s", _PATH_MAILDIR, pw->pw_name); in do_setup_env()
Dconfig.h.in1467 /* Set this to your mail directory if you do not have _PATH_MAILDIR */
Dconfigure18040 if ((rc = fprintf(fd ,"_PATH_MAILDIR:%s\n", _PATH_MAILDIR)) <0)