Home
last modified time | relevance | path

Searched defs:tofile (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/check_cfc/
H A Dobj_diff.py39 def first_diff(a, b, fromfile, tofile): argument
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dlog-buffer.c58 bool tofile; member
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c144 #define D_HIGH_MAPLINE(diff, fromfile, tofile, lineno) \ argument
149 #define D_LOW_MAPLINE(diff, fromfile, tofile, lineno) \ argument
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddiff3.c141 #define D_HIGH_MAPLINE(diff, fromfile, tofile, linenum) \ argument
146 #define D_LOW_MAPLINE(diff, fromfile, tofile, linenum) \ argument
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddst_internal.h182 isc_result_t (*tofile)(const dst_key_t *key, const char *directory); global() member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_internal.h210 isc_result_t (*tofile)(const dst_key_t *key, const char *directory); member
/netbsd-src/external/mit/lua/dist/src/
H A Dliolib.c189 static FILE *tofile (lua_State *L) { in tofile() function