Searched refs:FOPEN_RUB (Results 1 – 10 of 10) sorted by relevance
18 #define FOPEN_RUB "r+" macro
18 #define FOPEN_RUB "r+b" macro
15 #define FOPEN_RUB "r+b","rfm=var" macro
282 mode = FOPEN_RUB; /* Assume full access. */ in bfd_fdopenr()295 case O_WRONLY: mode = FOPEN_RUB; break; in bfd_fdopenr()296 case O_RDWR: mode = FOPEN_RUB; break; in bfd_fdopenr()
485 abfd->iostream = (PTR) real_fopen (abfd->filename, FOPEN_RUB); in bfd_open_file()
302 abfd->iostream = (PTR) fopen (abfd->filename, FOPEN_RUB); in bfd_open_file()
245 case O_WRONLY: nbfd->iostream = fdopen (fd, FOPEN_RUB); break; in bfd_fdopenr()246 case O_RDWR: nbfd->iostream = fdopen (fd, FOPEN_RUB); break; in bfd_fdopenr()