Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bc/tests/
H A Dhistory.py277 def test_eof(exe, args, env): function
1023 test_eof,
1049 test_eof,
/freebsd-13.1/contrib/lua/src/
H A Dliolib.c505 static int test_eof (lua_State *L, FILE *f) { in test_eof() function
575 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in g_read()