/titanic_51/usr/src/lib/libast/common/path/ |
H A D | pathpath.c | 59 if (pathexists(path, mode)) in pathpath() 96 if (pathexists(path, PATH_EXECUTE)) in pathpath()
|
H A D | pathaccess.c | 48 if ((!sib || *path == '/') && pathexists(path, mode)) in pathaccess()
|
H A D | pathprobe.c | 180 if (*path == '/' && pathexists(path, PATH_REGULAR|PATH_EXECUTE)) in pathprobe() 184 if (*path == '/' && pathexists(path, PATH_REGULAR|PATH_EXECUTE) && !stat(path, &ps)) in pathprobe()
|
H A D | pathexists.c | 49 pathexists(char* path, int mode) in pathexists() function
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathpath.c | 75 if (pathexists(path, mode)) in pathpath_20100601() 112 if (pathexists(path, PATH_EXECUTE)) in pathpath_20100601()
|
H A D | pathaccess.c | 60 if ((!sib || *path == '/') && pathexists(path, mode)) in pathaccess_20100601()
|
H A D | pathprobe.c | 195 if (*path == '/' && pathexists(path, PATH_REGULAR|PATH_EXECUTE)) in pathprobe_20100601() 199 if (*path == '/' && pathexists(path, PATH_REGULAR|PATH_EXECUTE) && !stat(path, &ps)) in pathprobe_20100601()
|
H A D | pathexists.c | 49 pathexists(char* path, int mode) in pathexists() function
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 183 #undef pathexists 184 #define pathexists _ast_pathexists macro
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 183 #undef pathexists 184 #define pathexists _ast_pathexists macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 204 #undef pathexists 205 #define pathexists _ast_pathexists macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 204 #undef pathexists 205 #define pathexists _ast_pathexists macro
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 183 #undef pathexists 184 #define pathexists _ast_pathexists macro
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 183 #undef pathexists 184 #define pathexists _ast_pathexists macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 204 #undef pathexists 205 #define pathexists _ast_pathexists macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 204 #undef pathexists 205 #define pathexists _ast_pathexists macro
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | ast.h | 285 extern int pathexists(char*, int);
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 183 #undef pathexists 184 #define pathexists _ast_pathexists
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 183 #undef pathexists 184 #define pathexists _ast_pathexists
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 183 #undef pathexists 184 #define pathexists _ast_pathexists
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 183 #undef pathexists 184 #define pathexists _ast_pathexists
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast.h | 302 extern int pathexists(char*, int);
|
/titanic_51/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | map | 183 #undef pathexists 184 #define pathexists _ast_pathexists
|
/titanic_51/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | map | 183 #undef pathexists 184 #define pathexists _ast_pathexists
|
/titanic_51/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | map | 183 #undef pathexists 184 #define pathexists _ast_pathexists
|