Searched refs:FOPEN_RB (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dfopen-bin.h15 #define FOPEN_RB "rb" macro
H A Dfopen-same.h15 #define FOPEN_RB "r" macro
H A Dfopen-vms.h12 #define FOPEN_RB "rb,rfm=udf,rat=none" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dfopen-bin.h15 #define FOPEN_RB "rb" macro
H A Dfopen-same.h15 #define FOPEN_RB "r" macro
H A Dfopen-vms.h12 #define FOPEN_RB "rb,rfm=udf,rat=none" macro
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dnonposix.h73 # define FOPEN_RB "rb" macro
179 #ifndef FOPEN_RB
180 # define FOPEN_RB "r" macro
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/ident/
H A Dident.c153 if (!(fp = fopen(a, FOPEN_RB))) {
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Dconf.h81 # define FOPEN_RB "rb" macro
92 # define FOPEN_RB "r" macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dsource.c119 ifp = fopen (fname, FOPEN_RB);
H A Dgmon_io.c309 ifp = fopen (filename, FOPEN_RB);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dopncls.c276 return bfd_fopen (filename, target, FOPEN_RB, -1);
333 case O_RDONLY: mode = FOPEN_RB; break;
1201 f = real_fopen (name, FOPEN_RB);
1487 handle = real_fopen (filename, FOPEN_RB);
H A Dcache.c541 abfd->iostream = (PTR) real_fopen (abfd->filename, FOPEN_RB);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dopncls.c276 return bfd_fopen (filename, target, FOPEN_RB, -1);
333 case O_RDONLY: mode = FOPEN_RB; break;
1201 f = real_fopen (name, FOPEN_RB);
1487 handle = real_fopen (filename, FOPEN_RB);
H A Dcache.c541 abfd->iostream = (PTR) real_fopen (abfd->filename, FOPEN_RB);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dstrings.c427 stream = fopen (file, FOPEN_RB);
H A Dsysdump.c712 file = fopen (input_file, FOPEN_RB);
H A Dresrc.c726 e = open_file_search (filename, FOPEN_RB, "bitmap file", &real_filename);
769 e = open_file_search (filename, FOPEN_RB, "cursor file", &real_filename);
965 e = open_file_search (filename, FOPEN_RB, "font file", &real_filename);
1171 e = open_file_search (filename, FOPEN_RB, "icon file", &real_filename);
1500 e = open_file_search (filename, FOPEN_RB, "messagetable file",
1722 e = open_file_search (filename, FOPEN_RB, "file", &real_filename);
1758 e = open_file_search (filename, FOPEN_RB, "file", &real_filename);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dlisting.c485 last_open_file = fopen (file->filename, FOPEN_RB);
570 last_open_file = fopen (file->filename, FOPEN_RB);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp280 FILE *fp = fopen(file, FOPEN_RB);
420 FILE *fp = fopen(file, FOPEN_RB);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsolib.c393 abfd = bfd_fopen (pathname, gnutarget, FOPEN_RB, fd);
H A Dcorelow.c325 write_files ? FOPEN_RUB : FOPEN_RB,
H A Ddefs.h847 #ifndef FOPEN_RB
H A Dexec.c238 write_files ? FOPEN_RUB : FOPEN_RB,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-dump.c510 FILE *file = fopen_with_cleanup (filename, FOPEN_RB);

Completed in 305 milliseconds

12