test_access
static int test_access(struct stat *, mode_t);
return test_access(&s, S_IROTH);
return test_access(&s, S_IWOTH);
return test_access(&s, S_IXOTH);