Home
last modified time | relevance | path

Searched refs:PATH_PHYSICAL (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/lib/libast/common/path/
H A Dpathcanon.c144 if ((flags & PATH_PHYSICAL) && loop < 32 && (t - 1) > path) in pathcanon()
168 flags &= ~(PATH_PHYSICAL|PATH_DOTDOT); in pathcanon()
/titanic_44/usr/src/lib/libast/common/comp/
H A Dresolvepath.c69 return pathcanon(path, PATH_PHYSICAL|PATH_DOTDOT|PATH_EXISTS) ? strlen(path) : -1; in resolvepath()
H A Domitted.c112 …if (physical || strlen(path) >= size || !(s = pathcanon(strcpy(buf, path), PATH_PHYSICAL|PATH_DOTD… in execrate()
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dcd_pwd.c181 if (!(dir=pathcanon(dir,PATH_PHYSICAL))) in b_cd()
249 pathcanon(cp,PATH_PHYSICAL); in b_pwd()
/titanic_44/usr/src/lib/libast/common/include/
H A Dast.h115 #define PATH_PHYSICAL 01 macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast.h124 #define PATH_PHYSICAL 01 macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast.h124 #define PATH_PHYSICAL 01 macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h124 #define PATH_PHYSICAL 01 macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast.h124 #define PATH_PHYSICAL 01 macro
/titanic_44/usr/src/lib/libast/common/misc/
H A Dfastfind.c555 s = pathcanon(b, PATH_PHYSICAL); in findopen()