Home
last modified time | relevance | path

Searched refs:lettmp (Results 1 – 8 of 8) 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()
133 "mailfile is in '%s'\n", program, lettmp); in copyback()
H A Ddone.c95 if (!needtmp && lettmp) {
97 unlink(lettmp);
H A Dgethead.c90 file = doopen(lettmp, "r", E_TMP); in gethead()
244 int fd = mkstemp(lettmp = tmpl); in mktmp()
248 "%s: Can't open '%s', type: w+\n", program, lettmp); in mktmp()
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 Dinit.c182 char *lettmp; /* pointer to tmp filename */ variable
H A Dmail.h405 extern char *lettmp; /* pointer to tmp filename */
H A Dsendmail.c430 tmpf = doopen(lettmp, "r+", E_TMP); in sendmail()