Searched refs:PATH_READ (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libast/common/path/ |
H A D | pathexists.c | 103 t->mode = PATH_READ|PATH_EXECUTE; in pathexists() 120 t->mode |= PATH_READ; in pathexists() 132 mode &= (PATH_READ|PATH_WRITE|PATH_EXECUTE|PATH_REGULAR); in pathexists()
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | dirname.c | 113 mode |= PATH_READ; in b_dirname()
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | mc.c | 192 …ath, file, "", (!catalog && category == AST_LC_MESSAGES) ? PATH_READ : (PATH_REGULAR|PATH_READ|PAT… in mcfind()
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | syslog.c | 269 if (*(s = p->name) != '/' && !(s = pathpath(buf, s, "", PATH_REGULAR|PATH_READ)))
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | ast.h | 124 #define PATH_READ 004 macro
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | fastfind.c | 266 else if (pathpath(fp->encode.file, path, "", PATH_REGULAR|PATH_READ|PATH_WRITE)) in findopen() 274 if (pathpath(fp->encode.temp, fp->encode.file, "", PATH_EXECUTE|PATH_READ|PATH_WRITE) && in findopen() 416 …else if ((path = pathpath(fp->decode.path, path, "", PATH_REGULAR|PATH_READ)) && (fp->fp = sfopen(… in findopen()
|
H A D | magic.c | 2235 if (!(t = pathpath(mp->fbuf, s, "", PATH_REGULAR|PATH_READ)) && !strchr(s, '/')) in magicload() 2241 if (!(t = pathpath(mp->fbuf, s, "", PATH_REGULAR|PATH_READ))) in magicload()
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 133 #define PATH_READ 004 macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 133 #define PATH_READ 004 macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 133 #define PATH_READ 004 macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 133 #define PATH_READ 004 macro
|