Home | History | Annotate | Download | only in mips

Lines Matching defs:tracefh

148 FILE *tracefh = NULL;
820 tracefh = fopen(tracefile,"wb+");
821 if (tracefh == NULL)
824 tracefh = stderr;
840 if (tracefh != NULL && tracefh != stderr)
841 fclose(tracefh);
842 tracefh = NULL;
1726 FILE *tracefh,
1734 fprintf(tracefh,"%d %s ; width %d ; ",
1739 vfprintf(tracefh,comment,ap);
1741 fprintf(tracefh,"\n");