Searched refs:FOPEN_WT (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | fopen-same.h | 40 #define FOPEN_WT "w" macro
|
| D | fopen-vms.h | 38 #define FOPEN_WT "w" macro
|
| D | fopen-bin.h | 40 #define FOPEN_WT "w" macro
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | fopen-vms.h | 38 #define FOPEN_WT "w" macro
|
| D | fopen-bin.h | 40 #define FOPEN_WT "w" macro
|
| D | fopen-same.h | 40 #define FOPEN_WT "w" macro
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | depend.c | 191 f = fopen (dep_file, FOPEN_WT); in print_dependencies()
|
| D | listing.c | 1418 list_file = fopen (name, FOPEN_WT); in listing_print()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | symmisc.c | 434 if (!arg_outfile.open (outfile_name.get (), FOPEN_WT)) in maintenance_print_symbols() 697 if (!arg_outfile.open (outfile_name.get (), FOPEN_WT)) in maintenance_print_msymbols()
|
| D | psymtab.c | 1254 if (!arg_outfile.open (outfile_name.get (), FOPEN_WT)) in maintenance_print_psymbols()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | dlltool.c | 2033 f = fopen (TMP_ASM, FOPEN_WT); in gen_exp_file() 2776 FILE *f = fopen (TMP_HEAD_S, FOPEN_WT); in make_head() 2855 FILE *f = fopen (TMP_HEAD_S, FOPEN_WT); in make_delay_head() 2945 FILE *f = fopen (TMP_TAIL_S, FOPEN_WT); in make_tail() 3948 output_def = fopen (optarg, FOPEN_WT); in main()
|
| D | resrc.c | 1951 e = fopen (filename, FOPEN_WT); in write_rc_file()
|
| /netbsd/src/external/gpl3/binutils/dist/ld/emultempl/ |
| D | nds32elf.em | 196 sym_ld_script = fopen (optarg, FOPEN_WT);
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ldmain.c | 192 out = fopen (config.dependency_file, FOPEN_WT); in write_dependency_file() 490 config.map_file = fopen (config.map_filename, FOPEN_WT); in main()
|