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