OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ret_errno
(Results
1 - 2
of
2
) sorted by null
/external/minijail/
syscall_filter.c
214
int compile_errno(struct filter_block *head, char *
ret_errno
)
219
char *ret_str = strtok_r(
ret_errno
, " ", &errno_ptr);
311
char *
ret_errno
= strtok_r(NULL, ";", &line_ptr);
local
349
if (
ret_errno
) {
350
if (compile_errno(head,
ret_errno
) < 0)
syscall_filter_unittest.c
436
TEST_F(arg_filter,
ret_errno
) {
Completed in 267 milliseconds