Home
last modified time | relevance | path

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

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