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

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dlog-buffer.c58 bool tofile; member in struct:log_buffer
146 lb->tofile = false;
172 if (!lb->tofile)
176 lb->tofile = true;
179 if (lb->tofile)
231 if (!lb->tofile
233 lb->tofile = true;
235 if (lb->tofile)
284 if (!lb->tofile
286 lb->tofile
[all...]
/netbsd-current/external/mit/expat/dist/tests/
H A Dudiffer.py56 tofile=config.second))
/netbsd-current/external/apache2/llvm/dist/clang/utils/check_cfc/
H A Dobj_diff.py39 def first_diff(a, b, fromfile, tofile):
61 tofile)
/netbsd-current/external/mit/lua/dist/src/
H A Dliolib.c189 static FILE *tofile (lua_State *L) { function
225 tofile(L); /* make sure argument is an open stream */
326 tofile(L); /* check that it's a valid file handle */
377 tofile(L); /* check that it's a valid file handle */
394 tofile(L); /* check that it's a valid file handle */
624 return g_read(L, tofile(L), 2);
693 FILE *f = tofile(L);
702 FILE *f = tofile(L);
721 FILE *f = tofile(L);
736 return luaL_fileresult(L, fflush(tofile(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dsancov.py105 array.array('I', MagicForBits(bits)).tofile(stdout_buf)
180 array.array('I', MagicForBits(bits)).tofile(f2)
/netbsd-current/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 in struct:dst_func
H A Ddst_api.c460 if (key->func->tofile == NULL) {
481 return (key->func->tofile(key, directory));
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Ddst_internal.h182 isc_result_t (*tofile)(const dst_key_t *key, const char *directory); member in struct:dst_func
H A Ddst_api.c442 if (key->func->tofile == NULL) {
463 return (key->func->tofile(key, directory));
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c145 #define D_HIGH_MAPLINE(diff, fromfile, tofile, lineno) \
148 + D_HIGHLINE ((diff), (tofile)))
150 #define D_LOW_MAPLINE(diff, fromfile, tofile, lineno) \
153 + D_LOWLINE ((diff), (tofile)))
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Ddiff3.c142 #define D_HIGH_MAPLINE(diff, fromfile, tofile, linenum) \
145 + D_HIGHLINE ((diff), (tofile)))
147 #define D_LOW_MAPLINE(diff, fromfile, tofile, linenum) \
150 + D_LOWLINE ((diff), (tofile)))
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dgdb.exp4412 set tofile [file tail $ifile]
4413 set tofile [standard_temp_file $tofile]
4414 file copy -force $ifile $tofile
4415 set ifile $tofile
5844 proc gdb_remote_download {dest fromfile {tofile {}}} {
5846 if {[string length $tofile] == 0} {
5847 set tofile [file tail $fromfile]
5854 set destname [remote_download $dest $fromfile $tofile]
5870 set tofile [standard_output_fil
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dgdb.exp4914 proc gdb_remote_download {dest fromfile {tofile {}}} {
4916 if {[string length $tofile] == 0} {
4917 set tofile [file tail $fromfile]
4924 set destname [remote_download $dest $fromfile $tofile]
4936 set tofile [standard_output_file $tofile]
4938 file copy -force $fromfile $tofile
4940 return $tofile

Completed in 257 milliseconds