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

/freebsd-10.0-release/contrib/binutils/include/
H A Dfopen-bin.h15 #define FOPEN_RB "rb" macro
H A Dfopen-same.h15 #define FOPEN_RB "r" macro
/freebsd-10.0-release/contrib/gdb/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=var" macro
/freebsd-10.0-release/contrib/groff/src/include/
H A Dnonposix.h71 # define FOPEN_RB "rb" macro
177 #ifndef FOPEN_RB
178 # define FOPEN_RB "r" macro
/freebsd-10.0-release/gnu/usr.bin/rcs/ident/
H A Dident.c141 if (!(fp = fopen(a, FOPEN_RB))) {
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Dconf.h79 # define FOPEN_RB "rb" macro
90 # define FOPEN_RB "r" macro
H A Drcsfnms.c47 * (rcsreadopen): Open with FOPEN_RB.
583 return Iopen(RCSpath->string, FOPEN_RB, status);
H A Drcsedit.c56 * Open RCS file with FOPEN_RB.
1456 f = Iopen(RCSpath, FOPEN_RB, status);
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcache.c479 abfd->iostream = (PTR) real_fopen (abfd->filename, FOPEN_RB);
H A Dopncls.c261 return bfd_fopen (filename, target, FOPEN_RB, -1);
318 case O_RDONLY: mode = FOPEN_RB; break;
1448 handle = real_fopen (filename, FOPEN_RB);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dstrings.c453 stream = file_open (file, FOPEN_RB);
H A Dsysdump.c706 file = fopen (input_file, FOPEN_RB);
H A Ddlltool.c3333 base_file = fopen (optarg, FOPEN_RB);
H A Dobjcopy.c2981 f = fopen (pa->filename, FOPEN_RB);
/freebsd-10.0-release/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp278 FILE *fp = fopen(file, FOPEN_RB);
418 FILE *fp = fopen(file, FOPEN_RB);
/freebsd-10.0-release/contrib/gdb/gdb/cli/
H A Dcli-dump.c523 FILE *file = fopen_with_cleanup (filename, FOPEN_RB);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddefs.h817 #ifndef FOPEN_RB
H A Dsource.c60 #define FDOPEN_MODE FOPEN_RB
/freebsd-10.0-release/contrib/groff/src/libs/libbib/
H A Dindex.cpp381 FILE *fp = fdopen(fd, FOPEN_RB);
/freebsd-10.0-release/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp456 FILE *fp = fopen(filename, FOPEN_RB);
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldmain.c517 src = fopen (output_filename, FOPEN_RB);
/freebsd-10.0-release/contrib/binutils/gas/
H A Dread.c5401 binfile = fopen (filename, FOPEN_RB);
5412 binfile = fopen (path, FOPEN_RB);
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dinput.cpp5935 0, FOPEN_RB);

Completed in 440 milliseconds