OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tst_fd
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/kernel/syscalls/setresuid/
setresuid04.c
99
int
tst_fd
;
local
112
TEST(
tst_fd
= open(testfile, O_RDWR));
116
close(
tst_fd
);
176
TEST(
tst_fd
= open(testfile, O_RDWR));
183
close(
tst_fd
);
/external/ltp/testcases/kernel/syscalls/setreuid/
setreuid07.c
81
int
tst_fd
;
local
93
TEST(
tst_fd
= open(testfile, O_RDWR));
97
close(
tst_fd
);
153
TEST(
tst_fd
= open(testfile, O_RDWR));
160
close(
tst_fd
);
/external/ltp/testcases/kernel/syscalls/setuid/
setuid04.c
91
int
tst_fd
;
local
95
TEST(
tst_fd
= open(testfile, O_RDWR));
99
close(
tst_fd
);
Completed in 2608 milliseconds