Searched refs:close_fd (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-close-fd.c51 TEST_IMPL(close_fd) {
H A Dtest-list.h474 TEST_DECLARE (close_fd)
974 TEST_ENTRY (close_fd)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dser-base.c261 ser_base_read_error_fd (struct serial *scb, int close_fd) argument
285 if ((s == -1) || (s == 0 && !close_fd))
288 if (s == 0 && close_fd)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dser-base.c262 ser_base_read_error_fd (struct serial *scb, int close_fd) argument
286 if ((s == -1) || (s == 0 && !close_fd))
289 if (s == 0 && close_fd)
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dprocess.c261 int close_fd; local
312 close_fd = -1;
323 close_fd = use_fd;
331 if (close_fd == -1) {
344 if (fd <= 2 && close_fd == -1)
347 if (close_fd >= stdio_count)
348 uv__close(close_fd);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc1225 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
1248 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
1313 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { argument
1314 ExecDeathTestArgs args = { argv, close_fd };
1336 // Set close_fd to be closed after spawn.
1337 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD));
1338 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD,
/netbsd-current/bin/ksh/
H A Djobs.c429 exchild(t, flags, close_fd)
432 int close_fd; /* used if XPCLOSE or XCCLOSE */
585 if (close_fd >= 0 && (((flags & XPCLOSE) && !ischild)
587 close(close_fd);

Completed in 238 milliseconds