Searched refs:TEST_SYSCALL_INVOKE (Results 1 – 16 of 16) sorted by relevance
/external/strace/tests/ |
D | xstatx.c | 34 # ifndef TEST_SYSCALL_INVOKE 35 # error TEST_SYSCALL_INVOKE must be defined 306 rc = TEST_SYSCALL_INVOKE(sample, st_cut); in main() 313 rc = TEST_SYSCALL_INVOKE(full, st); in main() 322 if ((rc = TEST_SYSCALL_INVOKE(sample, st))) { in main() 403 rc = TEST_SYSCALL_INVOKE(sample, st); \ in main()
|
D | fstatx.c | 30 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
D | lstatx.c | 29 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
D | fstatat.c | 31 # define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
D | statx.c | 50 # define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
/external/strace/tests-mx32/ |
D | xstatx.c | 34 # ifndef TEST_SYSCALL_INVOKE 35 # error TEST_SYSCALL_INVOKE must be defined 306 rc = TEST_SYSCALL_INVOKE(sample, st_cut); in main() 313 rc = TEST_SYSCALL_INVOKE(full, st); in main() 322 if ((rc = TEST_SYSCALL_INVOKE(sample, st))) { in main() 403 rc = TEST_SYSCALL_INVOKE(sample, st); \ in main()
|
D | fstatx.c | 30 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
D | lstatx.c | 29 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
D | fstatat.c | 31 # define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
D | statx.c | 50 # define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
/external/strace/tests-m32/ |
D | xstatx.c | 34 # ifndef TEST_SYSCALL_INVOKE 35 # error TEST_SYSCALL_INVOKE must be defined 306 rc = TEST_SYSCALL_INVOKE(sample, st_cut); in main() 313 rc = TEST_SYSCALL_INVOKE(full, st); in main() 322 if ((rc = TEST_SYSCALL_INVOKE(sample, st))) { in main() 403 rc = TEST_SYSCALL_INVOKE(sample, st); \ in main()
|
D | fstatx.c | 30 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
D | lstatx.c | 29 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
D | fstatat.c | 31 # define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
D | statx.c | 50 # define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
/external/strace/ |
D | ChangeLog | 19657 * tests/fstatat.c (TEST_SYSCALL_INVOKE): Invoke the relevant syscall
|