Searched refs:tfp (Results 1 – 1 of 1) sorted by relevance
181 FILE *tfp; in create_temp_output() local198 if ((tfp=fdopen(tfd, "r+b")) == NULL) { in create_temp_output()211 _setmode(_fileno(tfp), _O_BINARY ); in create_temp_output()214 ctx->fout = tfp; in create_temp_output()
Completed in 4 milliseconds