Searched refs:isaccessible (Results 1 – 6 of 6) sorted by relevance
188 return isaccessible (file, F_OK); in isfile()228 return isaccessible (file, R_OK); in isreadable()239 return isaccessible (file, W_OK); in iswritable()250 isaccessible (const char *file, const int mode) in isaccessible() function
523 bool isaccessible (const char *file, const int mode);
1131 if (!isaccessible (path, R_OK | X_OK)) in main()
1002 if (!isaccessible (path, R_OK | X_OK)) in serve_root()
565 * filesubr.c (isaccessible): Rename from isaccessable.573 * cvs.h: "isaccessible" is the correct spelling.
1927 isaccessible, isabsolute): Return boolean rather than int.1929 isaccessible), subr.c (isabsolute): Ditto. Some reformatting.6205 * filesubr.c (isaccessible): Correct some double const warnings from8046 * filesubr.c (isaccessible): Set errno before returning failure