Home
last modified time | relevance | path

Searched refs:ieof (Results 1 – 25 of 59) sorted by relevance

123

/dports/math/libflame/libflame-5.2.0/old/lapack-test/fla-timing/src/
H A Dtest_utils.c130 int ieof = skip_comment(fp); in get_io_filenames_from_list() local
132 while (ieof == 0) in get_io_filenames_from_list()
134 ieof = read_to_endl(fp, str) + skip_comment(fp); in get_io_filenames_from_list()
243 int i, ieof = 0, k1, k2, k3, mm, nn, kk, in create_testitems() local
253 ieof = skip_comment(fp); in create_testitems()
256 ieof = read_to_endl(fp, str) + skip_comment(fp); in create_testitems()
260 ieof = move_to_endl(fp) + skip_comment(fp); in create_testitems()
263 ieof = read_to_endl(fp, str) + skip_comment(fp); in create_testitems()
267 ieof = move_to_endl(fp) + skip_comment(fp); in create_testitems()
270 ieof = read_to_endl(fp, str) + skip_comment(fp); in create_testitems()
[all …]
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/src/
H A Dircd_lexer.l45 int ieof(void);
131 <<EOF>> { if (ieof()) yyterminate(); }
213 int ieof(void)
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_pic.c204 if (ieof()) { in iLoadPicInternal()
320 if (ieof()) in channelReadRaw()
345 if (ieof()) in channelReadPure()
368 if (ieof()) in channelReadMixed()
378 if (ieof()) { in channelReadMixed()
H A Dil_gif.c244 while (!ieof()) { in GetImages()
265 if (ieof()) { in GetImages()
414 if (ieof()) in SkipExtensions()
428 } while (!ieof() && Size != 0); in SkipExtensions()
432 if (ieof()) { in SkipExtensions()
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/src/
H A Dircd_lexer.l59 int ieof(void);
145 <<EOF>> { if (ieof()) yyterminate(); }
227 int ieof(void)
/dports/sysutils/heirloom/heirloom-070715/cpio/
H A Dexpand.c60 isize < 0 ? (ieof = 1, -1) : (ibyte & (1<<ibit)) >> ibit \
130 int val = 0, ieof = 0; in zipexpand() local
145 while (ieof == 0) { in zipexpand()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/djvu/
H A Ddjvubzzdec.py399 self.ieof = False
442 if self.ieof:
445 while sz > 0 and not self.ieof:
451 self.ieof = True
/dports/net/py-pyicap/pyicap-1.0b1/
H A DREADME144 * ieof: True, if read_chunk() encounters an ieof chunk extension
168 ieof variable to True, if the ieof chunk extension is encountered.
170 fits in the preview entirelly. If ieof is True continue() must not be
H A DREADME.md144 * ieof: True, if read_chunk() encounters an ieof chunk extension
168 ieof variable to True, if the ieof chunk extension is encountered.
170 fits in the preview entirelly. If ieof is True continue() must not be
/dports/devel/sunpromake/schily-2021-09-18/libshedit/
H A Dedit.c432 shedit_igneof(ieof)
433 BOOL (*ieof) __PR((void));
437 __ign_eof = ieof;
/dports/devel/smake/schily-2021-09-18/libshedit/
H A Dedit.c432 shedit_igneof(ieof)
433 BOOL (*ieof) __PR((void));
437 __ign_eof = ieof;
/dports/devel/schilybase/schily-2021-09-18/libshedit/
H A Dedit.c432 shedit_igneof(ieof)
433 BOOL (*ieof) __PR((void));
437 __ign_eof = ieof;
/dports/net/rscsi/schily-2021-09-18/libshedit/
H A Dedit.c432 shedit_igneof(ieof)
433 BOOL (*ieof) __PR((void));
437 __ign_eof = ieof;
/dports/archivers/star/schily-2021-09-18/libshedit/
H A Dedit.c432 shedit_igneof(ieof)
433 BOOL (*ieof) __PR((void));
437 __ign_eof = ieof;
/dports/sysutils/cdrtools/schily-2021-09-18/libshedit/
H A Dedit.c432 shedit_igneof(ieof)
433 BOOL (*ieof) __PR((void));
437 __ign_eof = ieof;
/dports/editors/ved/schily-2021-09-18/libshedit/
H A Dedit.c432 shedit_igneof(ieof)
433 BOOL (*ieof) __PR((void));
437 __ign_eof = ieof;
/dports/devel/sccs/schily-2021-09-18/libshedit/
H A Dedit.c432 shedit_igneof(ieof)
433 BOOL (*ieof) __PR((void));
437 __ign_eof = ieof;
/dports/sysutils/schilyutils/schily-2021-09-18/libshedit/
H A Dedit.c432 shedit_igneof(ieof)
433 BOOL (*ieof) __PR((void));
437 __ign_eof = ieof;
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/src/System/IO/
H A DUtils.hs66 ieof <- vIsEOF h
67 if (ieof)
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dioinit3f.c32 short ieof; member
/dports/www/squid/squid-4.15/src/adaptation/icap/
H A DModXact.h98 bool ieof() const; // premature EOF
184 void openChunk(MemBuf &buf, size_t chunkSize, bool ieof);
H A DModXact.cc294 if (preview.ieof()) // nothing more to write in decideWritingAfterPreview()
371 const bool ieof = state.writing == State::writingPreview && preview.ieof(); in addLastRequestChunk() local
372 openChunk(buf, 0, ieof); in addLastRequestChunk()
376 void Adaptation::Icap::ModXact::openChunk(MemBuf &buf, size_t chunkSize, bool ieof) in openChunk() argument
378 buf.appendf((ieof ? "%x; ieof\r\n" : "%x\r\n"), (int) chunkSize); in openChunk()
890 Must(preview.enabled() && preview.done() && !preview.ieof()); in handle100Continue()
1694 Must(preview.ieof()); in finishNullOrEmptyBodyPreview()
1749 buf.appendf("P%s", preview.ieof() ? "(ieof)" : ""); in fillDoneStatus()
1908 bool Adaptation::Icap::Preview::ieof() const in ieof() function in Adaptation::Icap::Preview
/dports/devel/sunpromake/schily-2021-09-18/include/schily/
H A Dshedit.h72 extern void shedit_igneof __PR((BOOL (*ieof) (void)));
/dports/devel/smake/schily-2021-09-18/include/schily/
H A Dshedit.h72 extern void shedit_igneof __PR((BOOL (*ieof) (void)));
/dports/devel/sccs/schily-2021-09-18/include/schily/
H A Dshedit.h72 extern void shedit_igneof __PR((BOOL (*ieof) (void)));

123