Searched refs:MAILDIR (Results 1 – 6 of 6) sorted by relevance
358 #ifndef MAILDIR359 #define MAILDIR MAIL_DIRECTORY macro362 #if !defined(_PATH_MAILDIR) && defined(MAILDIR)363 #define _PATH_MAILDIR MAILDIR
40 #define MAILDIR "/var/mail/" macro
97 MAILDIR=/var/mail340 rm -f $MAILDIR/nuucp $TMP
70 (void) strcpy(file, MAILDIR); in maillock()
189 char maildir[] = MAILDIR; /* directory for mail files */
1297 char *mbxdir = MAILDIR; /* string with path preamble */ in AnyMail()1302 mbxpath = malloc(strlen(name) + strlen(MAILDIR) + 1); in AnyMail()