Searched refs:tofile (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/expat/tests/
H A Dudiffer.py55 tofile=config.second))
/freebsd-13-stable/contrib/lua/src/
H A Dliolib.c181 static FILE *tofile (lua_State *L) { function
217 tofile(L); /* make sure argument is an open stream */
318 tofile(L); /* check that it's a valid file handle */
369 tofile(L); /* check that it's a valid file handle */
386 tofile(L); /* check that it's a valid file handle */
616 return g_read(L, tofile(L), 2);
684 FILE *f = tofile(L);
693 FILE *f = tofile(L);
712 FILE *f = tofile(L);
727 return luaL_fileresult(L, fflush(tofile(
[all...]
/freebsd-13-stable/contrib/diff/src/
H A Ddiff3.c119 #define D_HIGH_MAPLINE(diff, fromfile, tofile, linenum) \
122 + D_HIGHLINE ((diff), (tofile)))
124 #define D_LOW_MAPLINE(diff, fromfile, tofile, linenum) \
127 + D_LOWLINE ((diff), (tofile)))

Completed in 76 milliseconds