Home
last modified time | relevance | path

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

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