Home | History | Annotate | Download | only in massif

Lines Matching refs:TMPFILE

214         printf(TMPFILE
239 printf(TMPFILE "%s->%05.2f%% (%sB) in %d+ places, all below "
243 print(TMPFILE "$this_prefix2\n");
248 print(TMPFILE "$this_prefix2\n");
397 open(TMPFILE, "> $tmp_file")
413 print(TMPFILE $header);
429 printf(TMPFILE $column_format,
461 print(TMPFILE $header);
469 close(TMPFILE);
658 open(TMPFILE, "< $tmp_file")
661 while (my $line = <TMPFILE>) {