Home
last modified time | relevance | path

Searched refs:lettmp (Results 1 – 8 of 8) 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()
135 "mailfile is in '%s'\n", program, lettmp); in copyback()
H A Ddone.c97 if (!needtmp && lettmp) {
99 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.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 Dinit.c184 char *lettmp; /* pointer to tmp filename */ variable
H A Dmail.h405 extern char *lettmp; /* pointer to tmp filename */
H A Dsendmail.c431 tmpf = doopen(lettmp, "r+", E_TMP);