Searched refs:ALLACC (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c891 #define ALLACC (F_OK | X_OK | W_OK | R_OK) macro
895 tmode = ALLACC;
900 ATF_REQUIRE_ERRNO(EINVAL, rump_sys_access("tfile", ALLACC+1) == -1);
901 #undef ALLACC macro

Completed in 75 milliseconds