Searched refs:tfile (Results 1 – 4 of 4) sorted by relevance
97 FILE * tfile; in select_file_name() local103 if ((tfile = fopen(fname, READ_BINARY)) == NULL) { in select_file_name()114 fclose(tfile); /* oops, it's there; close tfile & try again */ in select_file_name()
132 FILE * tfile; in select_file_name() local153 if ((tfile = fopen(fname, READ_BINARY)) == NULL) in select_file_name()155 fclose(tfile); /* oops, it's there; close tfile & try again */ in select_file_name()
1601 FILE * tfile = tmpfile();
62 for my $tfile (@templates) {64 my $tpath = $tfile;