HomeSort by: relevance | last modified time | path
    Searched refs:FOPEN_RT (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/include/
fopen-bin.h 39 #define FOPEN_RT "r"
fopen-same.h 39 #define FOPEN_RT "r"
fopen-vms.h 37 #define FOPEN_RT "r"
  /src/external/gpl3/binutils.old/dist/include/
fopen-bin.h 39 #define FOPEN_RT "r"
fopen-same.h 39 #define FOPEN_RT "r"
fopen-vms.h 37 #define FOPEN_RT "r"
  /src/external/gpl3/gdb/dist/include/
fopen-bin.h 39 #define FOPEN_RT "r"
fopen-same.h 39 #define FOPEN_RT "r"
fopen-vms.h 37 #define FOPEN_RT "r"
  /src/external/gpl3/gdb.old/dist/include/
fopen-bin.h 39 #define FOPEN_RT "r"
fopen-same.h 39 #define FOPEN_RT "r"
fopen-vms.h 37 #define FOPEN_RT "r"
  /src/external/gpl3/binutils/dist/gas/
input-file.c 130 f_in = fopen (filename, FOPEN_RT);
itbl-ops.c 178 yyin = fopen (insntbl, FOPEN_RT);
  /src/external/gpl3/binutils.old/dist/gas/
input-file.c 130 f_in = fopen (filename, FOPEN_RT);
itbl-ops.c 178 yyin = fopen (insntbl, FOPEN_RT);
  /src/external/gpl3/binutils/dist/gas/config/
tc-rx.c 344 try = fopen (path = f, FOPEN_RT);
369 try = fopen (path, FOPEN_RT);
378 if ((try = fopen (path, FOPEN_RT)) != NULL)
386 try = fopen (path, FOPEN_RT);
  /src/external/gpl3/binutils/dist/ld/
ldfile.c 130 f = fopen (file, FOPEN_RT);
ldelf.c 826 FILE *f = fopen (filename, FOPEN_RT);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-rx.c 344 try = fopen (path = f, FOPEN_RT);
369 try = fopen (path, FOPEN_RT);
378 if ((try = fopen (path, FOPEN_RT)) != NULL)
386 try = fopen (path, FOPEN_RT);
  /src/external/gpl3/binutils.old/dist/ld/
ldfile.c 132 f = fopen (file, FOPEN_RT);
ldelf.c 826 FILE *f = fopen (filename, FOPEN_RT);
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.c 659 FILE *result = fdopen (fd, FOPEN_RT);
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.c 682 FILE *result = fdopen (fd, FOPEN_RT);
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 948 FILE *f = fopen (name, FOPEN_RT);

Completed in 53 milliseconds

1 2