Searched refs:PATH_PHYSICAL (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathcanon.c | 159 if ((flags & PATH_PHYSICAL) && loop < 32 && (t - 1) > path) in pathcanon_20100601() 183 flags &= ~(PATH_PHYSICAL|PATH_DOTDOT); in pathcanon_20100601()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | resolvepath.c | 71 return (s = pathcanon(path, size, PATH_PHYSICAL|PATH_DOTDOT|PATH_EXISTS)) ? (s - path) : -1; in resolvepath()
|
H A D | omitted.c | 197 …if (physical || strlen(path) >= size || !(s = pathcanon(strcpy(buf, path), size, PATH_PHYSICAL|PAT… in execrate()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | cd_pwd.c | 189 if (!(dir=pathcanon(dir,PATH_PHYSICAL))) in b_cd() 253 pathcanon(cp,PATH_PHYSICAL); in b_pwd()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast.h | 113 #define PATH_PHYSICAL 01 macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | fastfind.c | 534 s = pathcanon(b, sizeof(fp->decode.temp), PATH_PHYSICAL); in findopen()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | io.c | 1122 pathcanon(stakptr(1),PATH_PHYSICAL); in io_usename()
|