Home
last modified time | relevance | path

Searched refs:E_FILE (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/mail/
H A Dcopyback.c61 malf = doopen(mailfile, "r", E_FILE); in copyback()
111 errmsg(E_FILE, "Cannot open savefile"); in copyback()
113 errmsg(E_FILE, "Cannot re-write the alternate file"); in copyback()
119 errmsg(E_FILE, "Cannot chown savefile"); in copyback()
133 errmsg(E_FILE, "Cannot copy mail to savefile"); in copyback()
145 errmsg(E_FILE, "Cannot unlink mailfile"); in copyback()
151 errmsg(E_FILE, "Cannot rename savefile to mailfile"); in copyback()
156 errmsg(E_FILE, "Cannot link savefile to mailfile"); in copyback()
160 errmsg(E_FILE, "Cannot unlink save file"); in copyback()
H A Dcopymt.c87 errmsg(E_FILE,
113 errmsg(E_FILE,
173 errmsg(E_FILE,"mailfile does not begin with a 'From' line");
185 errmsg(E_FILE,"Write error in copymt()");
H A Dgethead.c113 errmsg(E_FILE, "Cannot seek header"); in gethead()
118 errmsg(E_FILE, "Cannot read header"); in gethead()
123 errmsg(E_FILE, "Invalid header encountered"); in gethead()
H A Dstamp.c39 errmsg(E_FILE,"Cannot time-stamp mailfile"); in stamp()
H A Dprintmail.c101 errmsg(E_FILE, "Cannot stat mailfile"); in printmail()
130 errmsg(E_FILE, "Cannot open mailfile"); in printmail()
221 malf = doopen(mailfile, "r", E_FILE); in printmail()
H A Dmta_ercode.c85 case E_FILE: /* file error */
H A Dmkdead.c76 error = E_FILE; in mkdead()
H A Dmail.h115 #define E_FILE 2 /* file error */ macro