Home
last modified time | relevance | path

Searched refs:test_eof (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/devel/p5-Asm-Preproc/Asm-Preproc-1.03/t/
H A DPreproc-input.t32 test_eof();
43 test_eof();
53 test_eof();
59 test_eof();
63 test_eof();
71 test_eof();
79 test_eof();
89 test_eof();
109 test_eof();
H A DPreproc-include.t20 test_eof();
28 test_eof();
36 test_eof();
49 test_eof();
72 test_eof();
H A DPreproc-eol.t35 test_eof();
H A Dutils.pl36 sub test_eof { subroutine
H A DPreproc-line.t34 test_eof();
/dports/devel/p5-CPU-Z80-Assembler/CPU-Z80-Assembler-2.18/t/
H A DPreprocessor-include.t23 test_eof();
47 test_eof();
55 test_eof();
H A DExpr-parse.t47 test_eof();
65 test_eof();
83 test_eof();
101 test_eof();
119 test_eof();
H A DLexer-comments.t23 test_eof();
32 test_eof();
H A DLexer-include.t101 test_eof();
115 test_eof();
H A DLexer-crlf.t36 test_eof();
H A Dtest_utils.pl69 sub test_eof { subroutine
/dports/devel/love08/love-0.8.0/src/modules/filesystem/physfs/
H A DFile.cpp180 inline bool test_eof(File * that, PHYSFS_File *) in test_eof() function
187 inline bool test_eof(File *, PHYSFS_File * file) in test_eof() function
195 if (file == 0 || test_eof(this, file)) in eof()
/dports/devel/love/love-11.3/src/modules/filesystem/physfs/
H A DFile.cpp198 inline bool test_eof(File *that, PHYSFS_File *) in test_eof() function
205 inline bool test_eof(File *, PHYSFS_File *file) in test_eof() function
213 return file == nullptr || test_eof(this, file); in isEOF()
/dports/devel/love10/love-0.10.2/src/modules/filesystem/physfs/
H A DFile.cpp213 inline bool test_eof(File *that, PHYSFS_File *) in test_eof() function
220 inline bool test_eof(File *, PHYSFS_File *file) in test_eof() function
228 return file == nullptr || test_eof(this, file); in isEOF()
/dports/science/dvc/dvc-0.30.1/tests/unit/
H A Dprompt.py10 def test_eof(self, mock_input, mock_isatty): member in TestConfirm
/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/
H A Dtest_protocol.py60 def test_eof(self): member in BaseProtocolTests
149 def test_eof(self): member in ReceivableProtocolTests
154 BaseProtocolTests.test_eof(self)
/dports/audio/gbsplay/gbsplay-0.0.94/
H A Dtest.h102 #define TEST_EOF static __attribute__((unused)) int test_eof
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luazlib/
H A Dlgzip.c176 static int test_eof (lua_State *L, gzFile f) { in test_eof() function
236 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in g_read()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luazlib/
H A Dlgzip.c176 static int test_eof (lua_State *L, gzFile f) { in test_eof() function
236 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in g_read()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luazlib/
H A Dlgzip.c176 static int test_eof (lua_State *L, gzFile f) { in test_eof() function
236 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in g_read()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luazlib/
H A Dlgzip.c176 static int test_eof (lua_State *L, gzFile f) { in test_eof() function
236 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in g_read()
/dports/devel/efl/efl-1.25.1/src/lib/elua/
H A Dio.c150 test_eof(lua_State *L, FILE *f) in test_eof() function
242 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in elua_read()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luazlib/
H A Dlgzip.c176 static int test_eof (lua_State *L, gzFile f) { in test_eof() function
236 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in g_read()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luazlib/
H A Dlgzip.c176 static int test_eof (lua_State *L, gzFile f) { in test_eof() function
236 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in g_read()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luazlib/
H A Dlgzip.c176 static int test_eof (lua_State *L, gzFile f) { in test_eof() function
236 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in g_read()

123456789