Home
last modified time | relevance | path

Searched refs:FOPEN_RT (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/binutils/include/
HDfopen-same.h22 #define FOPEN_RT "r" macro
HDfopen-bin.h22 #define FOPEN_RT "r" macro
/NextBSD/contrib/gdb/include/
HDfopen-vms.h19 #define FOPEN_RT "r" macro
HDfopen-same.h22 #define FOPEN_RT "r" macro
HDfopen-bin.h22 #define FOPEN_RT "r" macro
/NextBSD/contrib/binutils/gas/
HDinput-file.c130 f_in = fopen (filename, FOPEN_RT); in input_file_open()
HDitbl-ops.c179 yyin = fopen (insntbl, FOPEN_RT); in itbl_parse()
HDlisting.c472 last_open_file = fopen (file->filename, FOPEN_RT); in buffer_line()
HDread.c5517 if (0 != (try = fopen (path, FOPEN_RT))) in s_include()
HDChangeLog-92954349 * input-file.c (input_file_open): Don't use FOPEN_RT, just use
8048 * input-file.c (input_file_open): Use FOPEN_RT instead of "r".
8050 * read.c (s_include): Use FOPEN_RT instead of "r".
/NextBSD/contrib/gdb/gdb/tui/
HDtui-source.c106 stream = fdopen (desc, FOPEN_RT); in tui_set_source_content()
/NextBSD/contrib/gdb/gdb/cli/
HDcli-cmds.c441 stream = fopen (file, FOPEN_RT); in source_command()
/NextBSD/contrib/gdb/gdb/
HDsource.c65 #define FDOPEN_MODE FOPEN_RT
/NextBSD/contrib/binutils/binutils/
HDresrc.c331 cpp_pipe = fopen (cpp_temp_file, FOPEN_RT);; in open_input_stream()
343 cpp_pipe = popen (cmd, FOPEN_RT); in open_input_stream()
HDdlltool.c886 FILE *f = fopen (name, FOPEN_RT); in process_def_file()
HDobjcopy.c677 f = fopen (filename, FOPEN_RT); in add_specific_symbols()
/NextBSD/contrib/binutils/ld/emultempl/
HDelf32.em655 FILE *f = fopen (filename, FOPEN_RT);
/NextBSD/contrib/binutils/ld/
HDChangeLog-91972041 (gld${EMULATION_NAME}_read_file): Use FOPEN_RT, not "r".