Home
last modified time | relevance | path

Searched refs:tfile (Results 1 – 4 of 4) sorted by relevance

/external/jpeg/
Djmemname.c97 FILE * tfile; in select_file_name() local
103 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()
Djmemdos.c132 FILE * tfile; in select_file_name() local
153 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()
Dconfigure1601 FILE * tfile = tmpfile();
/external/webkit/WebKitTools/Scripts/
Dmake-script-test-wrappers62 for my $tfile (@templates) {
64 my $tpath = $tfile;