/src/bin/test/ |
test.c | 183 static int test_access(struct stat *, mode_t); 680 test_access(struct stat *sp, mode_t stmode) function in typeref:typename:int 729 return test_access(&s, S_IROTH); 731 return test_access(&s, S_IWOTH); 733 return test_access(&s, S_IXOTH);
|
test.c | 183 static int test_access(struct stat *, mode_t); 680 test_access(struct stat *sp, mode_t stmode) function in typeref:typename:int 729 return test_access(&s, S_IROTH); 731 return test_access(&s, S_IWOTH); 733 return test_access(&s, S_IXOTH);
|
test.c | 183 static int test_access(struct stat *, mode_t); 680 test_access(struct stat *sp, mode_t stmode) function in typeref:typename:int 729 return test_access(&s, S_IROTH); 731 return test_access(&s, S_IWOTH); 733 return test_access(&s, S_IXOTH);
|