Home
last modified time | relevance | path

Searched refs:datfile (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/comms/wsjtz/wsjtx/lib/ftrsd/
H A Dsfrsd.c44 FILE *datfile, *logfile; in main() local
87 datfile=fopen(infile,"rb"); in main()
88 if( !datfile ) { in main()
92 fread(&nsec,sizeof(int),1,datfile); in main()
94 fread(&maxe,sizeof(int),1,datfile); in main()
95 fread(&nads,sizeof(int),1,datfile); in main()
100 fread(&nsec2,sizeof(int),1,datfile); in main()
103 fclose(datfile); in main()
116 datfile=fopen(infile,"wb"); in main()
117 if( !datfile ) { in main()
[all …]
/dports/japanese/p5-Text-ChaSen/chasen-2.4.5/mkchadic/
H A Ddumpdic.c43 dump_dat(lexicon_t *lex, FILE *datfile, long compound) in dump_dat() argument
48 index = ftell(datfile); in dump_dat()
55 if (fwrite(&dat, sizeof(dat), 1, datfile) != 1) in dump_dat()
58 if (fputs(lex->reading, datfile) < 0 || fputc('\0', datfile) < 0 || in dump_dat()
59 fputs(lex->pron, datfile) < 0 || fputc('\0', datfile) < 0 || in dump_dat()
60 fputs(lex->base, datfile) < 0 || fputc('\0', datfile) < 0 || in dump_dat()
61 fputs(lex->info, datfile) < 0 || fputc('\0', datfile) < 0) in dump_dat()
64 if (ftell(datfile) % 2) in dump_dat()
65 if (fputc('\0', datfile) < 0) in dump_dat()
133 FILE *datfile = output[0]; in dump_dic() local
[all …]
/dports/japanese/chasen-base/chasen-2.4.5/mkchadic/
H A Ddumpdic.c43 dump_dat(lexicon_t *lex, FILE *datfile, long compound) in dump_dat() argument
48 index = ftell(datfile); in dump_dat()
55 if (fwrite(&dat, sizeof(dat), 1, datfile) != 1) in dump_dat()
58 if (fputs(lex->reading, datfile) < 0 || fputc('\0', datfile) < 0 || in dump_dat()
59 fputs(lex->pron, datfile) < 0 || fputc('\0', datfile) < 0 || in dump_dat()
60 fputs(lex->base, datfile) < 0 || fputc('\0', datfile) < 0 || in dump_dat()
61 fputs(lex->info, datfile) < 0 || fputc('\0', datfile) < 0) in dump_dat()
64 if (ftell(datfile) % 2) in dump_dat()
65 if (fputc('\0', datfile) < 0) in dump_dat()
133 FILE *datfile = output[0]; in dump_dic() local
[all …]
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Dpdbtst.c731 strm = PD_create(datfile); in test_0()
1258 {strm = PD_create(datfile); in test_1()
1287 strm = PD_open(datfile, "a"); in test_1()
1297 datfile); in test_1()
1301 strm = PD_open(datfile, "r"); in test_1()
2026 strm = PD_open(datfile, "r"); in test_2()
2665 strm = PD_open(datfile, "r"); in test_4()
2933 strm = PD_open(datfile, "r"); in test_5()
3148 strm = PD_open(datfile, "r"); in test_6()
3354 strm = PD_open(datfile, "r"); in test_7()
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/opt/problem/
H A Dampl.py29 def __init__(self, modfile, datfile=None): argument
34 self.datfile = datfile
41 if self.datfile is None:
44 return [self.modfile, self.datfile]
60 if self.datfile is None:
63 args = (self.modfile, self.datfile)
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Ddolgeoip.class.php42 * @param string $datfile Data file
44 public function __construct($type, $datfile) argument
68 if (empty($type) || empty($datfile))
74 if (!file_exists($datfile) || !is_readable($datfile))
77 $this->errorlabel = "Datafile ".$datfile." not found";
85 $this->gi = new GeoIp2\Database\Reader($datfile); // '/usr/local/share/GeoIP/GeoIP2-City.mmdb'
94 $this->gi = geoip_open($datfile, GEOIP_STANDARD);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Ddolgeoip.class.php42 * @param string $datfile Data file
44 public function __construct($type, $datfile) argument
69 if (empty($type) || empty($datfile)) {
74 if (!file_exists($datfile) || !is_readable($datfile)) {
76 $this->errorlabel = "Datafile ".$datfile." not found";
83 $this->gi = new GeoIp2\Database\Reader($datfile); // '/usr/local/share/GeoIP/GeoIP2-City.mmdb'
90 $this->gi = geoip_open($datfile, GEOIP_STANDARD);
/dports/databases/postgresql11-client/postgresql-11.14/src/include/catalog/
H A Dreformat_dat_file.pl74 foreach my $datfile (@input_files)
76 $datfile =~ /(.+)\.dat$/
80 die "There in no header file corresponding to $datfile"
90 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
124 my $datfile = "$output_path$catname.dat";
125 open my $dat, '>', $datfile
126 or die "can't open $datfile: $!";
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/catalog/
H A Dreformat_dat_file.pl74 foreach my $datfile (@input_files)
76 $datfile =~ /(.+)\.dat$/
80 die "There in no header file corresponding to $datfile"
90 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
124 my $datfile = "$output_path$catname.dat";
125 open my $dat, '>', $datfile
126 or die "can't open $datfile: $!";
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/catalog/
H A Dreformat_dat_file.pl74 foreach my $datfile (@input_files)
76 $datfile =~ /(.+)\.dat$/
80 die "There in no header file corresponding to $datfile"
90 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
124 my $datfile = "$output_path$catname.dat";
125 open my $dat, '>', $datfile
126 or die "can't open $datfile: $!";
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/catalog/
H A Dreformat_dat_file.pl74 foreach my $datfile (@input_files)
76 $datfile =~ /(.+)\.dat$/
80 die "There in no header file corresponding to $datfile"
90 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
124 my $datfile = "$output_path$catname.dat";
125 open my $dat, '>', $datfile
126 or die "can't open $datfile: $!";
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/catalog/
H A Dreformat_dat_file.pl74 foreach my $datfile (@input_files)
76 $datfile =~ /(.+)\.dat$/
80 die "There in no header file corresponding to $datfile"
90 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
124 my $datfile = "$output_path$catname.dat";
125 open my $dat, '>', $datfile
126 or die "can't open $datfile: $!";
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/catalog/
H A Dreformat_dat_file.pl74 foreach my $datfile (@input_files)
76 $datfile =~ /(.+)\.dat$/
80 die "There in no header file corresponding to $datfile"
90 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
124 my $datfile = "$output_path$catname.dat";
125 open my $dat, '>', $datfile
126 or die "can't open $datfile: $!";
/dports/databases/postgresql11-server/postgresql-11.14/src/include/catalog/
H A Dreformat_dat_file.pl74 foreach my $datfile (@input_files)
76 $datfile =~ /(.+)\.dat$/
80 die "There in no header file corresponding to $datfile"
90 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
124 my $datfile = "$output_path$catname.dat";
125 open my $dat, '>', $datfile
126 or die "can't open $datfile: $!";
/dports/databases/postgresql12-client/postgresql-12.9/src/include/catalog/
H A Dreformat_dat_file.pl62 foreach my $datfile (@ARGV)
64 $datfile =~ /(.+)\.dat$/
68 die "There in no header file corresponding to $datfile"
78 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
117 my $datfile = "$output_path$catname.dat";
118 open my $dat, '>', $datfile
119 or die "can't open $datfile: $!";
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/catalog/
H A Dreformat_dat_file.pl62 foreach my $datfile (@ARGV)
64 $datfile =~ /(.+)\.dat$/
68 die "There in no header file corresponding to $datfile"
78 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
117 my $datfile = "$output_path$catname.dat";
118 open my $dat, '>', $datfile
119 or die "can't open $datfile: $!";
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/catalog/
H A Dreformat_dat_file.pl62 foreach my $datfile (@ARGV)
64 $datfile =~ /(.+)\.dat$/
68 die "There in no header file corresponding to $datfile"
78 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
117 my $datfile = "$output_path$catname.dat";
118 open my $dat, '>', $datfile
119 or die "can't open $datfile: $!";
/dports/databases/postgresql14-server/postgresql-14.1/src/include/catalog/
H A Dreformat_dat_file.pl62 foreach my $datfile (@ARGV)
64 $datfile =~ /(.+)\.dat$/
68 die "There in no header file corresponding to $datfile"
78 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
117 my $datfile = "$output_path$catname.dat";
118 open my $dat, '>', $datfile
119 or die "can't open $datfile: $!";
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/catalog/
H A Dreformat_dat_file.pl62 foreach my $datfile (@ARGV)
64 $datfile =~ /(.+)\.dat$/
68 die "There in no header file corresponding to $datfile"
78 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
117 my $datfile = "$output_path$catname.dat";
118 open my $dat, '>', $datfile
119 or die "can't open $datfile: $!";
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/catalog/
H A Dreformat_dat_file.pl62 foreach my $datfile (@ARGV)
64 $datfile =~ /(.+)\.dat$/
68 die "There in no header file corresponding to $datfile"
78 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
117 my $datfile = "$output_path$catname.dat";
118 open my $dat, '>', $datfile
119 or die "can't open $datfile: $!";
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/catalog/
H A Dreformat_dat_file.pl62 foreach my $datfile (@ARGV)
64 $datfile =~ /(.+)\.dat$/
68 die "There in no header file corresponding to $datfile"
78 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
117 my $datfile = "$output_path$catname.dat";
118 open my $dat, '>', $datfile
119 or die "can't open $datfile: $!";
/dports/databases/postgresql14-client/postgresql-14.1/src/include/catalog/
H A Dreformat_dat_file.pl62 foreach my $datfile (@ARGV)
64 $datfile =~ /(.+)\.dat$/
68 die "There in no header file corresponding to $datfile"
78 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
117 my $datfile = "$output_path$catname.dat";
118 open my $dat, '>', $datfile
119 or die "can't open $datfile: $!";
/dports/databases/postgresql13-server/postgresql-13.5/src/include/catalog/
H A Dreformat_dat_file.pl62 foreach my $datfile (@ARGV)
64 $datfile =~ /(.+)\.dat$/
68 die "There in no header file corresponding to $datfile"
78 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
117 my $datfile = "$output_path$catname.dat";
118 open my $dat, '>', $datfile
119 or die "can't open $datfile: $!";
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/catalog/
H A Dreformat_dat_file.pl62 foreach my $datfile (@ARGV)
64 $datfile =~ /(.+)\.dat$/
68 die "There in no header file corresponding to $datfile"
78 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
117 my $datfile = "$output_path$catname.dat";
118 open my $dat, '>', $datfile
119 or die "can't open $datfile: $!";
/dports/databases/postgresql12-server/postgresql-12.9/src/include/catalog/
H A Dreformat_dat_file.pl62 foreach my $datfile (@ARGV)
64 $datfile =~ /(.+)\.dat$/
68 die "There in no header file corresponding to $datfile"
78 $catalog_data{$catname} = Catalog::ParseData($datfile, $schema, 1);
117 my $datfile = "$output_path$catname.dat";
118 open my $dat, '>', $datfile
119 or die "can't open $datfile: $!";

12345678910