Searched refs:mtf (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Dsend.c296 FILE *mtf; local
300 * Get the result as mtf.
302 if ((mtf = collect(hp, printheaders)) == NULL)
315 if (fsize(mtf) == 0) {
338 to = outof(to, mtf, hp);
340 savedeadletter(mtf);
357 if ((mtf = infix(hp, mtf)) == NULL) {
379 (void)savemail(expand(nbuf), mtf); local
383 (void)savemail(expand(cp), mtf); local
[all...]

Completed in 95 milliseconds