Searched refs:outfn (Results 1 – 1 of 1) sorted by relevance
53 char* outfn; member73 size_t len = strlen(ctx->outfn) + 1; in close_outfile()75 memcpy(fn, ctx->outfn, len); in close_outfile()77 if (rename(ctx->outfn, fn) != 0) { in close_outfile()79 unlink(ctx->outfn); in close_outfile()84 unlink(ctx->outfn); in close_outfile()95 if ((ctx->outfn = malloc(len + 6)) == NULL) { in open_outfile()99 snprintf(ctx->outfn, len + 6, "%s.h2md", fn); in open_outfile()303 .outfn = NULL, in process()324 if (ctx.outfn) { in process()[all …]
Completed in 5 milliseconds