Lines Matching refs:access
12 * Test access(2) syscall
60 TST_EXP_PASS_SILENT(access(tc->pathname, tc->mode),
61 "access(%s, %s) as %s", tc->pathname, tc->name, user);
71 * access() behaviour is correct.
85 * has read access, attempt to open the file with O_RDONLY,
86 * if we get a valid fd, access() behaviour is correct.
103 * has write access, attempt to open the file with O_WRONLY,
104 * if we get a valid fd, access() behaviour is correct.
121 * has execute access, attempt to execute the executable
122 * file, if successful, access() behaviour is correct.
139 tst_res(TPASS, "access(%s, %s) as %s behaviour is correct.",