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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exp.c60 static int sh_access (const Char *, int);
88 sh_access(const Char *fname, int mode) function
690 i = !sh_access(ep, R_OK);
694 i = !sh_access(ep, W_OK);
698 i = !sh_access(ep, X_OK);

Completed in 42 milliseconds