Home
last modified time | relevance | path

Searched refs:io_eof (Results 1 – 25 of 50) sorted by relevance

12

/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/common/
H A Dm_common_io.F9012 integer, save :: io_eof variable
21 public :: io_eof
30 call find_eor_eof(io_eor, io_eof)
40 io_eof = eof_code
68 subroutine find_eor_eof(io_eor,io_eof) argument
75 integer, intent(out) :: io_eof local
79 io_eof = ioerr_eof
103 io_eof = 0
105 read(unit=lun,fmt=*,iostat=io_eof)
106 if (io_eof /= 0) exit
[all …]
/dports/science/dftbplus/dftbplus-19.1/external/xmlf90/
H A Dio.f9017 call find_eor_eof(io_eor, io_eof)
76 read(unit=lun,fmt=*,iostat=io_eof)
77 if (io_eof /= 0) exit
/dports/science/siesta/siesta-4.1.5/Src/xmlparser/
H A Dm_io.f9015 call find_eor_eof(io_eor, io_eof)
74 read(unit=lun,fmt=*,iostat=io_eof)
75 if (io_eof /= 0) exit
/dports/textproc/xmlf90/xmlf90-1.5.5/src/sax/
H A Dm_sax_reader.f9023 integer :: io_eof component
347 read(unit=lun,fmt=*,iostat=io_eof)
348 if (io_eof /= 0) exit
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/sax/
H A Dm_sax_xml_source.F9010 use m_common_io, only: io_eor, io_eof
63 if (iostat==io_eof) then
78 if (iostat==io_eof) then
116 iostat = io_eof
125 iostat = io_eof
142 elseif (iostat==io_eof) then
/dports/audio/moc/moc-2.5.2/decoder_plugins/speex/
H A Dspeex.c415 while (!io_eof(data->stream)) { in count_time()
418 while (!io_eof(data->stream)) { in count_time()
424 if (!io_eof(data->stream)) { in count_time()
431 if (io_eof(data->stream)) in count_time()
495 while (!io_eof(data->stream)) { in spx_seek()
501 if (!io_eof(data->stream)) { in spx_seek()
507 if (io_eof(data->stream)) { in spx_seek()
619 else if (!io_eof(data->stream)) { in spx_decode()
/dports/lang/snobol4/snobol4-2.2.2/include/
H A Dio_obj.h71 int (*io_eof)(struct io_obj *); /* bool */ member
116 .io_eof = NAME##_eof, \
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/config/m4/
H A DTW_FC_CHECK_EOL.m496 integer :: i, io_eof
103 read(10, "(a1)", iostat=io_eof) c
130 if (i==io_eof) result = 1 ! EOR_CR
132 elseif (i==io_eof) then
145 if (i==io_eof) result = 3 ! EOR_LF
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dfox_init_module.f9018 errcodes(3) = io_eof
/dports/games/wolfpack/empire-4.4.1/include/
H A Dempio.h58 extern int io_eof(struct iop *);
/dports/emulators/qemu/qemu-6.2.0/include/io/
H A Dchannel-websock.h66 gboolean io_eof; member
/dports/emulators/qemu60/qemu-6.0.0/include/io/
H A Dchannel-websock.h66 gboolean io_eof; member
/dports/emulators/qemu5/qemu-5.2.0/include/io/
H A Dchannel-websock.h66 gboolean io_eof; member
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/io/
H A Dchannel-websock.h66 gboolean io_eof; member
/dports/emulators/qemu42/qemu-4.2.1/include/io/
H A Dchannel-websock.h67 gboolean io_eof; member
/dports/emulators/qemu-utils/qemu-4.2.1/include/io/
H A Dchannel-websock.h67 gboolean io_eof; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/io/
H A Dchannel-websock.h67 gboolean io_eof; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/io/
H A Dchannel-websock.h67 gboolean io_eof;
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/io/
H A Dchannel-websock.h67 gboolean io_eof; member
/dports/games/wolfpack/empire-4.4.1/src/lib/player/
H A Drecvclient.c100 else if (io_eof(player->iop)) in recvclient()
H A Ddispatch.c134 if (player->may_sleep != PLAYER_SLEEP_NEVER || !io_eof(player->iop)) in dispatch()
/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/src/
H A Dutil.c157 if(file->io_error || file->io_eof) in quicktime_read_data()
167 file->io_eof = feof(file->stream); in quicktime_read_data()
186 file->io_eof = feof(file->stream); in quicktime_read_data()
231 file->io_eof = feof(file->stream); in quicktime_read_data()
252 file->io_eof = feof(file->stream); in quicktime_read_data()
/dports/multimedia/libquicktime/libquicktime-1.2.4/src/
H A Dutil.c157 if(file->io_error || file->io_eof) in quicktime_read_data()
167 file->io_eof = feof(file->stream); in quicktime_read_data()
186 file->io_eof = feof(file->stream); in quicktime_read_data()
231 file->io_eof = feof(file->stream); in quicktime_read_data()
252 file->io_eof = feof(file->stream); in quicktime_read_data()
/dports/devel/tig/tig-2.5.4/test/tools/
H A Dtest-graph.c77 while (!io_eof(&io)) { in main()
/dports/audio/moc/moc-2.5.2/
H A Dio.h117 int io_eof (struct io_stream *s);

12