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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.exp.c56 static int sh_access (const Char *, int);
84 sh_access(const Char *fname, int mode) function
687 i = !sh_access(ep, R_OK);
691 i = !sh_access(ep, W_OK);
695 i = !sh_access(ep, X_OK);

Completed in 84 milliseconds