Home
last modified time | relevance | path

Searched refs:dup3 (Results 1 – 25 of 2131) sorted by relevance

12345678910>>...86

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-dup3.c25 SIGNATURE_CHECK (dup3, int, (int, int, int));
113 ASSERT (dup3 (fd, fd, o_flags) == -1); in main()
119 ASSERT (dup3 (fd + 1, fd + 2, o_flags) == -1); in main()
123 ASSERT (dup3 (fd + 1, fd, o_flags) == -1); in main()
129 ASSERT (dup3 (fd, -2, o_flags) == -1); in main()
133 ASSERT (dup3 (fd, 255, 0) == 255); in main()
134 ASSERT (dup3 (fd, 256, 0) == 256); in main()
141 ASSERT (dup3 (fd, bad_fd, o_flags) == -1); in main()
145 ASSERT (dup3 (fd, fd + 2, o_flags) == fd + 2); in main()
156 ASSERT (dup3 (fd + 1, fd, o_flags) == fd); in main()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-dup3.c25 SIGNATURE_CHECK (dup3, int, (int, int, int));
109 ASSERT (dup3 (fd, fd, o_flags) == -1); in main()
115 ASSERT (dup3 (fd + 1, fd + 2, o_flags) == -1); in main()
119 ASSERT (dup3 (fd + 1, fd, o_flags) == -1); in main()
125 ASSERT (dup3 (fd, -2, o_flags) == -1); in main()
129 ASSERT (dup3 (fd, 255, 0) == 255); in main()
130 ASSERT (dup3 (fd, 256, 0) == 256); in main()
137 ASSERT (dup3 (fd, bad_fd, o_flags) == -1); in main()
141 ASSERT (dup3 (fd, fd + 2, o_flags) == fd + 2); in main()
152 ASSERT (dup3 (fd + 1, fd, o_flags) == fd); in main()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/internal/core/export/testdata/
H A Ddocs.txtar14 dup3: int
31 dup3: int
59 [Foo dup3]
106 dup3: int
122 dup3: int
146 dup3: int
162 dup3: int
189 dup3: int
205 dup3: int
255 dup3: int
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-functions/
H A Ddup3.texi1 @node dup3
2 @subsection @code{dup3}
3 @findex dup3
5 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/dup3.2.html,,man dup3}
7 Gnulib module: dup3
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Ddup32 dup3() function: copy a file descriptor, applying specific flags.
5 lib/dup3.c
6 m4/dup3.m4
17 gl_UNISTD_MODULE_INDICATOR([dup3])
20 lib_SOURCES += dup3.c
H A Ddup3-tests2 tests/test-dup3.c
15 TESTS += test-dup3
16 check_PROGRAMS += test-dup3
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Ddup32 dup3() function: copy a file descriptor, applying specific flags.
5 lib/dup3.c
6 m4/dup3.m4
17 gl_UNISTD_MODULE_INDICATOR([dup3])
20 lib_SOURCES += dup3.c
H A Ddup3-tests2 tests/test-dup3.c
15 TESTS += test-dup3
16 check_PROGRAMS += test-dup3
/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Ddup3.m41 # dup3.m4 serial 5
11 dnl Persuade glibc <unistd.h> to declare dup3().
14 AC_CHECK_FUNCS_ONCE([dup3 setdtablesize])
19 dnl Not needed yet, because dup3 is unconditionally replaced.
20 dnl dnl Replace dup3() for supporting the gnulib-defined fchdir() function,
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Ddup3.m41 # dup3.m4 serial 5
11 dnl Persuade glibc <unistd.h> to declare dup3().
14 AC_CHECK_FUNCS_ONCE([dup3 setdtablesize])
19 dnl Not needed yet, because dup3 is unconditionally replaced.
20 dnl dnl Replace dup3() for supporting the gnulib-defined fchdir() function,
/dports/devel/gnulib/gnulib-20140202-stable/doc/glibc-functions/
H A Ddup3.texi1 @node dup3
2 @subsection @code{dup3}
3 @findex dup3
5 Gnulib module: dup3
/dports/cad/openroad/OpenROAD-2.0/src/pdr/test/
H A Dpd1.tcl12 set dup3 {dup3 2 {p0 100 56} {p1 65 37} {p2 65 38}}
13 report_pdrev_net $dup3 $alpha 1
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/tests/integration/testdata/
H A Dseccomp_syscall_test1.c66 syscall_assert(raw(dup3, 0, -100, 0xFFFF), -EPERM); in main()
67 syscall_assert(raw(dup3, 1, -100, 0xFFFF), -EINVAL); in main()
68 syscall_assert(raw(dup3, 2, -100, 0xFFFF), -EPERM); in main()
69 syscall_assert(raw(dup3, 3, -100, 0xFFFF), -EINVAL); in main()
/dports/biology/py-ete3/ete3-3.1.2/ete3/test/
H A Dtest_phylotree.py101 dup3 = t.get_common_ancestor("Hsa_001", "Hsa_002")
102 self.assertEqual(dup3.evoltype, "D")
111 node not in set([dup1, dup2, dup3, dup4]):
133 elif e.node == dup3:
213 dup3 = t.get_common_ancestor("Hsa_001", "Hsa_002")
214 self.assertEqual(dup3.evoltype, "D")
223 node not in set([dup1, dup2, dup3, dup4]):
240 elif e.node == dup3:
338 dup3 = t.get_common_ancestor("Hsa_001", "Hsa_002")
339 self.assertEqual(dup3.get_age(sp2age), 3)
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-swfc.all/
H A Dopcode_guard_test2.sc57 mc2.duplicateMovieClip('dup3', 30);
59 _root.dup3.onUnload = function() {};
81 dup3.testVar = 'dup3_var'; //
82 setTarget('dup3');
83 removeMovieClip(_root.dup3);
84 // dup3 is unloaded but not destroyed
85 _root.check_equals(typeof(_root.dup3), 'movieclip');
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Ddup3.c29 dup3 (int oldfd, int newfd, int flags) in dup3() function
32 # undef dup3 in dup3()
44 int result = dup3 (oldfd, newfd, flags); in dup3()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Ddup3.c29 dup3 (int oldfd, int newfd, int flags) in dup3() function
32 # undef dup3 in dup3()
44 int result = dup3 (oldfd, newfd, flags); in dup3()
/dports/net/netatalk3/netatalk-3.1.12/libatalk/vfs/
H A Dvfs.c311 char *dup3 = NULL; in RF_copyfile_adouble() local
344 EC_NULL(dup3 = strdup(dst)); in RF_copyfile_adouble()
345 EC_NULL(dir = dirname(dup3)); in RF_copyfile_adouble()
361 if (dup3) free(dup3); in RF_copyfile_adouble()
564 char *dup3 = NULL; in RF_copyfile_ea() local
585 EC_NULL(dup3 = strdup(dst)); in RF_copyfile_ea()
586 EC_NULL(dir = dirname(dup3)); in RF_copyfile_ea()
608 free(dup3); in RF_copyfile_ea()
/dports/benchmarks/stress-ng/stress-ng-0.13.09/test/
H A Dtest-dup3.c31 #error dup3 is not implemented with FreeBSD kernel
47 fd3 = dup3(fd1, fd2, O_CLOEXEC); in main()
/dports/lang/solidity/solidity_0.8.11/test/libyul/yulSyntaxTests/invalid/
H A Ddup_disallowed.yul5 dup3()
25 // DeclarationError 4619: (39-43): Function "dup3" not found.
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/inlineAssembly/invalid/
H A Ddup_disallowed.sol7 dup3()
29 // DeclarationError 4619: (132-136): Function "dup3" not found.
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/nsenter/
H A Dnsexec.c224 if (dup3(consolefd, STDIN_FILENO, 0) != STDIN_FILENO) { in nsexec()
228 if (dup3(consolefd, STDOUT_FILENO, 0) != STDOUT_FILENO) { in nsexec()
232 if (dup3(consolefd, STDERR_FILENO, 0) != STDERR_FILENO) { in nsexec()
/dports/devel/idutils/idutils-4.6/gnulib-tests/
H A Dtest-fchdir.c100 ASSERT (dup3 (fd, new_fd, 0) == new_fd); in main()
101 ASSERT (dup3 (new_fd, fd, 0) == fd); in main()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/tests/
H A Dtest-fchdir.c101 ASSERT (dup3 (fd, new_fd, 0) == new_fd); in main()
102 ASSERT (dup3 (new_fd, fd, 0) == fd); in main()
/dports/devel/m4/m4-1.4.19/tests/
H A Dtest-fchdir.c101 ASSERT (dup3 (fd, new_fd, 0) == new_fd); in main()
102 ASSERT (dup3 (new_fd, fd, 0) == fd); in main()

12345678910>>...86