OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tst_strstatus
(Results
1 - 12
of
12
) sorted by null
/external/ltp/lib/newlib_tests/
tst_strstatus.c
20
* Basic unit test for the
tst_strstatus
() function.
38
const char *str_status =
tst_strstatus
(tcases[n].status);
/external/ltp/lib/
tst_status.c
47
const char *
tst_strstatus
(int status)
function
/external/ltp/testcases/kernel/syscalls/setrlimit/
setrlimit04.c
56
tst_res(TFAIL, "child %s",
tst_strstatus
(status));
setrlimit05.c
67
tst_res(TBROK, "child %s",
tst_strstatus
(status));
/external/ltp/testcases/kernel/syscalls/add_key/
add_key04.c
84
tst_brk(TBROK, "Child %s",
tst_strstatus
(status));
/external/ltp/testcases/kernel/syscalls/request_key/
request_key03.c
160
tst_brk(TBROK, "add_key child %s",
tst_strstatus
(status));
174
tst_brk(TBROK, "request_key child %s",
tst_strstatus
(status));
/external/ltp/testcases/kernel/syscalls/keyctl/
keyctl07.c
112
tst_brk(TBROK, "Child %s",
tst_strstatus
(status));
/external/ltp/testcases/kernel/syscalls/madvise/
madvise07.c
102
tst_res(TFAIL, "Child %s",
tst_strstatus
(status));
madvise09.c
312
tst_brk(TBROK, "Child %s",
tst_strstatus
(status));
/external/ltp/include/
tst_test.h
204
const char *
tst_strstatus
(int status);
/external/ltp/testcases/cve/
stack_clash.c
259
tst_brk(TBROK, "Child %s",
tst_strstatus
(status));
/external/ltp/testcases/kernel/syscalls/fanotify/
fanotify03.c
138
tst_res(TFAIL, "child %s",
tst_strstatus
(child_ret));
Completed in 148 milliseconds