Searched refs:E_FILE (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/mail/ |
H A D | copyback.c | 61 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 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 | stamp.c | 39 errmsg(E_FILE,"Cannot time-stamp mailfile"); in stamp()
|
H A D | printmail.c | 101 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 D | mta_ercode.c | 85 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
|