Searched refs:prog_out (Results 1 – 1 of 1) sorted by relevance
746 FILE *prog_out = NULL; in match_program() local779 prog_out = fmemopen(text, MAX_PROG_TEXT_SZ - 1, "w"); in match_program()780 if (!prog_out) { in match_program()785 print_xlated(prog_out, buf + 1, cnt - 1); in match_program()787 print_xlated(prog_out, buf, cnt); in match_program()788 fclose(prog_out); in match_program()