Searched defs:mail (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dmain.c488 register char *mail; local
499 if((mail=nv_getval(MAILPNOD)) || (mail=nv_getval(MAILNOD)))
504 chkmail(shp,mail);
/ast/src/cmd/mailx/
H A Dcmd2.c70 * Mail -- a mail program
557 * Send mail to a bunch of user names.
560 mail(char* str) function
913 * Update the mail file with any new messages that have
914 * come in since we started reading mail.
948 note(0, "No new mail");
H A Dlocal.c70 * Mail -- a mail program
85 * mail is queued).
88 mailbox(const char* user, const char* mail) argument
97 "/var/spool/mail",
98 "/usr/spool/mail",
99 "/usr/mail"
102 if (!user || !*user || !stat(mail, &st) && S_ISREG(st.st_mode))
103 return (char*)mail;
104 if (mail) {
105 if (imap_name(mail))
[all...]
H A Dmailx.h70 * Mail -- a mail program
128 #define APPEND_MAILBOX 1 /* New mail goes to end of mailbox */
160 #define MAILMODE (S_IRUSR|S_IWUSR) /* private mail file mode */
541 * collect() and mail() flags
715 char mail[PATHSIZE]; /* Name of current file */ member in struct:__anon136::__anon141
772 char mail[256]; member in struct:__anon136::__anon146
827 char* mail; member in struct:__anon136::__anon147
982 extern int mail(char*);
/ast/src/cmd/at/
H A Datd.c116 int mail; member in struct:__anon36
793 int mail; local
834 if (mail = *s == AT_MAIL)
901 job->mail = mail;
1043 if (!job->mail)

Completed in 20 milliseconds