Home
last modified time | relevance | path

Searched refs:close (Results 26 – 50 of 24319) sorted by relevance

12345678910>>...973

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/native-io/
H A Dclose_async.tentative.https.any.js.ini4 [NativeIOFile.read fails after NativeIOFile.close settles]
7 [NativeIOFile.close is idempotent]
10 [NativeIOFile.write fails after NativeIOFile.close settles]
16 [NativeIOFile.close is idempotent when called immediately]
37 [NativeIOFile.flush fails after NativeIOFile.close settles]
42 [NativeIOFile.read fails after NativeIOFile.close settles]
45 [NativeIOFile.close is idempotent]
48 [NativeIOFile.write fails after NativeIOFile.close settles]
54 [NativeIOFile.close is idempotent when called immediately]
83 [NativeIOFile.close is idempotent]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/native-io/
H A Dclose_async.tentative.https.any.js.ini4 [NativeIOFile.read fails after NativeIOFile.close settles]
7 [NativeIOFile.close is idempotent]
10 [NativeIOFile.write fails after NativeIOFile.close settles]
16 [NativeIOFile.close is idempotent when called immediately]
37 [NativeIOFile.flush fails after NativeIOFile.close settles]
42 [NativeIOFile.read fails after NativeIOFile.close settles]
45 [NativeIOFile.close is idempotent]
48 [NativeIOFile.write fails after NativeIOFile.close settles]
54 [NativeIOFile.close is idempotent when called immediately]
83 [NativeIOFile.close is idempotent]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/native-io/
H A Dclose_async.tentative.https.any.js.ini4 [NativeIOFile.read fails after NativeIOFile.close settles]
7 [NativeIOFile.close is idempotent]
10 [NativeIOFile.write fails after NativeIOFile.close settles]
16 [NativeIOFile.close is idempotent when called immediately]
37 [NativeIOFile.flush fails after NativeIOFile.close settles]
42 [NativeIOFile.read fails after NativeIOFile.close settles]
45 [NativeIOFile.close is idempotent]
48 [NativeIOFile.write fails after NativeIOFile.close settles]
54 [NativeIOFile.close is idempotent when called immediately]
83 [NativeIOFile.close is idempotent]
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/c-c++-common/gomp/
H A Dmap-6.c32 #pragma omp target map (close to:a) in foo()
35 #pragma omp target map (close, to:a) in foo()
71 #pragma omp target map (close, close, to:a) /* { dg-error "too many 'close' modifiers" } */ in foo()
74 #pragma omp target map (close close, to:a) /* { dg-error "too many 'close' modifiers" } */ in foo()
77 #pragma omp target map (close, close to:a) /* { dg-error "too many 'close' modifiers" } */ in foo()
80 #pragma omp target map (close close to:a) /* { dg-error "too many 'close' modifiers" } */ in foo()
86 int close = 0; in foo() local
87 #pragma omp target map (close) in foo()
100 #pragma omp target map (always, close) in foo()
109 #pragma omp target map (always, close, to: always, close, b7) in foo()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/mfilesnoexec/
H A DCLOSE.m7 close
9 close(h)
11 close name
12 close all
15 status=close
16 status=close(h)
22 close
24 close(h1)
26 close name
27 close all
[all …]
/dports/mail/neomutt/neomutt-20211029/mutt/
H A Dfilter.c115 close(pin[1]); in filter_create_fd()
117 close(pin[0]); in filter_create_fd()
122 close(fdin); in filter_create_fd()
127 close(pout[0]); in filter_create_fd()
134 close(fdout); in filter_create_fd()
146 close(fderr); in filter_create_fd()
158 close(pin[0]); in filter_create_fd()
159 close(pin[1]); in filter_create_fd()
179 close(pout[1]); in filter_create_fd()
185 close(pin[0]); in filter_create_fd()
[all …]
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dfilter.c52 close (pin[0]); in mutt_create_filter_fd()
53 close (pin[1]); in mutt_create_filter_fd()
66 close (pin[0]); in mutt_create_filter_fd()
67 close (pin[1]); in mutt_create_filter_fd()
71 close (pout[0]); in mutt_create_filter_fd()
72 close (pout[1]); in mutt_create_filter_fd()
93 close (fdin); in mutt_create_filter_fd()
105 close (fdout); in mutt_create_filter_fd()
117 close (fderr); in mutt_create_filter_fd()
150 close (pout[1]); in mutt_create_filter_fd()
[all …]
/dports/lang/gawk/gawk-5.1.1/test/
H A Diolint.awk8 print close("f1")
9 print close("f1")
21 print close("echo hello")
22 print close("echo hello")
29 print close("cat")
30 print close("cat")
36 print close("f2")
54 print close("cat")
55 print close("cat")
69 print close("cksum")
[all …]
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/tests/types/
H A Dguide.asy28 assert(close(t.out,5));
29 assert(close(t.in,6));
33 assert(close(z[0],0));
34 assert(close(z[1],0));
37 assert(close(z[0],W));
38 assert(close(z[1],N));
41 assert(close(x[0],2));
42 assert(close(x[1],1));
45 assert(close(x[0],1));
46 assert(close(x[1],3));
[all …]
/dports/math/asymptote/asymptote-2.67/tests/types/
H A Dguide.asy28 assert(close(t.out,5));
29 assert(close(t.in,6));
33 assert(close(z[0],0));
34 assert(close(z[1],0));
37 assert(close(z[0],W));
38 assert(close(z[1],N));
41 assert(close(x[0],2));
42 assert(close(x[1],1));
45 assert(close(x[0],1));
46 assert(close(x[1],3));
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/iostreams/test/detail/
H A Dclosable.hpp37 closable_device(operation close) : close_(close) { } in closable_device() argument
48 closable_device(operation close) : close_(close) { } in closable_device() argument
61 closable_device(operation close) : close_(close) { } in closable_device() argument
99 closable_device(operation close) : close_(close) { } in closable_device() argument
127 closable_device(operation close) : close_(close) { } in closable_device() argument
141 closable_device(operation close) : close_(close) { } in closable_device() argument
186 closable_device(operation close) : close_(close) { } in closable_device() argument
203 closable_filter(operation close) : close_(close) { } in closable_filter() argument
218 closable_filter(operation close) : close_(close) { } in closable_filter() argument
266 closable_filter(operation close) : close_(close) { } in closable_filter() argument
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/iostreams/test/detail/
H A Dclosable.hpp37 closable_device(operation close) : close_(close) { } in closable_device() argument
48 closable_device(operation close) : close_(close) { } in closable_device() argument
61 closable_device(operation close) : close_(close) { } in closable_device() argument
99 closable_device(operation close) : close_(close) { } in closable_device() argument
127 closable_device(operation close) : close_(close) { } in closable_device() argument
141 closable_device(operation close) : close_(close) { } in closable_device() argument
186 closable_device(operation close) : close_(close) { } in closable_device() argument
203 closable_filter(operation close) : close_(close) { } in closable_filter() argument
218 closable_filter(operation close) : close_(close) { } in closable_filter() argument
266 closable_filter(operation close) : close_(close) { } in closable_filter() argument
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/iostreams/test/detail/
H A Dclosable.hpp37 closable_device(operation close) : close_(close) { } in closable_device() argument
48 closable_device(operation close) : close_(close) { } in closable_device() argument
61 closable_device(operation close) : close_(close) { } in closable_device() argument
99 closable_device(operation close) : close_(close) { } in closable_device() argument
127 closable_device(operation close) : close_(close) { } in closable_device() argument
141 closable_device(operation close) : close_(close) { } in closable_device() argument
186 closable_device(operation close) : close_(close) { } in closable_device() argument
203 closable_filter(operation close) : close_(close) { } in closable_filter() argument
218 closable_filter(operation close) : close_(close) { } in closable_filter() argument
266 closable_filter(operation close) : close_(close) { } in closable_filter() argument
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/iostreams/test/detail/
H A Dclosable.hpp37 closable_device(operation close) : close_(close) { } in closable_device() argument
48 closable_device(operation close) : close_(close) { } in closable_device() argument
61 closable_device(operation close) : close_(close) { } in closable_device() argument
99 closable_device(operation close) : close_(close) { } in closable_device() argument
127 closable_device(operation close) : close_(close) { } in closable_device() argument
141 closable_device(operation close) : close_(close) { } in closable_device() argument
186 closable_device(operation close) : close_(close) { } in closable_device() argument
203 closable_filter(operation close) : close_(close) { } in closable_filter() argument
218 closable_filter(operation close) : close_(close) { } in closable_filter() argument
266 closable_filter(operation close) : close_(close) { } in closable_filter() argument
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/iostreams/test/detail/
H A Dclosable.hpp37 closable_device(operation close) : close_(close) { } in closable_device() argument
48 closable_device(operation close) : close_(close) { } in closable_device() argument
61 closable_device(operation close) : close_(close) { } in closable_device() argument
99 closable_device(operation close) : close_(close) { } in closable_device() argument
127 closable_device(operation close) : close_(close) { } in closable_device() argument
141 closable_device(operation close) : close_(close) { } in closable_device() argument
186 closable_device(operation close) : close_(close) { } in closable_device() argument
203 closable_filter(operation close) : close_(close) { } in closable_filter() argument
218 closable_filter(operation close) : close_(close) { } in closable_filter() argument
266 closable_filter(operation close) : close_(close) { } in closable_filter() argument
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/iostreams/test/detail/
H A Dclosable.hpp37 closable_device(operation close) : close_(close) { } in closable_device() argument
48 closable_device(operation close) : close_(close) { } in closable_device() argument
61 closable_device(operation close) : close_(close) { } in closable_device() argument
99 closable_device(operation close) : close_(close) { } in closable_device() argument
127 closable_device(operation close) : close_(close) { } in closable_device() argument
141 closable_device(operation close) : close_(close) { } in closable_device() argument
186 closable_device(operation close) : close_(close) { } in closable_device() argument
203 closable_filter(operation close) : close_(close) { } in closable_filter() argument
218 closable_filter(operation close) : close_(close) { } in closable_filter() argument
266 closable_filter(operation close) : close_(close) { } in closable_filter() argument
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/iostreams/test/detail/
H A Dclosable.hpp37 closable_device(operation close) : close_(close) { } in closable_device() argument
48 closable_device(operation close) : close_(close) { } in closable_device() argument
61 closable_device(operation close) : close_(close) { } in closable_device() argument
99 closable_device(operation close) : close_(close) { } in closable_device() argument
127 closable_device(operation close) : close_(close) { } in closable_device() argument
141 closable_device(operation close) : close_(close) { } in closable_device() argument
186 closable_device(operation close) : close_(close) { } in closable_device() argument
203 closable_filter(operation close) : close_(close) { } in closable_filter() argument
218 closable_filter(operation close) : close_(close) { } in closable_filter() argument
266 closable_filter(operation close) : close_(close) { } in closable_filter() argument
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/iostreams/test/detail/
H A Dclosable.hpp37 closable_device(operation close) : close_(close) { } in closable_device() argument
48 closable_device(operation close) : close_(close) { } in closable_device() argument
61 closable_device(operation close) : close_(close) { } in closable_device() argument
99 closable_device(operation close) : close_(close) { } in closable_device() argument
127 closable_device(operation close) : close_(close) { } in closable_device() argument
141 closable_device(operation close) : close_(close) { } in closable_device() argument
186 closable_device(operation close) : close_(close) { } in closable_device() argument
203 closable_filter(operation close) : close_(close) { } in closable_filter() argument
218 closable_filter(operation close) : close_(close) { } in closable_filter() argument
266 closable_filter(operation close) : close_(close) { } in closable_filter() argument
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/iostreams/test/detail/
H A Dclosable.hpp37 closable_device(operation close) : close_(close) { } in closable_device() argument
48 closable_device(operation close) : close_(close) { } in closable_device() argument
61 closable_device(operation close) : close_(close) { } in closable_device() argument
99 closable_device(operation close) : close_(close) { } in closable_device() argument
127 closable_device(operation close) : close_(close) { } in closable_device() argument
141 closable_device(operation close) : close_(close) { } in closable_device() argument
186 closable_device(operation close) : close_(close) { } in closable_device() argument
203 closable_filter(operation close) : close_(close) { } in closable_filter() argument
218 closable_filter(operation close) : close_(close) { } in closable_filter() argument
266 closable_filter(operation close) : close_(close) { } in closable_filter() argument
[all …]
/dports/misc/amanda-server/amanda-3.3.9/ndmp-src/
H A Dndma_data_pfe.c63 close (nullfd); in ndmda_pipe_fork_exec()
69 close (nullfd); in ndmda_pipe_fork_exec()
70 close (errpipe[0]); in ndmda_pipe_fork_exec()
71 close (errpipe[1]); in ndmda_pipe_fork_exec()
77 close (nullfd); in ndmda_pipe_fork_exec()
78 close (errpipe[0]); in ndmda_pipe_fork_exec()
87 close (nullfd); in ndmda_pipe_fork_exec()
121 close(rc); in ndmda_pipe_fork_exec()
131 close (nullfd); in ndmda_pipe_fork_exec()
136 close (errpipe[1]); in ndmda_pipe_fork_exec()
[all …]
/dports/misc/amanda-client/amanda-3.3.9/ndmp-src/
H A Dndma_data_pfe.c63 close (nullfd); in ndmda_pipe_fork_exec()
69 close (nullfd); in ndmda_pipe_fork_exec()
70 close (errpipe[0]); in ndmda_pipe_fork_exec()
71 close (errpipe[1]); in ndmda_pipe_fork_exec()
77 close (nullfd); in ndmda_pipe_fork_exec()
78 close (errpipe[0]); in ndmda_pipe_fork_exec()
87 close (nullfd); in ndmda_pipe_fork_exec()
121 close(rc); in ndmda_pipe_fork_exec()
131 close (nullfd); in ndmda_pipe_fork_exec()
136 close (errpipe[1]); in ndmda_pipe_fork_exec()
[all …]
/dports/mail/spamdyke/spamdyke-5.0.1/spamdyke-qrv/
H A Dexec-qrv.c98 close(output_pipe[0]); in exec_command_argv()
99 close(stdout_pipe[1]); in exec_command_argv()
100 close(stderr_pipe[1]); in exec_command_argv()
184 close(output_pipe[1]); in exec_command_argv()
227 close(output_pipe[1]); in exec_command_argv()
291 close(stdout_pipe[0]); in exec_command_argv()
292 close(stdout_pipe[1]); in exec_command_argv()
293 close(output_pipe[0]); in exec_command_argv()
294 close(output_pipe[1]); in exec_command_argv()
300 close(output_pipe[0]); in exec_command_argv()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rsdl/tests/
H A Dtest_bounding_box.cxx22 testlib_test_perform( close( box1.min_cartesian(0), 8 ) in test_bounding_box()
23 && close( box1.max_cartesian(0), 15 ) in test_bounding_box()
24 && close( box1.min_cartesian(1), 11 ) in test_bounding_box()
25 && close( box1.max_cartesian(1), 89.5 ) ); in test_bounding_box()
37 testlib_test_perform( close( box1.min_cartesian(0), -2 ) in test_bounding_box()
38 && close( box1.max_cartesian(0), 15 ) in test_bounding_box()
39 && close( box1.min_cartesian(1), 11 ) in test_bounding_box()
40 && close( box1.max_cartesian(1), 32 ) ); in test_bounding_box()
58 ok = close( box1.min_cartesian(i), box2.min_cartesian(i) ) in test_bounding_box()
61 ok = close( box1.min_angular(i), box2.min_angular(i) ) in test_bounding_box()
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/ndmp/
H A Dndma_data_pfe.c60 close(nullfd); in ndmda_pipe_fork_exec()
66 close(nullfd); in ndmda_pipe_fork_exec()
67 close(errpipe[0]); in ndmda_pipe_fork_exec()
68 close(errpipe[1]); in ndmda_pipe_fork_exec()
74 close(nullfd); in ndmda_pipe_fork_exec()
75 close(errpipe[0]); in ndmda_pipe_fork_exec()
76 close(errpipe[1]); in ndmda_pipe_fork_exec()
84 close(nullfd); in ndmda_pipe_fork_exec()
126 close(nullfd); in ndmda_pipe_fork_exec()
133 close(errpipe[1]); in ndmda_pipe_fork_exec()
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/ndmp/
H A Dndma_data_pfe.c60 close(nullfd); in ndmda_pipe_fork_exec()
66 close(nullfd); in ndmda_pipe_fork_exec()
67 close(errpipe[0]); in ndmda_pipe_fork_exec()
68 close(errpipe[1]); in ndmda_pipe_fork_exec()
74 close(nullfd); in ndmda_pipe_fork_exec()
75 close(errpipe[0]); in ndmda_pipe_fork_exec()
76 close(errpipe[1]); in ndmda_pipe_fork_exec()
84 close(nullfd); in ndmda_pipe_fork_exec()
126 close(nullfd); in ndmda_pipe_fork_exec()
133 close(errpipe[1]); in ndmda_pipe_fork_exec()
[all …]

12345678910>>...973