OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/sys/
t_poll.c
999
int hostfd,
appfd
;
local
1007
RL(
appfd
= open(pts, O_RDWR|O_NOCTTY));
1009
RL(tcgetattr(
appfd
, &t));
1011
RL(tcsetattr(
appfd
, TCSANOW, &t));
1013
*readfdp =
appfd
;
1020
int hostfd,
appfd
;
local
1028
RL(
appfd
= open(pts, O_RDWR|O_NOCTTY));
1030
RL(tcgetattr(
appfd
, &t));
1032
RL(tcsetattr(
appfd
, TCSANOW, &t));
1034
*writefdp =
appfd
;
[
all
...]
/src/tests/lib/libpthread/
t_cancellation.c
808
int hostfd,
appfd
;
local
815
RL(
appfd
= open(pts, O_RDWR|O_NOCTTY));
817
RL(tcdrain(
appfd
));
Completed in 79 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026