Lines Matching defs:out
35 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
470 FILE *out;
489 fprintf(ctx->out, "%s\n", l->line);
496 fprintf(ctx->out, "%s\n", l->line);
508 fprintf(ctx->out, "%s\n", l->line);
517 * by *not* writing the line to ctx->out.
531 fprintf(ctx->out, "%s\n", l->line);
572 if ((ctx.out = fdopen(fd, "w")) == NULL) {
600 if (!write_host_entry(ctx.out, host, ip, keys[i], store_hash)) {
606 fclose(ctx.out);
607 ctx.out = NULL;
646 if (ctx.out != NULL)
647 fclose(ctx.out);