Searched refs:FOPEN_WT (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/binutils/include/
H A Dfopen-bin.h23 #define FOPEN_WT "w" macro
H A Dfopen-same.h23 #define FOPEN_WT "w" macro
/freebsd-10.0-release/contrib/gdb/include/
H A Dfopen-bin.h23 #define FOPEN_WT "w" macro
H A Dfopen-same.h23 #define FOPEN_WT "w" macro
H A Dfopen-vms.h20 #define FOPEN_WT "w" macro
/freebsd-10.0-release/contrib/binutils/gas/
H A Ddepend.c191 f = fopen (dep_file, FOPEN_WT);
H A Dlisting.c1074 list_file = fopen (name, FOPEN_WT);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsymmisc.c572 outfile = gdb_fopen (filename, FOPEN_WT);
811 outfile = gdb_fopen (filename, FOPEN_WT);
958 outfile = gdb_fopen (filename, FOPEN_WT);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddlltool.c1815 f = fopen (TMP_ASM, FOPEN_WT);
2668 FILE *f = fopen (TMP_HEAD_S, FOPEN_WT);
2730 FILE *f = fopen (TMP_TAIL_S, FOPEN_WT);
3287 output_def = fopen (optarg, FOPEN_WT);
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldmain.c450 config.map_file = fopen (config.map_filename, FOPEN_WT);

Completed in 194 milliseconds