Searched refs:prog_out (Results 1 – 1 of 1) sorted by relevance
650 FILE *prog_out = NULL; in match_program() local684 prog_out = fmemopen(text, MAX_PROG_TEXT_SZ - 1, "w"); in match_program()685 if (!prog_out) { in match_program()693 fprintf(prog_out, "%s\n", insn_buf); in match_program()695 fclose(prog_out); in match_program()