Home
last modified time | relevance | path

Searched refs:Infile (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCTools/ppconvert/src/
H A DParserClass.cc238 Infile.close(); in CloseFile()
266 Infile >> val; in ReadInt()
273 Infile >> val; in ReadLong()
280 Infile >> val; in ReadDouble()
306 while (isWhiteSpace(ch = Infile.get()) && !Infile.eof()); in ReadWord()
307 if (Infile.eof()) in ReadWord()
309 while (!isWhiteSpace(ch = Infile.get()) && !Infile.eof()) { in ReadWord()
314 Infile.unget(); in ReadWord()
325 if (Infile.eof()) in ReadLine()
327 while (((ch = Infile.get())!='\n') && !Infile.eof()) { in ReadLine()
[all …]
/dports/math/gap/gap-4.11.0/pkg/digraphs-1.1.1/extern/edge-addition-planarity-suite-Version_3.0.0.5/c/
H A DgraphIO.c34 fscanf(Infile, " %d ", &N); in _ReadAdjMatrix()
87 fgetc(Infile); in _ReadAdjList()
117 fgetc(Infile); in _ReadAdjList()
263 fgets(Line, 255, Infile); in _ReadLEDAGraph()
264 fgets(Line, 255, Infile); in _ReadLEDAGraph()
265 fgets(Line, 255, Infile); in _ReadLEDAGraph()
268 fgets(Line, 255, Infile); in _ReadLEDAGraph()
319 FILE *Infile; in gp_Read() local
324 Infile = stdin; in gp_Read()
329 ungetc(Ch, Infile); in gp_Read()
[all …]
/dports/math/planarity/edge-addition-planarity-suite-Version_3.0.1.1/c/
H A DgraphIO.c34 fscanf(Infile, " %d ", &N); in _ReadAdjMatrix()
87 fgetc(Infile); in _ReadAdjList()
117 fgetc(Infile); in _ReadAdjList()
263 fgets(Line, 255, Infile); in _ReadLEDAGraph()
264 fgets(Line, 255, Infile); in _ReadLEDAGraph()
265 fgets(Line, 255, Infile); in _ReadLEDAGraph()
268 fgets(Line, 255, Infile); in _ReadLEDAGraph()
319 FILE *Infile; in gp_Read() local
324 Infile = stdin; in gp_Read()
329 ungetc(Ch, Infile); in gp_Read()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/scripts/
H A Dfixrc.pl9 my $Infile;
31 $Infile = $ARGV[$i];
34 unless ( $Infile and $Outfile ) {
38 if ( $Infile =~ /.*(?=\/.*$)/ ) {
44 open( INFILE, $Infile ) or die "\nError: Couldn't open INPUT file $Infile: $!";
47 print "Converting $Infile for use with windres...\n";
51 // This file is a windres compatible version of $Infile
H A Dlicense2rtf.pl6 my $Infile;
59 $Infile = $ARGV[$i];
63 unless ( $Outfile and $Font and $FontSize and $Infile ) {
67 open( INFILE, $Infile ) or die "\nError: Couldn't open INPUT file $Infile $!";
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/scripts/
H A Dfixrc.pl9 my $Infile;
31 $Infile = $ARGV[$i];
34 unless ( $Infile and $Outfile ) {
38 if ( $Infile =~ /.*(?=\/.*$)/ ) {
44 open( INFILE, $Infile ) or die "\nError: Couldn't open INPUT file $Infile: $!";
47 print "Converting $Infile for use with windres...\n";
51 // This file is a windres compatible version of $Infile
H A Dlicense2rtf.pl6 my $Infile;
59 $Infile = $ARGV[$i];
63 unless ( $Outfile and $Font and $FontSize and $Infile ) {
67 open( INFILE, $Infile ) or die "\nError: Couldn't open INPUT file $Infile $!";
/dports/archivers/zip-ada/zip-ada/test/
H A Dtest_non_zip.adb33 Infile, Outfile: Byte_IO.File_Type; variable
38 Byte_IO.Read (Infile, B);
44 return not Byte_IO.End_Of_File (Infile);
62 Byte_IO.Open (Infile, Byte_IO.In_File, Name => fn);
65 Byte_IO.Close (Infile);
68 Byte_IO.Open (Infile, Byte_IO.In_File, Name => temp_encoded);
71 Byte_IO.Close (Infile);
91 Byte_IO.Open (Infile, Byte_IO.In_File, Name => fn);
94 Byte_IO.Close (Infile);
97 Byte_IO.Open (Infile, Byte_IO.In_File, Name => temp_encoded);
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/tools/
H A DGenPerl.pl57 my ($Infile, $Outfile) = ($inPath.$inFileBase.'.h', $outPath.$outFileBase.$outExt);
60 open(INFILE, "<$Infile") or die "Open error on $Infile: $!";
62 print "Transforming \"$Infile\" into \"$Outfile\"\n";
68 ${C}#include "$Infile"
90 push @source, PERLHeader($Infile);
248 my $Infile = shift;
249 my $fstat = stat($Infile) if (-f $Infile && -r $Infile) or die "$Infile not readable";
252 my $filename = basename($Infile);
H A DGenVB.pl43 my ($Infile, $Outfile) = ($Path.$FileBase.'.h', $Path.$FileBase.'.bas');
46 open(INFILE, "<$Infile") or die "Open error on $Infile: $!";
48 print "Transforming \"$Infile\" into \"$Outfile\"\n";
61 push @source, VBHeader($Infile);
205 my $Infile = shift;
206 my $fstat = stat($Infile) if (-f $Infile && -r $Infile) or die "$Infile not readable";
209 my $filename = basename($Infile);
H A DGenPas.pl42 my ($Infile, $Outfile) = ($Path.$FileBase.'.h', $Path.$FileBase.'.pas');
45 open(INFILE, "<$Infile") or die "Open error on $Infile: $!";
47 print "Transforming \"$Infile\" into \"$Outfile\"\n";
59 push @source, PascalHeader($Infile);
237 my $Infile = shift;
238 my $fstat = stat($Infile) if (-f $Infile && -r $Infile) or die "$Infile not readable";
241 my $filename = basename($Infile);
/dports/security/p5-PerlCryptLib/PerlCryptLib-1.11/
H A DGenPerl.pl57 my ($Infile, $Outfile) = ($inPath.$inFileBase.'.h', $outPath.$outFileBase.$outExt);
60 open(INFILE, "<$Infile") or die "Open error on $Infile: $!";
62 print "Transforming \"$Infile\" into \"$Outfile\"\n";
68 ${C}#include "$Infile"
90 push @source, PERLHeader($Infile);
248 my $Infile = shift;
249 my $fstat = stat($Infile) if (-f $Infile && -r $Infile) or die "$Infile not readable";
252 my $filename = basename($Infile);
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dspark_xrefs_test.adb54 Infile : File_Type; variable
78 Open (Infile, In_File, Argument (1));
162 C := Get_Char (Infile);
175 C := Get_Char (Infile);
178 Set_Index (Infile, Index (Infile) - 1);
264 C := Get_Char (Infile);
271 C := Get_Char (Infile);
281 Set_Index (Infile, Index (Infile) - 1);
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dalfa_test.adb53 Infile : File_Type; variable
77 Open (Infile, In_File, Argument (1));
160 C := Get_Char (Infile);
173 C := Get_Char (Infile);
176 Set_Index (Infile, Index (Infile) - 1);
261 C := Get_Char (Infile);
268 C := Get_Char (Infile);
278 Set_Index (Infile, Index (Infile) - 1);
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dalfa_test.adb53 Infile : File_Type; variable
77 Open (Infile, In_File, Argument (1));
160 C := Get_Char (Infile);
173 C := Get_Char (Infile);
176 Set_Index (Infile, Index (Infile) - 1);
261 C := Get_Char (Infile);
268 C := Get_Char (Infile);
278 Set_Index (Infile, Index (Infile) - 1);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dspark_xrefs_test.adb54 Infile : File_Type; variable
78 Open (Infile, In_File, Argument (1));
162 C := Get_Char (Infile);
175 C := Get_Char (Infile);
178 Set_Index (Infile, Index (Infile) - 1);
264 C := Get_Char (Infile);
271 C := Get_Char (Infile);
281 Set_Index (Infile, Index (Infile) - 1);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dspark_xrefs_test.adb54 Infile : File_Type; variable
78 Open (Infile, In_File, Argument (1));
162 C := Get_Char (Infile);
175 C := Get_Char (Infile);
178 Set_Index (Infile, Index (Infile) - 1);
264 C := Get_Char (Infile);
271 C := Get_Char (Infile);
281 Set_Index (Infile, Index (Infile) - 1);
/dports/math/vtk9/VTK-9.1.0/IO/PIO/
H A DPIOData.cxx10 this->Infile = nullptr; in PIO_DATA()
128 delete this->Infile; in ~PIO_DATA()
129 this->Infile = nullptr; in ~PIO_DATA()
146 delete this->Infile; in read()
150 delete this->Infile; in read()
157 delete this->Infile; in read()
185 delete this->Infile; in read()
202 delete this->Infile; in read()
529 delete this->Infile; in GetPIOfileTime()
533 delete this->Infile; in GetPIOfileTime()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/ms/omssa/
H A Domssaapp.cpp378 CRef <CMSInFile> Infile; in SetSearchSettings() local
379 Infile = new CMSInFile; in SetSearchSettings()
382 Infile->SetInfile(args["fx"].AsString()); in SetSearchSettings()
386 Infile->SetInfile(args["f"].AsString()); in SetSearchSettings()
390 Infile->SetInfile(args["fb"].AsString()); in SetSearchSettings()
394 Infile->SetInfile(args["fp"].AsString()); in SetSearchSettings()
398 Infile->SetInfile(args["fm"].AsString()); in SetSearchSettings()
402 Infile->SetInfile(args["fomx"].AsString()); in SetSearchSettings()
410 Infile->SetInfile(args["foms"].AsString()); in SetSearchSettings()
414 Infile->SetInfile(args["fxml"].AsString()); in SetSearchSettings()
[all …]
/dports/misc/mbuffer/mbuffer-20211018/
H A Dinput.c119 char cmd_buf[15+strlen(Infile)]; in requestInputVolume()
142 if ((Autoloader) && (Infile)) { in requestInputVolume()
168 In = open(Infile, O_RDONLY | O_LARGEFILE); in requestInputVolume()
170 In = open(Infile,O_RDONLY); in requestInputVolume()
172 enable_directio(In,Infile); in requestInputVolume()
190 assert(Infile); in openInput()
191 debugmsg("opening input %s\n",Infile); in openInput()
193 In = open(Infile,flags); in openInput()
196 In = open(Infile,flags); in openInput()
200 enable_directio(In,Infile); in openInput()
[all …]
/dports/archivers/zip-ada/zip-ada/extras/
H A Dlzhuf.adb17 Infile: Byte_IO.File_Type; variable
39 I: constant Byte_IO.Count:= Index(Infile);
41 Read( Infile, B );
54 return not End_Of_File( Infile );
97 Byte_IO.Open ( Infile, Byte_IO.In_File, Argument(2) );
98 Isize:= Byte_IO.Size(Infile);
110 Byte_IO.Close( Infile );
/dports/archivers/zip-ada/zip-ada/trained/
H A Dtrainer.adb56 Infile, Outfile: Byte_IO.File_Type; variable
61 Byte_IO.Read (Infile, B);
67 return not Byte_IO.End_Of_File (Infile);
85 Byte_IO.Open (Infile, Byte_IO.In_File, Name => Argument (1));
88 Byte_IO.Close (Infile);
/dports/net/netmap/netmap-0.1.3/belgolib/
H A Dfiles.c18 Infile::Infile() : ifstream() { } in Infile() function
20 Infile::Infile(const string& file_name, ios::openmode mode, bool fatal) in Infile() function
42 int Infile::Open(const string & file_name, ios::openmode mode, bool fatal) in Open()
75 int Infile::check_open() const in check_open()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/vdb-decrypt/
H A Dvdb-encrypt.c64 const KFile * Infile; in DoThisFile() local
82 Infile = infile; in DoThisFile()
87 rc = KEncFileMakeRead (&Infile, infile, &Key); in DoThisFile()
94 rc = KFileMakeWGAEncRead (&Infile, infile, Password, PasswordSize); in DoThisFile()
99 arc = ArchiveTypeCheck (Infile); in DoThisFile()
100 KFileRelease (Infile); in DoThisFile()
/dports/astro/foxtrotgps/foxtrotgps-1.2.2/contrib/
H A Dgpx2osm93 for Infile in args.FileList:
94 Base,ext = os.path.splitext(Infile)
95 Points, BadPoints = HowManyPoints(Infile)
97 print("Warning,", Infile, " has excessive points with poor HDOP")
99 print(Infile, Points, "points logged", BadPoints, "with excessive HDOP")
100 …Cmd = 'gpsbabel', '-i', 'gpx', '-f', Infile, '-x', 'simplify,error=0.003k', '-x', 'discard,hdop='+…

1234567