Searched refs:pathexists (Results 1 – 13 of 13) sorted by relevance
75 if (pathexists(path, mode)) in pathpath_20100601()112 if (pathexists(path, PATH_EXECUTE)) in pathpath_20100601()
60 if ((!sib || *path == '/') && pathexists(path, mode)) in pathaccess_20100601()
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()
49 pathexists(char* path, int mode) in pathexists() function
183 #undef pathexists184 #define pathexists _ast_pathexists
180 #undef pathexists181 #define pathexists _ast_pathexists
302 extern int pathexists(char*, int);
257 path/pathexists.o \
79 pathexists.c pathfind.c pathkey.c pathprobe.c pathrepl.c \
996 make pathexists.o997 make path/pathexists.c1033 done path/pathexists.c1034 meta pathexists.o %.c>%.o path/pathexists.c pathexists1035 prev path/pathexists.c1036 …AGS} -I. -Icomp -Iport -Iinclude -Istd -I${INSTALLROOT}/include -D_PACKAGE_ast -c path/pathexists.c1037 done pathexists.o generated6101 ….o tokscan.o pathaccess.o pathcat.o pathcanon.o pathcheck.o pathpath.o pathexists.o pathfind.o pat…
861 03-01-24 path/pathexists.c: fix abs dir bug and deal with case ignorance1009 02-03-11 path/pathexists.c: check path by pairs checking {ENOTDIR,ENOENT}1177 pathexists: path cache to cut down pathpath() access(2) calls