OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close_fd
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-close-fd.c
51
TEST_IMPL(
close_fd
) {
test-list.h
509
TEST_DECLARE (
close_fd
)
1041
TEST_ENTRY (
close_fd
)
/src/external/gpl3/gdb/dist/gdb/
ser-base.c
262
ser_base_read_error_fd (struct serial *scb, int
close_fd
)
286
if ((s == -1) || (s == 0 && !
close_fd
))
289
if (s == 0 &&
close_fd
)
/src/external/gpl3/gdb.old/dist/gdb/
ser-base.c
262
ser_base_read_error_fd (struct serial *scb, int
close_fd
)
286
if ((s == -1) || (s == 0 && !
close_fd
))
289
if (s == 0 &&
close_fd
)
/src/external/mit/libuv/dist/src/unix/
process.c
292
int
close_fd
;
local
343
close_fd
= -1;
354
close_fd
= use_fd;
362
if (
close_fd
== -1) {
375
if (fd <= 2 &&
close_fd
== -1)
378
if (
close_fd
>= stdio_count)
379
uv__close(
close_fd
);
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-death-test.cc
1225
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
) {
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,
/src/bin/ksh/
jobs.c
429
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 31 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026