Home
last modified time | relevance | path

Searched refs:filehandle (Results 26 – 50 of 2595) sorted by relevance

12345678910>>...104

/dports/games/d2x/d2x-0.2.5/libmve/
H A Dmve_main.c38 static int doPlay(int filehandle) in doPlay() argument
57 int i, filehandle; in main() local
91 filehandle = open(mvlfile, O_RDONLY | O_BINARY); in main()
93 filehandle = open(mvlfile, O_RDONLY); in main()
95 if (filehandle == -1) { in main()
99 if ((read(filehandle, sig, 4) < 4) || in main()
101 (read(filehandle, &nfiles, 4) < 4)) { in main()
114 (read(filehandle, &filesize[i], 4) < 4) || in main()
129 lseek(filehandle, filesize[i], SEEK_CUR); in main()
140 filehandle = open(mvefile, O_RDONLY); in main()
[all …]
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/tests/
H A Dmake_g168_css.c94 AFfilehandle filehandle; in main() local
109 if (filehandle == AF_NULL_FILEHANDLE) in main()
231 outframes = afWriteFrames(filehandle, in main()
235 outframes = afWriteFrames(filehandle, in main()
240 outframes = afWriteFrames(filehandle, in main()
259 outframes = afWriteFrames(filehandle, in main()
263 outframes = afWriteFrames(filehandle, in main()
268 outframes = afWriteFrames(filehandle, in main()
274 if (afCloseFile(filehandle) != 0) in main()
285 if (filehandle == AF_NULL_FILEHANDLE) in main()
[all …]
/dports/x11/antimicro/antimicro-2.23/src/eventhandlers/
H A Duinputeventhandler.h53 void setKeyboardEvents(int filehandle);
54 void setRelMouseEvents(int filehandle);
55 void setSpringMouseEvents(int filehandle);
56 void populateKeyCodes(int filehandle);
57 void createUInputKeyboardDevice(int filehandle);
58 void createUInputMouseDevice(int filehandle);
59 void createUInputSpringMouseDevice(int filehandle);
60 void closeUInputDevice(int filehandle);
61 void write_uinput_event(int filehandle, unsigned int type,
/dports/audio/libaudiofile/audiofile-0.3.6/libaudiofile/
H A Ddebug.cpp147 void _af_print_tracks (AFfilehandle filehandle) in _af_print_tracks() argument
149 for (int i=0; i<filehandle->m_trackCount; i++) in _af_print_tracks()
151 Track *track = &filehandle->m_tracks[i]; in _af_print_tracks()
187 void _af_print_filehandle (AFfilehandle filehandle) in _af_print_filehandle() argument
189 printf("file handle: 0x%p\n", filehandle); in _af_print_filehandle()
191 if (filehandle->m_valid == _AF_VALID_FILEHANDLE) in _af_print_filehandle()
197 if (filehandle->m_access == _AF_READ_ACCESS) in _af_print_filehandle()
202 printf(" fileFormat: %d\n", filehandle->m_fileFormat); in _af_print_filehandle()
210 printf(" trackCount: %d\n", filehandle->m_trackCount); in _af_print_filehandle()
211 printf(" tracks: 0x%p\n", filehandle->m_tracks); in _af_print_filehandle()
[all …]
/dports/lang/parrot/parrot-8.1.0/docs/book/pir/
H A Dch08_io.pod12 The C<open>X<open opcode> opcode opens a new filehandle. It takes a
46 The C<close>X<close opcode> opcode closes a filehandle when it's no
48 makes that filehandle object available for opening a different
64 string form of an integer, number, or PMC to a filehandle:
146 just like any other filehandle object:
162 filehandle has reached the end of the file:
203 filehandle PMC with a new file.
307 for the filehandle object.
318 encoding behavior of the filehandle.
348 buffer size of the filehandle object.
[all …]
/dports/science/py-segyio/segyio-1.9.8/python/segyio/
H A Dtrace.py107 self.filehandle = filehandle
304 return RawTrace(self.filehandle,
333 x = RefTrace(self.filehandle,
444 self.filehandle.puttr(i, x)
785 self.filehandle = filehandle
840 filehandle = self.filehandle
866 def __init__(self, filehandle, textcount): argument
868 self.filehandle = filehandle
896 return self.filehandle.gettext(i)
949 self.filehandle.puttext(i, val)
[all …]
/dports/science/segyio/segyio-1.9.8/python/segyio/
H A Dtrace.py107 self.filehandle = filehandle
304 return RawTrace(self.filehandle,
333 x = RefTrace(self.filehandle,
444 self.filehandle.puttr(i, x)
785 self.filehandle = filehandle
840 filehandle = self.filehandle
866 def __init__(self, filehandle, textcount): argument
868 self.filehandle = filehandle
896 return self.filehandle.gettext(i)
949 self.filehandle.puttext(i, val)
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/tests/
H A Dmake_g168_css.c136 SNDFILE *filehandle; in main() local
249 sf_writef_short(filehandle, voiced_sound, voiced_length); in main()
251 sf_writef_short(filehandle, noise_sound, 8192); in main()
265 sf_writef_short(filehandle, voiced_sound, voiced_length); in main()
267 sf_writef_short(filehandle, noise_sound, 8192); in main()
273 if (sf_close(filehandle)) in main()
395 sf_writef_short(filehandle, voiced_sound, voiced_length); in main()
397 sf_writef_short(filehandle, noise_sound, 8192); in main()
411 sf_writef_short(filehandle, voiced_sound, voiced_length); in main()
413 sf_writef_short(filehandle, noise_sound, 8192); in main()
[all …]
/dports/comms/spandsp/spandsp-284fe91/tests/
H A Dmake_g168_css.c136 SNDFILE *filehandle; in main() local
249 sf_writef_short(filehandle, voiced_sound, voiced_length); in main()
251 sf_writef_short(filehandle, noise_sound, 8192); in main()
265 sf_writef_short(filehandle, voiced_sound, voiced_length); in main()
267 sf_writef_short(filehandle, noise_sound, 8192); in main()
273 if (sf_close(filehandle)) in main()
395 sf_writef_short(filehandle, voiced_sound, voiced_length); in main()
397 sf_writef_short(filehandle, noise_sound, 8192); in main()
411 sf_writef_short(filehandle, voiced_sound, voiced_length); in main()
413 sf_writef_short(filehandle, noise_sound, 8192); in main()
[all …]
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/functions/
H A Dabook_local_file.php57 var $filehandle = 0; variable in abook_local_file
168 if($this->filehandle && !$new) {
184 $this->filehandle = &$fh;
194 $this->filehandle = &$fh;
213 @fclose($this->filehandle);
214 $this->filehandle = 0;
296 @rewind($this->filehandle);
348 @rewind($this->filehandle);
385 @rewind($this->filehandle);
497 @rewind($this->filehandle);
[all …]
/dports/net/ip2location/IP2Location-C-Library-8.0.9/libIP2Location/
H A DIP2Loc_DBInterface.c50 int32_t IP2Location_DB_set_memory_cache(FILE *filehandle) in IP2Location_DB_set_memory_cache() argument
54 if(fstat(fileno(filehandle), &statbuf) == -1) in IP2Location_DB_set_memory_cache()
76 int32_t IP2Location_DB_set_shared_memory(FILE *filehandle) in IP2Location_DB_set_shared_memory() argument
93 if(fstat(fileno(filehandle), &statbuf) == -1) in IP2Location_DB_set_shared_memory()
141 if(fstat(fileno(filehandle), &statbuf) == -1) in IP2Location_DB_set_shared_memory()
194 fseek(filehandle, SEEK_SET, 0); in IP2Location_DB_Load_to_mem()
195 if ( fread(memory, size, 1, filehandle) != 1 ) in IP2Location_DB_Load_to_mem()
201 int32_t IP2Location_DB_close(FILE *filehandle) in IP2Location_DB_close() argument
215 if(fstat(fileno(filehandle), &statbuf) == 0) in IP2Location_DB_close()
229 if ( filehandle != NULL ) in IP2Location_DB_close()
[all …]
/dports/biology/p5-transdecoder/TransDecoder-TransDecoder-v5.4.0/PerlLib/
H A DFasta_reader.pm20 my $filehandle = undef;
23 $filehandle = $fastaFile;
27 open ($filehandle, $fastaFile) or die "Error: Couldn't open $fastaFile\n";
31 $self->{fileHandle} = $filehandle;
43 my $filehandle = $self->{fileHandle};
44 my $next_text_input = <$filehandle>;
49 $next_text_input = <$filehandle>;
73 my $filehandle = $self->{fileHandle};
74 close $filehandle;
/dports/lang/perl5.34/perl-5.34.0/t/lib/croak/
H A Dpp_sys8 Bad symbol for filehandle at - line 3.
15 Bad symbol for filehandle at - line 2.
21 Cannot open FOO as a filehandle: it is already open as a dirhandle at - line 2.
27 Cannot open $foo as a filehandle: it is already open as a dirhandle at - line 2.
36 Cannot open FOO as a filehandle: it is already open as a dirhandle at - line 5.
45 Cannot open $foo as a filehandle: it is already open as a dirhandle at - line 5.
47 # NAME opendir on global filehandle
51 Cannot open FOO as a dirhandle: it is already open as a filehandle at - line 2.
53 # NAME opendir on lexical filehandle
59 # NAME opendir on global utf8 filehandle
[all …]
/dports/lang/perl5.30/perl-5.30.3/t/lib/croak/
H A Dpp_sys8 Bad symbol for filehandle at - line 3.
15 Bad symbol for filehandle at - line 2.
21 Cannot open FOO as a filehandle: it is already open as a dirhandle at - line 2.
27 Cannot open $foo as a filehandle: it is already open as a dirhandle at - line 2.
36 Cannot open FOO as a filehandle: it is already open as a dirhandle at - line 5.
45 Cannot open $foo as a filehandle: it is already open as a dirhandle at - line 5.
47 # NAME opendir on global filehandle
51 Cannot open FOO as a dirhandle: it is already open as a filehandle at - line 2.
53 # NAME opendir on lexical filehandle
59 # NAME opendir on global utf8 filehandle
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/lib/croak/
H A Dpp_sys8 Bad symbol for filehandle at - line 3.
15 Bad symbol for filehandle at - line 2.
21 Cannot open FOO as a filehandle: it is already open as a dirhandle at - line 2.
27 Cannot open $foo as a filehandle: it is already open as a dirhandle at - line 2.
36 Cannot open FOO as a filehandle: it is already open as a dirhandle at - line 5.
45 Cannot open $foo as a filehandle: it is already open as a dirhandle at - line 5.
47 # NAME opendir on global filehandle
51 Cannot open FOO as a dirhandle: it is already open as a filehandle at - line 2.
53 # NAME opendir on lexical filehandle
59 # NAME opendir on global utf8 filehandle
[all …]
/dports/lang/perl5.32/perl-5.32.1/t/lib/croak/
H A Dpp_sys8 Bad symbol for filehandle at - line 3.
15 Bad symbol for filehandle at - line 2.
21 Cannot open FOO as a filehandle: it is already open as a dirhandle at - line 2.
27 Cannot open $foo as a filehandle: it is already open as a dirhandle at - line 2.
36 Cannot open FOO as a filehandle: it is already open as a dirhandle at - line 5.
45 Cannot open $foo as a filehandle: it is already open as a dirhandle at - line 5.
47 # NAME opendir on global filehandle
51 Cannot open FOO as a dirhandle: it is already open as a filehandle at - line 2.
53 # NAME opendir on lexical filehandle
59 # NAME opendir on global utf8 filehandle
[all …]
/dports/devel/py-blessed/blessed-1.19.0/blessed/
H A Dwin_terminal.py118 filehandle = msvcrt.get_osfhandle(self._keyboard_fd)
121 save_mode = win32.get_console_mode(filehandle)
123 win32.setcbreak(filehandle)
128 win32.set_console_mode(filehandle, save_mode)
149 filehandle = msvcrt.get_osfhandle(self._keyboard_fd)
152 save_mode = win32.get_console_mode(filehandle)
154 win32.setraw(filehandle)
159 win32.set_console_mode(filehandle, save_mode)
/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Dfullmatrix.cpp20 filehandle >> numSeqs >> name; in FullMatrix()
37 while((d=filehandle.get()) != EOF){ in FullMatrix()
42 filehandle.putback(d); in FullMatrix()
45 filehandle >> matrix[0][i]; in FullMatrix()
59 if (square) { readSquareMatrix(filehandle); } in FullMatrix()
60 else { readLTMatrix(filehandle); } in FullMatrix()
62 filehandle.close(); in FullMatrix()
82 filehandle >> name; in readSquareMatrix()
93 filehandle >> matrix[i][j]; in readSquareMatrix()
121 filehandle >> name; in readLTMatrix()
[all …]
/dports/multimedia/mpgtx/mpgtx-1.3.1/
H A DmpegOut.hh25 mpegOut(FILE *filehandle);
51 mpegOutWithVideo(FILE* filehandle) : in mpegOutWithVideo() argument
52 mpegOut(filehandle) {mpeg_version = 0;}; in mpegOutWithVideo()
73 mpegVideoOut(FILE* filehandle) : in mpegVideoOut() argument
74 mpegOutWithVideo(filehandle) {}; in mpegVideoOut()
91 mpegSystemOut(FILE* filehandle) : in mpegSystemOut() argument
92 mpegOutWithVideo(filehandle) {partial_packet = 0;}; in mpegSystemOut()
115 mpegAudioOut(FILE* filehandle): in mpegAudioOut() argument
116 mpegOut(filehandle){}; in mpegAudioOut()
133 mpegOut* NewMpegFrom(mpeg* MpegIn, FILE* filehandle);
/dports/multimedia/p5-FLV-Info/FLV-Info-0.24/lib/FLV/
H A DBody.pm112 return if (!print {$filehandle} pack 'V', 0);
127 my $size = FLV::Tag->serialize($tag, $filehandle);
132 print {$filehandle} pack 'V', $size;
141 my $filehandle = shift;
178 my $size = FLV::Tag->serialize($meta, $filehandle);
184 print {$filehandle} pack 'V', $size;
185 $self->_copy_file_to_fh($media_filename, $filehandle);
241 $self->_copy_file_to_fh($meta_filename, $filehandle);
243 $self->_copy_file_to_fh($media_filename, $filehandle);
252 my $filehandle = shift;
[all …]
/dports/www/p5-Jifty/Jifty-1.50430/lib/Jifty/Web/
H A DFileUpload.pm10 '*{}' => sub { $_[0]->filehandle },
61 filehandle => undef,
68 my $fh = $args{filehandle};
86 $self->filehandle($fh);
107 my $fh = $self->filehandle;;
127 $self->new(filehandle => $fh);
141 $self->new(filehandle => $fh,
/dports/news/husky/husky-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-areafix/husky-areafix-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-htick/husky-htick-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-huskylib/husky-huskylib-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 …]

12345678910>>...104