OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bogus_arg3
(Results
1 - 3
of
3
) sorted by null
/external/strace/tests/
prctl-spec-inject.c
61
static const kernel_ulong_t
bogus_arg3
=
local
101
rc = do_prctl(52, 1,
bogus_arg3
);
105
rc = do_prctl(52, bogus_arg2,
bogus_arg3
);
110
rc = do_prctl(52, 0,
bogus_arg3
);
126
rc = do_prctl(53, 1,
bogus_arg3
);
129
(unsigned long long)
bogus_arg3
, sprintrc(rc));
131
rc = do_prctl(53, bogus_arg2,
bogus_arg3
);
135
(unsigned long long)
bogus_arg3
,
/external/strace/tests-m32/
prctl-spec-inject.c
61
static const kernel_ulong_t
bogus_arg3
=
local
101
rc = do_prctl(52, 1,
bogus_arg3
);
105
rc = do_prctl(52, bogus_arg2,
bogus_arg3
);
110
rc = do_prctl(52, 0,
bogus_arg3
);
126
rc = do_prctl(53, 1,
bogus_arg3
);
129
(unsigned long long)
bogus_arg3
, sprintrc(rc));
131
rc = do_prctl(53, bogus_arg2,
bogus_arg3
);
135
(unsigned long long)
bogus_arg3
,
/external/strace/tests-mx32/
prctl-spec-inject.c
61
static const kernel_ulong_t
bogus_arg3
=
local
101
rc = do_prctl(52, 1,
bogus_arg3
);
105
rc = do_prctl(52, bogus_arg2,
bogus_arg3
);
110
rc = do_prctl(52, 0,
bogus_arg3
);
126
rc = do_prctl(53, 1,
bogus_arg3
);
129
(unsigned long long)
bogus_arg3
, sprintrc(rc));
131
rc = do_prctl(53, bogus_arg2,
bogus_arg3
);
135
(unsigned long long)
bogus_arg3
,
Completed in 1175 milliseconds