Home
last modified time | relevance | path

Searched refs:E_TMP (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/mail/
H A Dcopyback.c64 tmpf = doopen(lettmp, "a", E_TMP); in copyback()
75 tmpf = doopen(lettmp, "r+", E_TMP); in copyback()
H A Dgoback.c74 tmpf = doopen(lettmp, "r+", E_TMP);
118 tmpf = doopen(lettmp, "r+", E_TMP);
H A Dprintmail.c169 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 Dmta_ercode.c88 case E_TMP: /* temporary file problem */
H A Dgethead.c90 file = doopen(lettmp, "r", E_TMP); in gethead()
206 errmsg(E_TMP, ""); in tmperr()
H A Dmail.h125 #define E_TMP 12 /* temporary file problem */ macro
H A Dsendmail.c431 tmpf = doopen(lettmp, "r+", E_TMP);