Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dcopyback.c59 malf = doopen(mailfile, "r", E_FILE); in copyback()
109 errmsg(E_FILE, "Cannot open savefile"); in copyback()
111 errmsg(E_FILE, "Cannot re-write the alternate file"); in copyback()
117 errmsg(E_FILE, "Cannot chown savefile"); in copyback()
131 errmsg(E_FILE, "Cannot copy mail to savefile"); in copyback()
143 errmsg(E_FILE, "Cannot unlink mailfile"); in copyback()
149 errmsg(E_FILE, "Cannot rename savefile to mailfile"); in copyback()
154 errmsg(E_FILE, "Cannot link savefile to mailfile"); in copyback()
158 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.c99 errmsg(E_FILE, "Cannot stat mailfile"); in printmail()
128 errmsg(E_FILE, "Cannot open mailfile"); in printmail()
219 malf = doopen(mailfile, "r", E_FILE); in printmail()
H A Dmta_ercode.c82 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