HomeSort by relevance Sort by last modified time
    Searched defs:tcase (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/ltp/lib/newlib_tests/
tst_strstatus.c 25 static struct tcase { struct
  /external/ltp/testcases/kernel/syscalls/add_key/
add_key02.c 42 struct tcase { struct
  /external/ltp/testcases/kernel/syscalls/clock_getres/
clock_getres01.c 43 } tcase[] = { variable in typeref:struct:test_case
60 TEST(clock_getres(tcase[i].clk_id, tcase[i].res));
62 if (TST_RET != tcase[i].ret) {
64 tst_res(TCONF, "clock_getres(%s, ...) NO SUPPORTED", tcase[i].name);
68 tst_res(TFAIL | TTERRNO, "clock_getres(%s, ...) failed", tcase[i].name);
72 if (TST_ERR != tcase[i].err) {
75 tcase[i].name, tst_strerrno(TST_ERR), tst_strerrno(tcase[i].err));
79 tst_res(TPASS, "clock_getres(%s, ...) succeeded", tcase[i].name)
    [all...]
  /external/ltp/testcases/kernel/syscalls/flock/
flock01.c 16 static struct tcase { struct
27 struct tcase *tc = &tcases[n];
flock02.c 23 static struct tcase { struct
35 struct tcase *tc = &tcases[n];
flock04.c 20 static struct tcase { struct
50 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/getpriority/
getpriority01.c 32 static struct tcase { struct
44 struct tcase *tc = &tcases[n];
getpriority02.c 36 static struct tcase { struct
52 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/prctl/
prctl02.c 19 static struct tcase { struct
30 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/access/
access03.c 37 static struct tcase { struct
48 static void access_test(struct tcase *tc, const char *user)
71 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/alarm/
alarm02.c 20 static struct tcase { struct
31 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/creat/
creat01.c 44 static struct tcase { struct
creat04.c 38 static struct tcase { struct
  /external/ltp/testcases/kernel/syscalls/fchmod/
fchmod06.c 38 static struct tcase { struct
50 struct tcase *tc = &tcases[i];
  /external/ltp/testcases/kernel/syscalls/fstatfs/
fstatfs01.c 59 static struct tcase { struct
  /external/ltp/testcases/kernel/syscalls/ipc/msgctl/
msgctl12.c 33 static struct tcase { struct
  /external/ltp/testcases/kernel/syscalls/kcmp/
kcmp03.c 45 static struct tcase { struct
87 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/lgetxattr/
lgetxattr02.c 53 } tcase[] = { variable in typeref:struct:test_case
61 struct test_case *tc = tcase + n;
101 .tcnt = ARRAY_SIZE(tcase),
  /external/ltp/testcases/kernel/syscalls/memfd_create/
memfd_create02.c 36 static const struct tcase { struct
78 const struct tcase *tc;
  /external/ltp/testcases/kernel/syscalls/mkdirat/
mkdirat02.c 36 static struct tcase { struct
66 struct tcase *test = &tcases[i];
  /external/ltp/testcases/kernel/syscalls/mq_timedreceive/
mq_timedreceive01.c 33 static struct test_case tcase[] = { variable in typeref:struct:test_case
136 const struct test_case *tc = &tcase[i];
200 .tcnt = ARRAY_SIZE(tcase),
  /external/ltp/testcases/kernel/syscalls/mq_timedsend/
mq_timedsend01.c 32 static struct test_case tcase[] = { variable in typeref:struct:test_case
141 const struct test_case *tc = &tcase[i];
224 .tcnt = ARRAY_SIZE(tcase),
  /external/ltp/testcases/kernel/syscalls/mq_unlink/
mq_unlink01.c 42 static struct test_case tcase[] = { variable in typeref:struct:test_case
86 struct test_case *tc = &tcase[i];
127 .tcnt = ARRAY_SIZE(tcase),
  /external/ltp/testcases/kernel/syscalls/open/
open02.c 40 static struct tcase { struct
62 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/setregid/
setregid01.c 28 static struct tcase { struct
42 struct tcase *tc = &tcases[n];

Completed in 1451 milliseconds

1 2 3 4 5