Home
last modified time | relevance | path

Searched refs:fd_is_cloexec (Results 1 – 5 of 5) sorted by relevance

/dports/misc/findutils/findutils-4.8.0/lib/
H A Dfdleak.c184 fd_is_cloexec (int fd) in fd_is_cloexec() function
204 if (fd_is_cloexec (fd)) in remember_fd_if_non_cloexec()
259 if (!fd_is_cloexec (fd)) in find_first_leak_callback()
314 result = fd_is_cloexec (fd); in o_cloexec_works()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_util.c5942 fd_is_cloexec(tor_socket_t fd) in fd_is_cloexec() function
5997 tt_int_op(fd_is_cloexec(fd1), OP_EQ, 0); in test_util_socket()
5998 tt_int_op(fd_is_cloexec(fd2), OP_EQ, 0); in test_util_socket()
5999 tt_int_op(fd_is_cloexec(fd3), OP_EQ, 1); in test_util_socket()
6000 tt_int_op(fd_is_cloexec(fd4), OP_EQ, 1); in test_util_socket()
6107 tt_int_op(fd_is_cloexec(fds[0]), OP_EQ, !ersatz); in test_util_socketpair()
6108 tt_int_op(fd_is_cloexec(fds[1]), OP_EQ, !ersatz); in test_util_socketpair()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_util.c5942 fd_is_cloexec(tor_socket_t fd) in fd_is_cloexec() function
5997 tt_int_op(fd_is_cloexec(fd1), OP_EQ, 0); in test_util_socket()
5998 tt_int_op(fd_is_cloexec(fd2), OP_EQ, 0); in test_util_socket()
5999 tt_int_op(fd_is_cloexec(fd3), OP_EQ, 1); in test_util_socket()
6000 tt_int_op(fd_is_cloexec(fd4), OP_EQ, 1); in test_util_socket()
6107 tt_int_op(fd_is_cloexec(fds[0]), OP_EQ, !ersatz); in test_util_socketpair()
6108 tt_int_op(fd_is_cloexec(fds[1]), OP_EQ, !ersatz); in test_util_socketpair()
/dports/misc/findutils/findutils-4.8.0/
H A DNEWS618 #29435: fd_is_cloexec does not work on Fedora buildhosts
H A DChangeLog7071 Fix Savannah bug #29435: fd_is_cloexec does not work on Fedora
7115 Fix Savannah bug #29435: fd_is_cloexec does not work on Fedora