Home
last modified time | relevance | path

Searched refs:test_access (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/bin/test/
H A Dtest.c183 static int test_access(struct stat *, mode_t);
680 test_access(struct stat *sp, mode_t stmode) in test_access() function
729 return test_access(&s, S_IROTH); in filstat()
731 return test_access(&s, S_IWOTH); in filstat()
733 return test_access(&s, S_IXOTH); in filstat()