Searched refs:sh_access (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 186 extern int sh_access(const char*,int); 230 # define access(a,b) sh_access(a,b)
|
/titanic_44/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 196 extern __MANGLE__ int sh_access __PROTO__((const char*,int)); 241 # define access(a,b) sh_access(a,b)
|
/titanic_44/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 196 extern __MANGLE__ int sh_access __PROTO__((const char*,int)); 241 # define access(a,b) sh_access(a,b)
|
/titanic_44/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 196 extern __MANGLE__ int sh_access __PROTO__((const char*,int)); 241 # define access(a,b) sh_access(a,b)
|
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 196 extern __MANGLE__ int sh_access __PROTO__((const char*,int)); 241 # define access(a,b) sh_access(a,b)
|
/titanic_44/usr/src/lib/libshell/ |
H A D | mapfile-vers | 62 sh_access;
|
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | test.c | 62 #define permission(a,f) (sh_access(a,f)==0) 553 int sh_access(register const char *name, register int mode) in sh_access() function
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | expand.c | 56 # define sh_access access macro
|
H A D | path.c | 929 else if((statb.st_mode&S_IXALL)==S_IXALL || sh_access(path,X_OK)>=0) in canexecute()
|