Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dlog-buffer.c58 bool tofile; member
146 lb->tofile = false; in log_buffer_initialize()
172 if (!lb->tofile) in log_buffer_initialize()
176 lb->tofile = true; in log_buffer_initialize()
179 if (lb->tofile) in log_buffer_initialize()
231 if (!lb->tofile in log_buffer_input()
233 lb->tofile = true; in log_buffer_input()
235 if (lb->tofile) in log_buffer_input()
284 if (!lb->tofile in log_buffer_output()
286 lb->tofile = true; in log_buffer_output()
[all …]
/netbsd/src/external/mit/lua/dist/src/
Dliolib.c189 static FILE *tofile (lua_State *L) { in tofile() function
225 tofile(L); /* make sure argument is an open stream */ in f_close()
326 tofile(L); /* check that it's a valid file handle */ in g_iofile()
377 tofile(L); /* check that it's a valid file handle */ in f_lines()
394 tofile(L); /* check that it's a valid file handle */ in io_lines()
624 return g_read(L, tofile(L), 2); in f_read()
693 FILE *f = tofile(L); in f_write()
702 FILE *f = tofile(L); in f_seek()
721 FILE *f = tofile(L); in f_setvbuf()
736 return luaL_fileresult(L, fflush(tofile(L)) == 0, NULL); in f_flush()
/netbsd/src/external/mit/expat/dist/tests/
Dudiffer.py56 tofile=config.second))
/netbsd/src/external/gpl2/xcvs/dist/diff/
Ddiff3.c144 #define D_HIGH_MAPLINE(diff, fromfile, tofile, lineno) \ argument
147 + D_HIGHLINE ((diff), (tofile)))
149 #define D_LOW_MAPLINE(diff, fromfile, tofile, lineno) \ argument
152 + D_LOWLINE ((diff), (tofile)))
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dgdb.exp4991 set tofile [file tail $ifile]
4992 set tofile [standard_temp_file $tofile]
4993 file copy -force $ifile $tofile
4994 set ifile $tofile
6738 proc gdb_remote_download {dest fromfile {tofile {}}} { argument
6740 if {[string length $tofile] == 0} {
6741 set tofile [file tail $fromfile]
6748 set destname [remote_download $dest $fromfile $tofile]
6764 set tofile [standard_output_file $tofile]
6766 file copy -force $fromfile $tofile
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
DChangeLog-1993-20131086 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git31044 "file copy -force $fromfile $tofile"