Searched refs:w_r_exists (Results 1 – 1 of 1) sorted by relevance
/openbsd/regress/sys/kern/access/ |
H A D | access.c | 25 char w_r_exists[] = "testdir/testfile_w_r"; variable 64 { EACCES, 0, UID_YES, UID_NO, GID_NO, GID_NO, R_OK, w_r_exists }, 66 { EACCES, 1, UID_NO, UID_YES, GID_NO, GID_NO, R_OK, w_r_exists }, 69 { EACCES, 0, UID_YES, UID_NO, GID_YES, GID_NO, R_OK, w_r_exists }, 70 { EACCES, 1, UID_NO, UID_YES, GID_NO, GID_YES, R_OK, w_r_exists }, 71 { EACCES, 0, UID_YES, UID_YES, GID_YES, GID_YES, R_OK, w_r_exists }, 72 { EACCES, 1, UID_YES, UID_YES, GID_YES, GID_YES, R_OK, w_r_exists }, 76 { 0, 0, UID_NO, UID_NO, GID_YES, GID_NO, R_OK, w_r_exists }, 80 { 0, 1, UID_NO, UID_NO, GID_NO, GID_YES, R_OK, w_r_exists }, 113 remove(w_r_exists); in docleanup() [all …]
|