Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcsh-6/
H A Dsh.exp.c53 static int sh_access (const Char *, int);
81 sh_access(const Char *fname, int mode) in sh_access() function
688 i = !sh_access(ep, R_OK); in filetest()
692 i = !sh_access(ep, W_OK); in filetest()
696 i = !sh_access(ep, X_OK); in filetest()