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

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-for.C5 int open() function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ubsan/
H A Dpr64717-1.C9 Handle open (Foo);
14 Handle file (open (make_foo ())); // { dg-bogus "is used uninitialized" }
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Darm-it-bad-2.l2 [^:]*:9: Warning: section '.text' finished with an open IT block.
3 [^:]*:9: Warning: section 'second' finished with an open IT block.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dpr43116.C7 int (*const open) (const char *filename, int flags, ...) __attribute__ member in namespace:gnulib
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/
H A D1.cc28 fs.open(name);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ifstream/open/char/
H A D2.cc28 ifs.open(name);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/
H A D2.cc28 ofs.open(name);
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcow-fstream-inst.cc41 basic_filebuf<char>::open(const std::string&, ios_base::openmode);
46 basic_ifstream<char>::open(const std::string&, ios_base::openmode);
51 basic_ofstream<char>::open(const std::string&, ios_base::openmode);
55 basic_fstream<char>::open(const std::string&, ios_base::openmode);
59 basic_filebuf<wchar_t>::open(const std::string&, ios_base::openmode);
64 basic_ifstream<wchar_t>::open(const std::string&, ios_base::openmode);
69 basic_ofstream<wchar_t>::open(const std::string&, ios_base::openmode);
74 basic_fstream<wchar_t>::open(const std::string&, ios_base::openmode);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/
H A D3.cc22 // various tests for filebuf::open() and filebuf::close() including
38 scratch_file.open(name, std::ios::out);
41 scratch_file.open(name, std::ios::in);
H A D5.cc29 fb.open(name, std::ios_base::in | std::ios_base::ate);
H A D4.cc33 scratch_file.open(name, std::ios_base::app);
38 scratch_file.open(name, std::ios_base::in | std::ios_base::out
44 scratch_file.open(name, std::ios_base::in | std::ios_base::app);
49 scratch_file.open(name, std::ios_base::app | std::ios_base::binary);
54 scratch_file.open(name, std::ios_base::in | std::ios_base::out
60 scratch_file.open(name, std::ios_base::in | std::ios_base::app
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Denum9.C10 static fig (*open)(void *thing, const char *filename); member in class:X
14 enum fig (*X::open)(void *thing, const char *filename) = 0; variable in typeref:enum:open
/haiku-buildtools/gcc/zlib/contrib/iostream3/
H A Dtest.cc17 outf.open("test1.txt.gz");
26 inf.open("test1.txt.gz");
33 outf.open("test2.txt.gz");
42 inf.open("test2.txt.gz");
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dxm-winnt.h30 #define open _open macro
/haiku-buildtools/binutils/zlib/contrib/iostream3/
H A Dtest.cc17 outf.open("test1.txt.gz");
26 inf.open("test1.txt.gz");
33 outf.open("test2.txt.gz");
42 inf.open("test2.txt.gz");
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Drawio.h7 #define open _open macro
17 extern int creat(const char*,int), open(const char*,int);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr44328.C16 extern int open(const char *name, int mode);
38 open( filename, mode );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/
H A D2.cc34 fb_out.open("tmp_underflow.tst", ios::out);
39 fb_in_out.open("tmp_underflow.tst", ios::in | ios::out);
/haiku-buildtools/legacy/gcc/libio/
H A Dpfstream.cc43 if (!pbuf->open(p+1, mode))
63 if (pbuf->open(command, mode))
72 if (!rdbuf()->open(name, mode, prot))
84 if (!pbuf->open(p+1, mode))
89 if (!rdbuf()->open(name, mode, prot))
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D991026-2.c11 extern int open (__const char *__file, int __oflag, ...) ;
27 dup(dup(open("/dev/null", 02 )));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/showmanyc/char/
H A D9533-2.cc34 fb.open(name, ios_base::out | ios_base::trunc);
42 fb.open(name, ios_base::in);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/
H A D9339.cc32 fbuf01.open("tmp_9339", ios_base::out | ios_base::trunc);
39 fbuf02.open("tmp_9339", ios_base::in);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D11389-4.cc33 fbout.open(name_04, ios_base::out);
42 fbin.open(name_04, ios_base::in);
H A D11389-3.cc33 fbout.open(name_03, ios_base::out);
41 fbin.open(name_03, ios_base::in);
H A D11389-2.cc33 fbout.open(name_02, ios_base::out);
41 fbin.open(name_02, ios_base::in);

Completed in 221 milliseconds

1234567891011>>