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

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr43864.c8 extern int fopen (char *, int);
22 fp = fopen (fileName, 0);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dpr20366.C7 // therein, unfortunately this means that #define fopen fopen64 goes
9 // fopen et. al. are indeed aliased to the large file equivalents.
28 // fopen FILE *fopen64(const char *, const char *);
72 FILE *fopen(const char *, const char *);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/objects/char/
H A D9.cc33 FILE* fout = fopen(name, "w");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/
H A D2.cc50 FILE* f2 = fopen(name_01, "r");
60 FILE* f = fopen(name_01, "r");
/haiku-buildtools/binutils/libiberty/
H A Dtmpnam.c44 f = fopen (s, "r");
/haiku-buildtools/gcc/libiberty/
H A Dtmpnam.c44 f = fopen (s, "r");
/haiku-buildtools/legacy/binutils/libiberty/
H A Dtmpnam.c44 f = fopen (s, "r");
/haiku-buildtools/legacy/gcc/libiberty/
H A Dtmpnam.c31 f = fopen (s, "r");
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Ddribble.c40 info_dribble_file = fopen (name, "w");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/27_io/
H A Dfilebuf_sgetn_unbuf.cc43 if (!(file = fopen(name, "r")))
46 if (!(file = fopen(name, "r")))
60 file = fopen(name, "r");
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Dendfile.c33 if (tf = fopen(nbuf, f__w_mode[0]))
82 if (!(bf = fopen(b->ufnm, f__w_mode[b->ufmt])))
88 if (!(bf = fopen(b->ufnm, f__r_mode[0]))
111 if (!(bf = fopen(b->ufnm, f__w_mode[3])))
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/
H A D12875-2.cc45 FILE* in = fopen(name, "r");
H A D12875-1.cc36 FILE* out = fopen(name, "w");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D9520.cc33 FILE* file = fopen(name, "w");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/stdio_filebuf/char/
H A D2.cc38 FILE* file = fopen(name, "w");
H A D10063-1.cc31 FILE* file = fopen("tmp_10063-1", "w");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/
H A D12048-2.cc31 std::FILE* file = std::fopen(name, "r");
H A D12048-1.cc31 std::FILE* file = std::fopen(name, "r");
H A D12048-4.cc31 std::FILE* file = std::fopen(name, "r");
H A D12048-3.cc31 std::FILE* file = std::fopen(name, "r");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/
H A D12077.cc63 FILE* file = fopen(name, "w");
H A D12948-4.cc29 std::FILE* file = std::fopen(name, "r");
H A D12948-3.cc29 std::FILE* file = std::fopen(name, "r");
H A D12948-2.cc29 std::FILE* file = std::fopen(name, "r");
H A D12948-1.cc29 std::FILE* file = std::fopen(name, "r");

Completed in 179 milliseconds

1234567891011>>