Home
last modified time | relevance | path

Searched refs:tmp_input_file (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/celluloid/celluloid-0.23/src/
H A Dcelluloid-mpv.c68 gchar *tmp_input_file; member
/dports/cad/chipvault/chipvault-200607/
H A Dcv.pl3857 open( tmp_input_file , "<" . @filename_array[ $select_index ] );
3859 while ( ($_ = <tmp_input_file> ) && ( $line_num == 0 ) )
3867 close tmp_input_file;