Home
last modified time | relevance | path

Searched refs:TEST_SYSCALL_INVOKE (Results 1 – 13 of 13) sorted by relevance

/external/strace/tests-mx32/
Dxstatx.c33 # 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()
Dfstatx.c29 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
Dlstatx.c28 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
Dfstatat.c30 # define TEST_SYSCALL_INVOKE(sample, pst) \ macro
/external/strace/tests/
Dxstatx.c33 # 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()
Dfstatx.c29 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
Dlstatx.c28 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
Dfstatat.c30 # define TEST_SYSCALL_INVOKE(sample, pst) \ macro
/external/strace/tests-m32/
Dxstatx.c33 # 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()
Dfstatx.c29 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
Dlstatx.c28 #define TEST_SYSCALL_INVOKE(sample, pst) \ macro
Dfstatat.c30 # define TEST_SYSCALL_INVOKE(sample, pst) \ macro
/external/strace/
DChangeLog467 * tests/fstatat.c (TEST_SYSCALL_INVOKE): Invoke the relevant syscall