OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_old_fd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/detail/
process_test.c
227
int
m_old_fd
;
member in struct:inherit_stream
259
s->
m_old_fd
= dup(s->m_fd);
260
ATF_REQUIRE(s->
m_old_fd
!= -1);
272
ATF_REQUIRE(dup2(s->
m_old_fd
, s->m_fd) != -1);
273
ATF_REQUIRE(close(s->
m_old_fd
) != -1);
process_test.c
227
int
m_old_fd
;
member in struct:inherit_stream
259
s->
m_old_fd
= dup(s->m_fd);
260
ATF_REQUIRE(s->
m_old_fd
!= -1);
272
ATF_REQUIRE(dup2(s->
m_old_fd
, s->m_fd) != -1);
273
ATF_REQUIRE(close(s->
m_old_fd
) != -1);
Completed in 29 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026