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

/haiku-fatelf/src/bin/rcs/
H A Drcs.c41 * (sendmail): Rewind mailmess before flushing it.
1024 FILE * mailmess; local
1037 if (!(mailmess = fopenSafer(messagefile, "w+"))) {
1041 aprintf(mailmess, "Subject: Broken lock on %s\n\nYour lock on revision %s of file %s\nhas been broken by %s for the following reason:\n",
1051 aprintf(mailmess, "%c\n", old1);
1057 afputc(old1, mailmess);
1065 Orewind(mailmess);
1066 aflush(mailmess);
1067 status = run(fileno(mailmess), (char*)0, SENDMAIL, who, (char*)0);
1068 Ozclose(&mailmess);
[all...]

Completed in 85 milliseconds