Searched refs:PATH_PHYSICAL (Results 1 – 10 of 10) sorted by relevance
144 if ((flags & PATH_PHYSICAL) && loop < 32 && (t - 1) > path) in pathcanon()168 flags &= ~(PATH_PHYSICAL|PATH_DOTDOT); in pathcanon()
69 return pathcanon(path, PATH_PHYSICAL|PATH_DOTDOT|PATH_EXISTS) ? strlen(path) : -1; in resolvepath()
112 …if (physical || strlen(path) >= size || !(s = pathcanon(strcpy(buf, path), PATH_PHYSICAL|PATH_DOTD… in execrate()
181 if (!(dir=pathcanon(dir,PATH_PHYSICAL))) in b_cd()249 pathcanon(cp,PATH_PHYSICAL); in b_pwd()
115 #define PATH_PHYSICAL 01 macro
124 #define PATH_PHYSICAL 01 macro
555 s = pathcanon(b, PATH_PHYSICAL); in findopen()