Searched refs:atcwd_fd (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/faccessat2/ |
H A D | faccessat202.c | 37 static int atcwd_fd = AT_FDCWD; variable 51 {&atcwd_fd, &bad_path, R_OK, 0, EFAULT, "invalid address"}, 52 {&atcwd_fd, &rel_path, R_OK, -1, EINVAL, "invalid flags"}, 53 {&atcwd_fd, &rel_path, -1, 0, EINVAL, "invalid mode"}, 56 {&atcwd_fd, &rel_path, R_OK, AT_EACCESS, EACCES,
|
H A D | faccessat201.c | 28 static int atcwd_fd = AT_FDCWD; variable 41 {&atcwd_fd, &rel_path, 0}, 44 {&atcwd_fd, &rel_path, AT_EACCESS}, 45 {&atcwd_fd, &sym_path, AT_SYMLINK_NOFOLLOW},
|
/third_party/ltp/testcases/kernel/syscalls/faccessat/ |
H A D | faccessat01.c | 32 static int atcwd_fd = AT_FDCWD; variable 44 {&atcwd_fd, &file_path, 0},
|
Completed in 1 milliseconds