Searched refs:E_TMP (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/mail/ |
H A D | copyback.c | 64 tmpf = doopen(lettmp, "a", E_TMP); in copyback() 75 tmpf = doopen(lettmp, "r+", E_TMP); in copyback()
|
H A D | goback.c | 74 tmpf = doopen(lettmp, "r+", E_TMP); 118 tmpf = doopen(lettmp, "r+", E_TMP);
|
H A D | printmail.c | 169 tmpf = doopen(lettmp, "r+", E_TMP); in printmail() 223 tmpf = doopen(lettmp, "a", E_TMP); in printmail() 230 tmpf = doopen(lettmp, "r+", E_TMP); in printmail()
|
H A D | mta_ercode.c | 88 case E_TMP: /* temporary file problem */
|
H A D | gethead.c | 90 file = doopen(lettmp, "r", E_TMP); in gethead() 206 errmsg(E_TMP, ""); in tmperr()
|
H A D | mail.h | 125 #define E_TMP 12 /* temporary file problem */ macro
|
H A D | sendmail.c | 431 tmpf = doopen(lettmp, "r+", E_TMP);
|