Lines Matching defs:dir_fd
40 static int dir_fd, fd;
46 int *dir_fd;
51 {&dir_fd, TEST_FILE, 0, 0},
52 {&dir_fd, glob_path, 0, 0},
64 TST_EXP_FAIL2(openat(*tc->dir_fd, tc->pathname, O_RDWR, 0600),
67 TST_EXP_FAIL2(openat(*tc->dir_fd, tc->pathname, O_RDWR, 0600),
71 TST_EXP_FD(openat(*tc->dir_fd, tc->pathname, O_RDWR, 0600));
84 dir_fd = SAFE_OPEN(TEST_DIR, O_DIRECTORY);
94 if (dir_fd > 0)
95 SAFE_CLOSE(dir_fd);