Lines Matching refs:rel_fd

88 int rel_fd, abs_fd, notd_fd, exec_fd;  variable
161 rel_fd = open(relative_path, O_RDONLY); in setup()
162 if (rel_fd == -1) { in setup()
207 tests[0].tests[2].params[0].i = rel_fd; in setup()
217 tests[0].tests[4].params[0].i = rel_fd; in setup()
222 tests[0].tests[5].params[0].i = rel_fd; in setup()
242 tests[1].tests[1].params[0].i = rel_fd; in setup()
262 tests[1].tests[5].params[0].i = rel_fd; in setup()
278 tests[2].tests[1].params[0].i = rel_fd; in setup()
302 tests[2].tests[5].params[0].i = rel_fd; in setup()
318 tests[3].tests[1].params[0].i = rel_fd; in setup()
328 tests[3].tests[2].params[0].i = rel_fd; in setup()
356 tests[4].tests[2].params[0].i = rel_fd; in setup()
381 tests[5].tests[2].params[0].i = rel_fd; in setup()
393 tests[5].tests[4].params[0].i = rel_fd; in setup()
395 tests[5].tests[4].params[2].i = rel_fd; in setup()
401 tests[5].tests[5].params[2].i = rel_fd; in setup()
407 tests[5].tests[6].params[2].i = rel_fd; in setup()
424 tests[6].tests[2].params[0].i = rel_fd; in setup()
441 tests[7].tests[2].params[0].i = rel_fd; in setup()
460 tests[8].tests[2].params[0].i = rel_fd; in setup()
480 tests[9].tests[2].params[0].i = rel_fd; in setup()
490 tests[9].tests[4].params[0].i = rel_fd; in setup()
522 tests[11].tests[0].params[2].i = rel_fd; in setup()
525 tests[11].tests[1].params[0].i = rel_fd; in setup()
532 tests[11].tests[2].params[2].i = rel_fd; in setup()
535 tests[11].tests[3].params[0].i = rel_fd; in setup()
540 tests[11].tests[4].params[0].i = rel_fd; in setup()
559 tests[12].tests[2].params[1].i = rel_fd; in setup()
575 tests[13].tests[2].params[0].i = rel_fd; in setup()
579 tests[13].tests[3].params[0].i = rel_fd; in setup()
587 tests[13].tests[5].params[0].i = rel_fd; in setup()
616 close(rel_fd); in cleanup()