Searched refs:TEST_SYSCALL_INVOKE (Results 1 – 13 of 13) sorted by relevance
/external/strace/tests-mx32/ |
D | xstatx.c | 33 # ifndef TEST_SYSCALL_INVOKE 34 # error TEST_SYSCALL_INVOKE must be defined 248 rc = TEST_SYSCALL_INVOKE(sample, st_cut); in main() 255 rc = TEST_SYSCALL_INVOKE(full, st); in main() 264 if ((rc = TEST_SYSCALL_INVOKE(sample, st))) { in main()
|
D | fstatx.c | 29 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
D | lstatx.c | 28 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
D | fstatat.c | 30 # define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
/external/strace/tests/ |
D | xstatx.c | 33 # ifndef TEST_SYSCALL_INVOKE 34 # error TEST_SYSCALL_INVOKE must be defined 248 rc = TEST_SYSCALL_INVOKE(sample, st_cut); in main() 255 rc = TEST_SYSCALL_INVOKE(full, st); in main() 264 if ((rc = TEST_SYSCALL_INVOKE(sample, st))) { in main()
|
D | fstatx.c | 29 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
D | lstatx.c | 28 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
D | fstatat.c | 30 # define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
/external/strace/tests-m32/ |
D | xstatx.c | 33 # ifndef TEST_SYSCALL_INVOKE 34 # error TEST_SYSCALL_INVOKE must be defined 248 rc = TEST_SYSCALL_INVOKE(sample, st_cut); in main() 255 rc = TEST_SYSCALL_INVOKE(full, st); in main() 264 if ((rc = TEST_SYSCALL_INVOKE(sample, st))) { in main()
|
D | fstatx.c | 29 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
D | lstatx.c | 28 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
D | fstatat.c | 30 # define TEST_SYSCALL_INVOKE(sample, pst) \ macro
|
/external/strace/ |
D | ChangeLog | 467 * tests/fstatat.c (TEST_SYSCALL_INVOKE): Invoke the relevant syscall
|