Home
last modified time | relevance | path

Searched refs:io_tell (Results 1 – 23 of 23) sorted by relevance

/dports/science/silo/silo-4.10.2-bsd/src/pdb/
H A Dpdb.c446 file->headaddr = io_tell(fp); in lite_PD_open()
1089 file->chrtaddr = io_tell(file->stream); in _PD_write()
1212 if ((file->headaddr = io_tell(fp)) == -1L) { in lite_PD_create()
1539 if (io_tell(fp) == -1L) { in lite_PD_flush()
1554 if (file->headaddr != io_tell(fp)) { in lite_PD_flush()
1736 caddr = io_tell(file->stream); in lite_PD_get_file_length()
1739 flen = io_tell(file->stream); in lite_PD_get_file_length()
H A Dpdlow.c434 addr = io_tell(fp); in _lite_PD_rd_symt()
436 numb = io_tell(fp); in _lite_PD_rd_symt()
1112 loc = io_tell(fp); in _PD_get_tok()
1764 new_one = io_tell(fp); in _lite_PD_eod()
1798 addr = io_tell(fp); in _lite_PD_wr_chrt()
1873 addr = io_tell(fp); in _lite_PD_wr_symt()
H A Dpdpath.c1138 addr = io_tell(fp); in _PD_deref_addr()
1323 addr = io_tell(fp); in _PD_index_deref()
1622 addr = io_tell(fp); in _lite_PD_skip_over()
H A Dpdrdwr.c600 addr = io_tell(fp); in _lite_PD_rd_syment()
951 oaddr = io_tell(fp); in _PD_rd_ind_tags()
1826 addr = io_tell(fp); in _PD_wr_ind_itags()
/dports/audio/moc/moc-2.5.2/
H A Dio.h116 off_t io_tell (struct io_stream *s);
H A Dio.c715 off_t io_tell (struct io_stream *s) in io_tell() function
/dports/science/silo/silo-4.10.2-bsd/src/score/
H A Dscore.h185 #define io_tell (*lite_io_tell_hook) macro
/dports/lang/perl5.32/perl-5.32.1/
H A DMETA.yml97 - dist/IO/t/io_tell.t
H A DMANIFEST3699 dist/IO/t/io_tell.t See if seek()/tell()-related methods from IO work
/dports/lang/perl5.30/perl-5.30.3/
H A DMETA.yml94 - dist/IO/t/io_tell.t
H A DMANIFEST3538 dist/IO/t/io_tell.t See if seek()/tell()-related methods from IO work
/dports/lang/perl5.34/perl-5.34.0/
H A DMETA.yml98 - dist/IO/t/io_tell.t
H A DMANIFEST3725 dist/IO/t/io_tell.t See if seek()/tell()-related methods from IO work
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A DMETA.yml132 - dist/IO/t/io_tell.t
H A DMANIFEST3770 dist/IO/t/io_tell.t See if seek()/tell()-related methods from IO work
/dports/audio/moc/moc-2.5.2/decoder_plugins/vorbis/
H A Dvorbis.c210 return (long)io_tell (datasource); in tell_callback()
/dports/audio/moc/moc-2.5.2/decoder_plugins/musepack/
H A Dmusepack.c113 return (mpc_int32_t)io_tell (data->stream); in tell_callback()
/dports/audio/moc/moc-2.5.2/decoder_plugins/flac/
H A Dflac.c260 *absolute_byte_offset = io_tell (data->stream); in tell_callback()
/dports/audio/moc/moc-2.5.2/decoder_plugins/speex/
H A Dspeex.c473 old_pos = io_tell (data->stream); in spx_seek()
/dports/lang/ruby26/ruby-2.6.9/
H A Dio.c828 #define io_tell(fptr) lseek(flush_before_seek(fptr)->fd, 0, SEEK_CUR) macro
1894 pos = io_tell(fptr); in rb_io_tell()
7269 io_tell(fptr); in io_reopen()
7272 pos = io_tell(orig); in io_reopen()
7469 pos = io_tell(orig); in rb_io_init_copy()
/dports/www/wwwoffle/wwwoffle-2.9j/
H A DChangeLog1424 Stop the io_tell() function crashing if no line reading was performed.
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.022478 * io.c (io_tell etc.): moved from File class to IO class.
H A DChangeLog-1.9.333827 * io.c (rb_io_init_copy): call io_seek only if io_tell succeeds.