Searched refs:PATH_PHYSICAL (Results 1 - 9 of 9) sorted by relevance
/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;
|
H A D | omitted.c | 197 if (physical || strlen(path) >= size || !(s = pathcanon(strcpy(buf, path), size, PATH_PHYSICAL|PATH_DOTDOT|PATH_EXISTS)))
|
/ast/src/lib/libast/path/ |
H A D | pathcanon.c | 34 * if (flags&PATH_PHYSICAL) then symlinks resolved at each component 39 * longer pathname possible if (flags&PATH_PHYSICAL) or FS_3D ... involved 159 if ((flags & PATH_PHYSICAL) && loop < 32 && (t - 1) > path) 183 flags &= ~(PATH_PHYSICAL|PATH_DOTDOT);
|
/ast/src/cmd/cs/vcs_src/ |
H A D | vcs_replica.c | 33 if (!(s = pathcanon(buf, bufsize, PATH_PHYSICAL|PATH_EXISTS)))
|
/ast/src/cmd/ksh93/bltins/ |
H A D | cd_pwd.c | 203 if (!(dir=pathcanon(dir,PATH_PHYSICAL))) 267 pathcanon(cp,PATH_PHYSICAL);
|
/ast/src/lib/libast/include/ |
H A D | ast.h | 113 #define PATH_PHYSICAL 01 macro
|
/ast/src/cmd/tw/ |
H A D | tw.c | 976 pathcanon(tmp, sizeof(tmp), PATH_PHYSICAL); 978 error(ERROR_SYSTEM|3, "out of space [PATH_PHYSICAL]");
|
/ast/src/lib/libast/misc/ |
H A D | fastfind.c | 534 s = pathcanon(b, sizeof(fp->decode.temp), PATH_PHYSICAL);
|
/ast/src/cmd/ksh93/sh/ |
H A D | io.c | 1100 pathcanon(stakptr(1),PATH_PHYSICAL);
|
Completed in 29 milliseconds