Searched refs:FOPEN_RT (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/
H A Dfopen-bin.h22 #define FOPEN_RT "r" macro
H A Dfopen-same.h22 #define FOPEN_RT "r" macro
H A Dfopen-vms.h19 #define FOPEN_RT "r" macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dfopen-bin.h22 #define FOPEN_RT "r" macro
H A Dfopen-same.h22 #define FOPEN_RT "r" macro
H A Dfopen-vms.h19 #define FOPEN_RT "r" macro
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dinput-file.c140 f_in = fopen (filename, FOPEN_RT);
H A Ditbl-ops.c185 yyin = fopen (insntbl, FOPEN_RT);
H A Dlisting.c472 last_open_file = fopen (file->filename, FOPEN_RT);
H A Dread.c5027 if (0 != (try = fopen (path, FOPEN_RT)))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dinput-file.c135 f_in = fopen (filename, FOPEN_RT);
H A Ditbl-ops.c186 yyin = fopen (insntbl, FOPEN_RT);
H A Dlisting.c472 last_open_file = fopen (file->filename, FOPEN_RT);
H A Dread.c5232 if (0 != (try = fopen (path, FOPEN_RT)))
/openbsd-current/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-source.c106 stream = fdopen (desc, FOPEN_RT);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsource.c65 #define FDOPEN_MODE FOPEN_RT
/openbsd-current/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-cmds.c446 stream = fopen (file, FOPEN_RT);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Ddlltool.c848 FILE *f = fopen (name, FOPEN_RT);
H A Dobjcopy.c626 f = fopen (filename, FOPEN_RT);
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Ddlltool.c851 FILE *f = fopen (name, FOPEN_RT);
H A Dobjcopy.c661 f = fopen (filename, FOPEN_RT);

Completed in 155 milliseconds