Searched refs:testval (Results 1 – 2 of 2) sorted by relevance
38 const int testval = -7; in main() local40 int ret = test(testval); in main()44 testval, ret, expected); in main()47 printf("OK: test(%d) returned %d\n", testval, expected); in main()
3 static int testval = 4; variable6 pthread_setspecific(*key, &testval); in dodgy_function()