Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathpath.c75 if (pathexists(path, mode)) in pathpath_20100601()
112 if (pathexists(path, PATH_EXECUTE)) in pathpath_20100601()
H A Dpathaccess.c60 if ((!sib || *path == '/') && pathexists(path, mode)) in pathaccess_20100601()
H A Dpathprobe.c195 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 Dpathexists.c49 pathexists(char* path, int mode) in pathexists() function
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap183 #undef pathexists
184 #define pathexists _ast_pathexists
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap183 #undef pathexists
184 #define pathexists _ast_pathexists
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap183 #undef pathexists
184 #define pathexists _ast_pathexists
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap183 #undef pathexists
184 #define pathexists _ast_pathexists
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h302 extern int pathexists(char*, int);
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs257 path/pathexists.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile79 pathexists.c pathfind.c pathkey.c pathprobe.c pathrepl.c \
H A DMamfile996 make pathexists.o
997 make path/pathexists.c
1033 done path/pathexists.c
1034 meta pathexists.o %.c>%.o path/pathexists.c pathexists
1035 prev path/pathexists.c
1036 …AGS} -I. -Icomp -Iport -Iinclude -Istd -I${INSTALLROOT}/include -D_PACKAGE_ast -c path/pathexists.c
1037 done pathexists.o generated
6101 ….o tokscan.o pathaccess.o pathcat.o pathcanon.o pathcheck.o pathpath.o pathexists.o pathfind.o pat…
H A DRELEASE861 03-01-24 path/pathexists.c: fix abs dir bug and deal with case ignorance
1009 02-03-11 path/pathexists.c: check path by pairs checking {ENOTDIR,ENOENT}
1177 pathexists: path cache to cut down pathpath() access(2) calls