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

/freebsd-9.3-release/contrib/cvs/src/
H A Dfilesubr.c183 return isaccessible(file, F_OK);
193 return isaccessible(file, R_OK);
203 return isaccessible(file, W_OK);
212 isaccessible (file, mode) function
H A Dcvs.h501 int isaccessible PROTO((const char *file, const int mode));
H A Dmain.c943 if (!isaccessible (path, R_OK | X_OK))
H A Dserver.c817 if (!isaccessible (path, R_OK | X_OK))

Completed in 172 milliseconds