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

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dfloat_lit.go23 func close(da float64, ia, ib int64, pow int) bool { func
50 if !close(0., 0, 1, 0) {
53 if !close(+10., 10, 1, 0) {
56 if !close(-210., -210, 1, 0) {
60 if !close(.0, 0, 1, 0) {
63 if !close(+.01, 1, 100, 0) {
66 if !close(-.012, -12, 1000, 0) {
70 if !close(0.0, 0, 1, 0) {
73 if !close(+10.01, 1001, 100, 0) {
76 if !close(
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D991026-2.c9 extern int close (int __fd) ;
24 close(0);
25 close(1);
26 close(2);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/
H A D1.cc30 fs.close();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ifstream/open/char/
H A D2.cc30 ifs.close();
H A D1.cc35 ifs1.close();
49 ifs1.close();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/
H A D2.cc30 ofs.close();
H A D1.cc36 ofs1.close();
50 ofs1.close();
/haiku-buildtools/legacy/gcc/libio/
H A Dprocbuf.h44 procbuf *close() { return (procbuf*)filebuf::close(); } function in class:procbuf
/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
39 scratch_file.close();
44 scratch_file.close();
H A D4.cc36 scratch_file.close();
42 scratch_file.close();
47 scratch_file.close();
52 scratch_file.close();
58 scratch_file.close();
64 scratch_file.close();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tsan/
H A Dfd_close_norace2.C11 close(pipes[0]);
12 close(pipes[1]);
/haiku-buildtools/gcc/zlib/contrib/iostream/
H A Dtest.cpp20 os.close();
/haiku-buildtools/gcc/zlib/contrib/iostream3/
H A Dtest.cc20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dxm-winnt.h28 #define close _close macro
/haiku-buildtools/binutils/zlib/contrib/iostream/
H A Dtest.cpp20 os.close();
/haiku-buildtools/binutils/zlib/contrib/iostream3/
H A Dtest.cc20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Drawio.h5 #define close _close macro
19 extern int close(int);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/
H A D2.cc37 fb_out.close();
43 fb_in_out.close();
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dstubify-1.mm20 - (Document *) close;
24 - (Document *) close { }
27 [[self window] close];
H A Dstubify-2.mm16 - (Document *) close;
20 - (Document *) close { }
23 [[self window] close];
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dstubify-1.m16 - (Document *) close;
20 - (Document *) close { }
23 [[self window] close];
H A Dstubify-2.m16 - (Document *) close;
20 - (Document *) close { }
23 [[self window] close];
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/
H A D2.cc46 testfile.close();
59 in.close();
60 out.close();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/
H A D2.cc43 testfile.close();
56 in.close();
57 out.close();
/haiku-buildtools/gcc/fixincludes/
H A Dprocopen.c121 close (stdout_pair.read_fd);
122 close (stdout_pair.write_fd);
135 close (stdin_fd);
136 close (stdout_pair.write_fd);
146 close (stdout_pair.read_fd);
151 close (STDIN_FILENO);
152 close (STDOUT_FILENO);
194 close (p_pair->write_fd);

Completed in 211 milliseconds

1234567891011>>