Home
last modified time | relevance | path

Searched refs:filehandle (Results 51 – 75 of 2723) sorted by relevance

12345678910>>...109

/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/htick/src/
H A Dadd_desc.c283 FILE *filehandle; in GetDescFormBbsFile() local
299 if( filehandle == NULL ) in GetDescFormBbsFile()
376 fclose( filehandle ); in GetDescFormBbsFile()
389 FILE *filehandle = NULL; in GetDescFormFile() local
419 fclose( filehandle ); in GetDescFormFile()
432 FILE *filehandle = NULL; in GetDescFormDizFile() local
452 filehandle = fopen( fileName, "rb" ); in GetDescFormDizFile()
453 if( filehandle == NULL ) in GetDescFormDizFile()
458 if( ferror( filehandle ) ) in GetDescFormDizFile()
460 fclose( filehandle ); in GetDescFormDizFile()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/htick/src/
H A Dadd_desc.c283 FILE *filehandle; in GetDescFormBbsFile() local
299 if( filehandle == NULL ) in GetDescFormBbsFile()
376 fclose( filehandle ); in GetDescFormBbsFile()
389 FILE *filehandle = NULL; in GetDescFormFile() local
419 fclose( filehandle ); in GetDescFormFile()
432 FILE *filehandle = NULL; in GetDescFormDizFile() local
452 filehandle = fopen( fileName, "rb" ); in GetDescFormDizFile()
453 if( filehandle == NULL ) in GetDescFormDizFile()
458 if( ferror( filehandle ) ) in GetDescFormDizFile()
460 fclose( filehandle ); in GetDescFormDizFile()
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/htick/src/
H A Dadd_desc.c283 FILE *filehandle; in GetDescFormBbsFile() local
299 if( filehandle == NULL ) in GetDescFormBbsFile()
376 fclose( filehandle ); in GetDescFormBbsFile()
389 FILE *filehandle = NULL; in GetDescFormFile() local
419 fclose( filehandle ); in GetDescFormFile()
432 FILE *filehandle = NULL; in GetDescFormDizFile() local
452 filehandle = fopen( fileName, "rb" ); in GetDescFormDizFile()
453 if( filehandle == NULL ) in GetDescFormDizFile()
458 if( ferror( filehandle ) ) in GetDescFormDizFile()
460 fclose( filehandle ); in GetDescFormDizFile()
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/htick/src/
H A Dadd_desc.c283 FILE *filehandle; in GetDescFormBbsFile() local
299 if( filehandle == NULL ) in GetDescFormBbsFile()
376 fclose( filehandle ); in GetDescFormBbsFile()
389 FILE *filehandle = NULL; in GetDescFormFile() local
419 fclose( filehandle ); in GetDescFormFile()
432 FILE *filehandle = NULL; in GetDescFormDizFile() local
452 filehandle = fopen( fileName, "rb" ); in GetDescFormDizFile()
453 if( filehandle == NULL ) in GetDescFormDizFile()
458 if( ferror( filehandle ) ) in GetDescFormDizFile()
460 fclose( filehandle ); in GetDescFormDizFile()
[all …]
/dports/net/p5-Net-Pcap/Net-Pcap-0.18/t/
H A D10-fileno.t14 my($dev,$pcap,$filehandle,$fileno,$err) = ('','','','','');
64 $filehandle = 0;
65 eval { $filehandle = Net::Pcap::file($pcap) };
67 is( $filehandle, undef, " - returned filehandle should be undef" );
92 eval { $filehandle = Net::Pcap::file($pcap) };
94 ok( defined $filehandle, " - returned filehandle must be defined" );
95 isa_ok( $filehandle, 'GLOB', " - \$filehandle" );
/dports/games/xdigger/xdigger-1.0.10/
H A Dhighscore.c47 FILE *filehandle; in LoadHighScore() local
57 if ((filehandle = fopen(filename, "r")) == NULL) in LoadHighScore()
63 if ((filehandle = fopen(filename, "r")) == NULL) in LoadHighScore()
69 if (filehandle != NULL) in LoadHighScore()
71 n = fread(highscore, sizeof(highscore), 1, filehandle); in LoadHighScore()
72 fclose(filehandle); in LoadHighScore()
87 FILE *filehandle; in SaveHighScore() local
91 if ((filehandle = fopen(filename, "w")) == NULL) in SaveHighScore()
97 if ((filehandle = fopen(filename, "w")) == NULL) in SaveHighScore()
103 if (filehandle != NULL) in SaveHighScore()
[all …]
/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Dsequencedb.cpp29 SequenceDB::SequenceDB(ifstream& filehandle, int kmerSize, vector< vector< int > >& kmerDB, vector<… in SequenceDB() argument
39 while (!filehandle.eof()) { in SequenceDB()
41 Sequence newSequence(filehandle); util.gobble(filehandle); in SequenceDB()
64 filehandle.close(); in SequenceDB()
73 SequenceDB::SequenceDB(ifstream& filehandle) : StorageDatabase() { in SequenceDB() argument
77 while (!filehandle.eof()) { in SequenceDB()
79 Sequence newSequence(filehandle); in SequenceDB()
88 util.gobble(filehandle); in SequenceDB()
91 filehandle.close(); in SequenceDB()
/dports/databases/p5-GDBM/perl-5.14.2/t/lib/warnings/
H A Dpp_sys6 fileno() on unopened filehandle abc [pp_fileno]
12 printf() on unopened filehandle abc [pp_prtf]
28 printf() on unopened filehandle abc [pp_prtf]
35 printf() on closed filehandle %s [pp_prtf]
88 -T on closed filehandle %s
89 stat() on closed filehandle %s
100 lstat on filehandle %s [pp_lstat]
102 getc() on unopened filehandle [pp_getc]
104 getc() on closed filehandle [pp_getc]
655 lstat() on filehandle FH at - line 4.
[all …]
H A Ddoio15 close() on unopened filehandle %s [Perl_do_close]
18 tell() on closed filehandle [Perl_do_tell]
21 seek() on closed filehandle [Perl_do_seek]
24 sysseek() on closed filehandle [Perl_do_sysseek]
30 -x on closed filehandle %s [Perl_my_stat]
39 Use of -l on filehandle %s [Perl_my_lstat]
134 -x on closed filehandle STDIN at - line 7.
136 tell() on unopened filehandle at - line 10.
137 seek() on unopened filehandle at - line 11.
170 Use of -l on filehandle STDIN at - line 3.
[all …]
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dfilehandle.pmc6 src/pmc/filehandle.pmc - FileHandle PMC
93 Create a copy of the filehandle.
136 Mark active filehandle data as live.
261 Already open filehandle
283 PMC *filehandle;
296 RETURN(PMC *filehandle);
320 Test if the filehandle is closed.
410 and close the filehandle.
418 not close the filehandle when finished.
434 PMC *filehandle;
[all …]
/dports/lang/perl5.34/perl-5.34.0/t/lib/warnings/
H A Dpp_sys6 fileno() on unopened filehandle abc [pp_fileno]
88 -T on closed filehandle %s
89 stat() on closed filehandle %s
100 lstat on filehandle %s [pp_lstat]
104 getc() on closed filehandle [pp_getc]
677 lstat() on filehandle FH at - line 4.
678 lstat() on filehandle FH at - line 5.
679 lstat() on filehandle FH at - line 6.
680 lstat() on filehandle $fh at - line 8.
681 lstat() on filehandle at - line 9.
[all …]
/dports/lang/perl5.30/perl-5.30.3/t/lib/warnings/
H A Dpp_sys6 fileno() on unopened filehandle abc [pp_fileno]
88 -T on closed filehandle %s
89 stat() on closed filehandle %s
100 lstat on filehandle %s [pp_lstat]
104 getc() on closed filehandle [pp_getc]
677 lstat() on filehandle FH at - line 4.
678 lstat() on filehandle FH at - line 5.
679 lstat() on filehandle FH at - line 6.
680 lstat() on filehandle $fh at - line 8.
681 lstat() on filehandle at - line 9.
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/lib/warnings/
H A Dpp_sys6 fileno() on unopened filehandle abc [pp_fileno]
88 -T on closed filehandle %s
89 stat() on closed filehandle %s
100 lstat on filehandle %s [pp_lstat]
104 getc() on closed filehandle [pp_getc]
677 lstat() on filehandle FH at - line 4.
678 lstat() on filehandle FH at - line 5.
679 lstat() on filehandle FH at - line 6.
680 lstat() on filehandle $fh at - line 8.
681 lstat() on filehandle at - line 9.
[all …]
/dports/lang/perl5.32/perl-5.32.1/t/lib/warnings/
H A Dpp_sys6 fileno() on unopened filehandle abc [pp_fileno]
88 -T on closed filehandle %s
89 stat() on closed filehandle %s
100 lstat on filehandle %s [pp_lstat]
104 getc() on closed filehandle [pp_getc]
677 lstat() on filehandle FH at - line 4.
678 lstat() on filehandle FH at - line 5.
679 lstat() on filehandle FH at - line 6.
680 lstat() on filehandle $fh at - line 8.
681 lstat() on filehandle at - line 9.
[all …]
/dports/devel/p5-Perl6-Slurp/Perl6-Slurp-0.051005/t/
H A Dfilehandle.t4 my $FILENAME = 'filehandle.t.data';
23 TEST "scalar slurp from filehandle ";
29 TEST "list slurp from filehandle ";
36 TEST "scalar slurp from '$mode', filehandle ";
40 TEST "scalar slurp from empty filehandle";
46 TEST "list slurp from '$mode', filehandle ";
50 TEST "list slurp from empty filehandle";
/dports/net/pear-Net_GeoIP/Net_GeoIP-1.0.0RC1/
H A DGeoIP.php265 private $filehandle; variable in Net_GeoIP
390 $this->filehandle = fopen($filename, "rb");
391 if (!$this->filehandle) {
395 $s_array = fstat($this->filehandle);
475 $filepos = ftell($this->filehandle);
476 fseek($this->filehandle, -3, SEEK_END);
478 $delim = fread($this->filehandle, 3);
499 fseek($this->filehandle, -4, SEEK_CUR);
505 fseek($this->filehandle, $filepos, SEEK_SET);
521 return fclose($this->filehandle);
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/logformat/trace/
H A Dlogformat_trace_InputLog.c162 jlong filehandle; in Java_logformat_trace_InputLog_close() local
199 if ( filehandle == 0 ) { in Java_logformat_trace_InputLog_close()
221 jlong filehandle; in Java_logformat_trace_InputLog_peekNextKindIndex() local
226 if ( filehandle == 0 ) { in Java_logformat_trace_InputLog_peekNextKindIndex()
247 jlong filehandle; in Java_logformat_trace_InputLog_getNextCategory() local
264 if ( filehandle == 0 ) { in Java_logformat_trace_InputLog_getNextCategory()
386 jlong filehandle; in Java_logformat_trace_InputLog_getNextYCoordMap() local
408 if ( filehandle == 0 ) { in Java_logformat_trace_InputLog_getNextYCoordMap()
539 jlong filehandle; in Java_logformat_trace_InputLog_getNextPrimitive() local
556 if ( filehandle == 0 ) { in Java_logformat_trace_InputLog_getNextPrimitive()
[all …]
/dports/net/mpich2/mpich2-1.5/src/util/logging/rlog/TraceInput/
H A Dlogformat_trace_InputLog.c99 jlong filehandle; in Java_logformat_trace_InputLog_close() local
136 if ( filehandle == 0 ) { in Java_logformat_trace_InputLog_close()
141 tracefile = (TRACE_file) filehandle; in Java_logformat_trace_InputLog_close()
158 jlong filehandle; in Java_logformat_trace_InputLog_peekNextKindIndex() local
163 if ( filehandle == 0 ) { in Java_logformat_trace_InputLog_peekNextKindIndex()
184 jlong filehandle; in Java_logformat_trace_InputLog_getNextCategory() local
203 if ( filehandle == 0 ) { in Java_logformat_trace_InputLog_getNextCategory()
337 jlong filehandle; in Java_logformat_trace_InputLog_getNextYCoordMap() local
359 if ( filehandle == 0 ) { in Java_logformat_trace_InputLog_getNextYCoordMap()
521 if ( filehandle == 0 ) { in Java_logformat_trace_InputLog_getNextPrimitive()
[all …]
/dports/net/mpich/mpich-3.4.3/src/util/logging/rlog/TraceInput/
H A Dlogformat_trace_InputLog.c92 jlong filehandle; in Java_logformat_trace_InputLog_close() local
129 if (filehandle == 0) { in Java_logformat_trace_InputLog_close()
150 jlong filehandle; in Java_logformat_trace_InputLog_peekNextKindIndex() local
155 if (filehandle == 0) { in Java_logformat_trace_InputLog_peekNextKindIndex()
175 jlong filehandle; in Java_logformat_trace_InputLog_getNextCategory() local
194 if (filehandle == 0) { in Java_logformat_trace_InputLog_getNextCategory()
317 jlong filehandle; in Java_logformat_trace_InputLog_getNextYCoordMap() local
339 if (filehandle == 0) { in Java_logformat_trace_InputLog_getNextYCoordMap()
463 jlong filehandle; in Java_logformat_trace_InputLog_getNextPrimitive() local
483 if (filehandle == 0) { in Java_logformat_trace_InputLog_getNextPrimitive()
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/perl/sieve/scripts/
H A Dsieveshell.pl89 my $filehandle;
94 $filehandle = *FILEH;
97 $filehandle = tempfile();
99 if (!$filehandle) { die "unable to open tmp file: $?"; }
101 print $filehandle $ex;
102 seek $filehandle, 0, 0; # rewind file
105 $filehandle = *STDIN;
188 while(defined($_ = ($interactive ? $term->readline('> ') : <$filehandle>))){
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/perl/sieve/scripts/
H A Dsieveshell.pl89 my $filehandle;
94 $filehandle = *FILEH;
97 $filehandle = tempfile();
99 if (!$filehandle) { die "unable to open tmp file: $?"; }
101 print $filehandle $ex;
102 seek $filehandle, 0, 0; # rewind file
105 $filehandle = *STDIN;
188 while(defined($_ = ($interactive ? $term->readline('> ') : <$filehandle>))){
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/picard/
H A DValidateSamFile.py123 filehandle = file_meta["f"]
124 first_line = filehandle.readline().rstrip()
125 filehandle.seek(0) # Rewind reading of the file
130 sample_data = _parse_verbose_report(filehandle)
132 sample_data = _parse_summary_report(filehandle)
143 def _parse_verbose_report(filehandle): argument
146 for line in filehandle:
163 def _parse_summary_report(filehandle): argument
165 for problem_type, name, count in _histogram_data(filehandle):
/dports/databases/p5-DBM-Deep/DBM-Deep-2.0016/t/
H A D27_filehandle.t28 # test if we can open and read a db using its filehandle
31 ok( ($db = DBM::Deep->new( fh => $fh )), "open db in filehandle" );
35 } qr/Cannot write to a readonly filehandle/, "Can't write to a read-only filehandle";
40 } qr/Cannot write to a readonly filehandle/, "Can't delete from a read-only filehandle";
44 } qr/Cannot write to a readonly filehandle/, "Can't clear from a read-only filehandle";
58 # embedded in the test for the DATA filehandle. First, find the database ...
119 } qr/Cannot write to a readonly filehandle/, "Can't write to a read-only filehandle";
/dports/www/moodle39/moodle/lib/classes/lock/
H A Dfile_lock_factory.php144 $filehandle = fopen($lockfilename, "wb");
147 if (!$filehandle) {
154 $locked = flock($filehandle, LOCK_EX | LOCK_NB, $wouldblock);
162 fclose($filehandle);
166 fwrite($filehandle, $this->get_debug_info());
168 return new lock($filehandle, $this);
/dports/devel/p5-PerlIO-Util/PerlIO-Util-0.72/
H A DPerlIO-Util.xs181 push_layer(filehandle, layer, arg = undef)
182 PerlIO* filehandle
197 if(!PerlIO_push(aTHX_ filehandle, tab, NULL, arg)){
199 PerlIOValid(filehandle)
211 pop_layer(filehandle)
212 PerlIO* filehandle
216 if(!PerlIOValid(filehandle)) XSRETURN_EMPTY;
217 popped_layer = PerlIOBase(filehandle)->tab->name;
219 PerlIO_flush(filehandle);
220 PerlIO_pop(aTHX_ filehandle);

12345678910>>...109