Searched refs:FOPEN_WB (Results 1 - 14 of 14) sorted by last modified time

/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h81 # define FOPEN_WB "wb" macro
92 # define FOPEN_WB "w" macro
H A Drcsgen.c35 * (putadmin): Open RCS file with FOPEN_WB.
471 fout = fopenSafer(makedirtemp(0), FOPEN_WB);
475 fout = fdopen(fo, FOPEN_WB);
/freebsd-11-stable/contrib/groff/src/include/
H A Dnonposix.h72 # define FOPEN_WB "wb" macro
180 #ifndef FOPEN_WB
181 # define FOPEN_WB "w" macro
/freebsd-11-stable/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp240 indxfp = fdopen(fd, FOPEN_WB);
/freebsd-11-stable/contrib/gdb/include/
H A Dfopen-bin.h16 #define FOPEN_WB "wb" macro
H A Dfopen-same.h16 #define FOPEN_WB "w" macro
H A Dfopen-vms.h13 #define FOPEN_WB "wb","rfm=var" macro
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-dump.c336 dump_memory_to_file (args, FOPEN_WB, "srec");
342 dump_value_to_file (args, FOPEN_WB, "srec");
348 dump_memory_to_file (args, FOPEN_WB, "ihex");
354 dump_value_to_file (args, FOPEN_WB, "ihex");
360 dump_memory_to_file (args, FOPEN_WB, "tekhex");
366 dump_value_to_file (args, FOPEN_WB, "tekhex");
372 dump_memory_to_file (args, FOPEN_WB, "binary");
378 dump_value_to_file (args, FOPEN_WB, "binary");
418 d->mode = FOPEN_WB;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dar.c859 ostream = fopen (bfd_get_filename (abfd), FOPEN_WB);
887 ostream = fopen (bfd_get_filename (abfd), FOPEN_WB);
H A Dsrconv.c1868 file = fopen (output_file, FOPEN_WB);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldmain.c518 dst = fopen (dst_name, FOPEN_WB);
/freebsd-11-stable/contrib/binutils/gas/
H A Das.h211 #ifndef FOPEN_WB
/freebsd-11-stable/contrib/binutils/include/
H A Dfopen-bin.h16 #define FOPEN_WB "wb" macro
H A Dfopen-same.h16 #define FOPEN_WB "w" macro

Completed in 129 milliseconds