Searched refs:PATH_PHYSICAL (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libast/comp/
H A Dresolvepath.c71 return (s = pathcanon(path, size, PATH_PHYSICAL|PATH_DOTDOT|PATH_EXISTS)) ? (s - path) : -1;
H A Domitted.c197 if (physical || strlen(path) >= size || !(s = pathcanon(strcpy(buf, path), size, PATH_PHYSICAL|PATH_DOTDOT|PATH_EXISTS)))
/ast/src/lib/libast/path/
H A Dpathcanon.c34 * 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 Dvcs_replica.c33 if (!(s = pathcanon(buf, bufsize, PATH_PHYSICAL|PATH_EXISTS)))
/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c203 if (!(dir=pathcanon(dir,PATH_PHYSICAL)))
267 pathcanon(cp,PATH_PHYSICAL);
/ast/src/lib/libast/include/
H A Dast.h113 #define PATH_PHYSICAL 01 macro
/ast/src/cmd/tw/
H A Dtw.c976 pathcanon(tmp, sizeof(tmp), PATH_PHYSICAL);
978 error(ERROR_SYSTEM|3, "out of space [PATH_PHYSICAL]");
/ast/src/lib/libast/misc/
H A Dfastfind.c534 s = pathcanon(b, sizeof(fp->decode.temp), PATH_PHYSICAL);
/ast/src/cmd/ksh93/sh/
H A Dio.c1100 pathcanon(stakptr(1),PATH_PHYSICAL);

Completed in 29 milliseconds