OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_off64
(Results
1 - 3
of
3
) sorted by null
/external/strace/tests/
sendfile.c
112
uint64_t *
p_off64
= (uint64_t *) p_off;
local
113
*
p_off64
= 0xcafef00dfacefeedULL;
114
assert(syscall(__NR_sendfile, sv[1], reg_in,
p_off64
, 1) == -1);
117
*
p_off64
= 0xdefaced;
/external/strace/tests-m32/
sendfile.c
112
uint64_t *
p_off64
= (uint64_t *) p_off;
local
113
*
p_off64
= 0xcafef00dfacefeedULL;
114
assert(syscall(__NR_sendfile, sv[1], reg_in,
p_off64
, 1) == -1);
117
*
p_off64
= 0xdefaced;
/external/strace/tests-mx32/
sendfile.c
112
uint64_t *
p_off64
= (uint64_t *) p_off;
local
113
*
p_off64
= 0xcafef00dfacefeedULL;
114
assert(syscall(__NR_sendfile, sv[1], reg_in,
p_off64
, 1) == -1);
117
*
p_off64
= 0xdefaced;
Completed in 279 milliseconds