Lines Matching refs:pathname
13 * - pathname is relative, then it is interpreted relative to the directory
16 * - pathname is absolute, then dirfd is ignored
18 * - ENODIR pathname is a relative pathname and dirfd is a file
23 * - pathname is relative and dirfd is the special value AT_FDCWD, then pathname
47 const char *pathname;
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));