HomeSort by relevance Sort by last modified time
    Searched refs:TEST_SYSCALL_INVOKE (Results 1 - 12 of 12) sorted by null

  /external/strace/tests/
fstatx.c 29 #define TEST_SYSCALL_INVOKE(sample, pst) \
fstatat.c 30 # define TEST_SYSCALL_INVOKE(sample, pst) \
lstatx.c 28 #define TEST_SYSCALL_INVOKE(sample, pst) \
xstatx.c 33 # ifndef TEST_SYSCALL_INVOKE
34 # error TEST_SYSCALL_INVOKE must be defined
248 rc = TEST_SYSCALL_INVOKE(sample, st_cut);
255 rc = TEST_SYSCALL_INVOKE(full, st);
264 if ((rc = TEST_SYSCALL_INVOKE(sample, st))) {
  /external/strace/tests-m32/
fstatx.c 29 #define TEST_SYSCALL_INVOKE(sample, pst) \
fstatat.c 30 # define TEST_SYSCALL_INVOKE(sample, pst) \
lstatx.c 28 #define TEST_SYSCALL_INVOKE(sample, pst) \
xstatx.c 33 # ifndef TEST_SYSCALL_INVOKE
34 # error TEST_SYSCALL_INVOKE must be defined
248 rc = TEST_SYSCALL_INVOKE(sample, st_cut);
255 rc = TEST_SYSCALL_INVOKE(full, st);
264 if ((rc = TEST_SYSCALL_INVOKE(sample, st))) {
  /external/strace/tests-mx32/
fstatx.c 29 #define TEST_SYSCALL_INVOKE(sample, pst) \
fstatat.c 30 # define TEST_SYSCALL_INVOKE(sample, pst) \
lstatx.c 28 #define TEST_SYSCALL_INVOKE(sample, pst) \
xstatx.c 33 # ifndef TEST_SYSCALL_INVOKE
34 # error TEST_SYSCALL_INVOKE must be defined
248 rc = TEST_SYSCALL_INVOKE(sample, st_cut);
255 rc = TEST_SYSCALL_INVOKE(full, st);
264 if ((rc = TEST_SYSCALL_INVOKE(sample, st))) {

Completed in 150 milliseconds