HomeSort by: relevance | last modified time | path
    Searched defs:test_access (Results 1 - 3 of 3) sorted by relevancy

  /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);

Completed in 34 milliseconds