Lines Matching defs:pos
79 static void setup_eperm(int pos);
80 static void setup_eacces(int pos);
81 static void setup_enotdir(int pos);
82 static void setup_longpath(int pos);
83 static void setup_efault(int pos);
91 void (*setup) (int pos);
192 static void setup_eperm(int pos LTP_ATTRIBUTE_UNUSED)
223 static void setup_eacces(int pos LTP_ATTRIBUTE_UNUSED)
250 static void setup_efault(int pos)
252 test_cases[pos].pathname = tst_get_bad_addr(cleanup);
261 static void setup_enotdir(int pos LTP_ATTRIBUTE_UNUSED)
277 static void setup_longpath(int pos)
279 memset(test_cases[pos].pathname, 'a', PATH_MAX + 1);
280 test_cases[pos].pathname[PATH_MAX + 1] = '\0';