Home
last modified time | relevance | path

Searched refs:FOPEN_WB (Results 1 – 25 of 78) sorted by relevance

1234

/netbsd/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-dump.c255 dump_memory_to_file (args, FOPEN_WB, "srec"); in dump_srec_memory()
261 dump_value_to_file (args, FOPEN_WB, "srec"); in dump_srec_value()
267 dump_memory_to_file (args, FOPEN_WB, "ihex"); in dump_ihex_memory()
273 dump_value_to_file (args, FOPEN_WB, "ihex"); in dump_ihex_value()
279 dump_memory_to_file (args, FOPEN_WB, "verilog"); in dump_verilog_memory()
285 dump_value_to_file (args, FOPEN_WB, "verilog"); in dump_verilog_value()
291 dump_memory_to_file (args, FOPEN_WB, "tekhex"); in dump_tekhex_memory()
297 dump_value_to_file (args, FOPEN_WB, "tekhex"); in dump_tekhex_value()
303 dump_memory_to_file (args, FOPEN_WB, "binary"); in dump_binary_memory()
309 dump_value_to_file (args, FOPEN_WB, "binary"); in dump_binary_value()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-dump.c255 dump_memory_to_file (args, FOPEN_WB, "srec"); in dump_srec_memory()
261 dump_value_to_file (args, FOPEN_WB, "srec"); in dump_srec_value()
267 dump_memory_to_file (args, FOPEN_WB, "ihex"); in dump_ihex_memory()
273 dump_value_to_file (args, FOPEN_WB, "ihex"); in dump_ihex_value()
279 dump_memory_to_file (args, FOPEN_WB, "verilog"); in dump_verilog_memory()
285 dump_value_to_file (args, FOPEN_WB, "verilog"); in dump_verilog_value()
291 dump_memory_to_file (args, FOPEN_WB, "tekhex"); in dump_tekhex_memory()
297 dump_value_to_file (args, FOPEN_WB, "tekhex"); in dump_tekhex_value()
303 dump_memory_to_file (args, FOPEN_WB, "binary"); in dump_binary_memory()
309 dump_value_to_file (args, FOPEN_WB, "binary"); in dump_binary_value()
[all …]
/netbsd/external/gpl2/groff/dist/src/include/
H A Dnonposix.h74 # define FOPEN_WB "wb" macro
182 #ifndef FOPEN_WB
183 # define FOPEN_WB "w" macro
/netbsd/external/gpl3/gdb/dist/include/
H A Dfopen-bin.h33 #define FOPEN_WB "wb" macro
H A Dfopen-vms.h31 #define FOPEN_WB "wb,rfm=udf,rat=none" macro
H A Dfopen-same.h33 #define FOPEN_WB "w" macro
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dfopen-bin.h33 #define FOPEN_WB "wb" macro
H A Dfopen-same.h33 #define FOPEN_WB "w" macro
H A Dfopen-vms.h31 #define FOPEN_WB "wb,rfm=udf,rat=none" macro
/netbsd/external/gpl3/binutils/dist/include/
H A Dfopen-bin.h33 #define FOPEN_WB "wb" macro
H A Dfopen-same.h33 #define FOPEN_WB "w" macro
H A Dfopen-vms.h31 #define FOPEN_WB "wb,rfm=udf,rat=none" macro
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dfopen-bin.h33 #define FOPEN_WB "wb" macro
H A Dfopen-same.h33 #define FOPEN_WB "w" macro
H A Dfopen-vms.h31 #define FOPEN_WB "wb,rfm=udf,rat=none" macro
/netbsd/external/gpl2/rcs/include/
H A Dconf.h81 # define FOPEN_WB "wb" macro
92 # define FOPEN_WB "w" macro
/netbsd/external/gpl2/rcs/dist/src/
H A Drcsgen.c475 fout = fopenSafer(makedirtemp(0), FOPEN_WB); in putadmin()
479 fout = fdopen(fo, FOPEN_WB); in putadmin()
H A Dconf.heg81 # define FOPEN_WB "wb"
92 # define FOPEN_WB "w"
/netbsd/external/gpl3/gdb/dist/gas/
H A Das.h147 #ifndef FOPEN_WB
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Das.h147 #ifndef FOPEN_WB
/netbsd/external/gpl3/binutils/dist/gas/
H A Das.h103 #ifndef FOPEN_WB
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Das.h147 #ifndef FOPEN_WB
/netbsd/external/gpl3/gdb/dist/gprof/
H A Dgmon_io.c600 ofp = fopen (filename, FOPEN_WB); in gmon_out_write()
/netbsd/external/gpl3/binutils/dist/gprof/
H A Dgmon_io.c580 ofp = fopen (filename, FOPEN_WB); in gmon_out_write()
/netbsd/external/gpl3/binutils.old/dist/gprof/
H A Dgmon_io.c600 ofp = fopen (filename, FOPEN_WB); in gmon_out_write()

1234