Home
last modified time | relevance | path

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

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