Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mlx5tool/
H A Dmlx5tool.c159 goto close_fd; in mlx5tool_fw_update()
165 goto close_fd; in mlx5tool_fw_update()
174 goto close_fd; in mlx5tool_fw_update()
184 close_fd: in mlx5tool_fw_update()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc1176 int close_fd; // File descriptor to close; the read end of a pipe member
1187 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain()
1256 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { in ExecDeathTestSpawnChild() argument
1257 ExecDeathTestArgs args = {argv, close_fd}; in ExecDeathTestSpawnChild()
1280 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); in ExecDeathTestSpawnChild()
1282 fcntl(close_fd, F_SETFD, fd_flags | FD_CLOEXEC)); in ExecDeathTestSpawnChild()
/freebsd/contrib/unifdef/tests/
H A Dxterm.expout75 #define close_fd(fd) close(fd), fd = -1
/freebsd/contrib/ntp/
H A DChangeLog3857 * [Bug 1343] ntpd/ntp_io.c close_fd() does not compile on Solaris 7.
H A DCommitLog[all...]