Searched refs:tofile (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/lua/src/ |
| HD | liolib.c | 174 static FILE *tofile (lua_State *L) { in tofile() function 210 tofile(L); /* make sure argument is an open stream */ in f_close() 309 tofile(L); /* check that it's a valid file handle */ in g_iofile() 350 tofile(L); /* check that it's a valid file handle */ in f_lines() 362 tofile(L); /* check that it's a valid file handle */ in io_lines() 585 return g_read(L, tofile(L), 2); in f_read() 650 FILE *f = tofile(L); in f_write() 659 FILE *f = tofile(L); in f_seek() 678 FILE *f = tofile(L); in f_setvbuf() 693 return luaL_fileresult(L, fflush(tofile(L)) == 0, NULL); in f_flush()
|
| /freebsd-11-stable/contrib/expat/tests/ |
| HD | udiffer.py | 55 tofile=config.second))
|
| /freebsd-11-stable/contrib/diff/src/ |
| HD | diff3.c | 118 #define D_HIGH_MAPLINE(diff, fromfile, tofile, linenum) \ argument 121 + D_HIGHLINE ((diff), (tofile))) 123 #define D_LOW_MAPLINE(diff, fromfile, tofile, linenum) \ argument 126 + D_LOWLINE ((diff), (tofile)))
|