Lines Matching refs:mailf
75 error = fprintf(bounceq.mailf, in bounce()
111 if (fseek(it->mailf, 0, SEEK_SET) != 0) in bounce()
114 while ((pos = fread(line, 1, sizeof(line), it->mailf)) > 0) { in bounce()
115 if (fwrite(line, 1, pos, bounceq.mailf) != pos) in bounce()
119 while (!feof(it->mailf)) { in bounce()
120 if (fgets(line, sizeof(line), it->mailf) == NULL) in bounce()
124 if (fwrite(line, strlen(line), 1, bounceq.mailf) != 1) in bounce()
360 if (fwrite(line, len, 1, queue->mailf) != 1) in writeline()
366 if (fwrite("\n", 1, 1, queue->mailf) != 1) in writeline()
395 error = fprintf(queue->mailf, in readmail()
501 if (fwrite(newline, strlen(newline), 1, queue->mailf) != 1) in readmail()
510 if (fwrite(newline, strlen(newline), 1, queue->mailf) != 1) in readmail()