Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dcopyback.c62 tmpf = doopen(lettmp, "a", E_TMP); in copyback()
73 tmpf = doopen(lettmp, "r+", E_TMP); in copyback()
H A Dgoback.c71 tmpf = doopen(lettmp, "r+", E_TMP);
115 tmpf = doopen(lettmp, "r+", E_TMP);
H A Dprintmail.c167 tmpf = doopen(lettmp, "r+", E_TMP); in printmail()
221 tmpf = doopen(lettmp, "a", E_TMP); in printmail()
228 tmpf = doopen(lettmp, "r+", E_TMP); in printmail()
H A Dgethead.c90 file = doopen(lettmp, "r", E_TMP); in gethead()
206 errmsg(E_TMP, ""); in tmperr()
H A Dmta_ercode.c85 case E_TMP: /* temporary file problem */
H A Dmail.h125 #define E_TMP 12 /* temporary file problem */ macro
H A Dsendmail.c430 tmpf = doopen(lettmp, "r+", E_TMP); in sendmail()