Searched refs:E_FILE (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/mail/ |
H A D | copyback.c | 59 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 D | copymt.c | 87 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 D | gethead.c | 113 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 D | printmail.c | 99 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 D | stamp.c | 39 errmsg(E_FILE,"Cannot time-stamp mailfile"); in stamp()
|
H A D | mta_ercode.c | 82 case E_FILE: /* file error */
|
H A D | mkdead.c | 76 error = E_FILE; in mkdead()
|
H A D | mail.h | 115 #define E_FILE 2 /* file error */ macro
|