HomeSort by: relevance | last modified time | path
    Searched defs:mtf (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
send.c 598 mail2(FILE *mtf, const char **namelist)
613 (void)savemail(expand(cp), mtf);
623 savedeadletter(mtf);
635 prepare_child(&nset, fileno(mtf), -1);
684 FILE *mtf; local in function:mail1
688 * Get the result as mtf.
690 if ((mtf = collect(hp, printheaders)) == NULL)
710 if (fsize(mtf) == 0) {
735 mtf = mime_encode(mtf, hp)
    [all...]
send.c 598 mail2(FILE *mtf, const char **namelist)
613 (void)savemail(expand(cp), mtf);
623 savedeadletter(mtf);
635 prepare_child(&nset, fileno(mtf), -1);
684 FILE *mtf; local in function:mail1
688 * Get the result as mtf.
690 if ((mtf = collect(hp, printheaders)) == NULL)
710 if (fsize(mtf) == 0) {
735 mtf = mime_encode(mtf, hp)
    [all...]

Completed in 24 milliseconds