Searched refs:lettmp (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/mail/ |
H A D | copyback.c | 62 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 D | done.c | 95 if (!needtmp && lettmp) { 97 unlink(lettmp);
|
H A D | gethead.c | 90 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 D | goback.c | 71 tmpf = doopen(lettmp, "r+", E_TMP); 115 tmpf = doopen(lettmp, "r+", E_TMP);
|
H A D | printmail.c | 167 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 D | init.c | 182 char *lettmp; /* pointer to tmp filename */ variable
|
H A D | mail.h | 405 extern char *lettmp; /* pointer to tmp filename */
|
H A D | sendmail.c | 430 tmpf = doopen(lettmp, "r+", E_TMP); in sendmail()
|