Searched refs:pathcanon (Results 1 - 25 of 45) sorted by relevance

12

/ast/src/cmd/3d/
H A Dlib_3d.h85 #undef pathcanon macro
86 #define pathcanon _3d_pathcanon macro
H A Dchdir3d.c74 if ((sp = pathcanon(buf, sizeof(buf), 0)) && *(sp - 1) == '.' && *(sp - 2) == '/')
H A Dpathcanon.c25 * pathcanon - generate canonical pathname from given pathname
37 pathcanon(char* path, size_t size, int phys) function
H A DMakefile40 pathcanon.c pathnext.c pathreal.c peek.c \
H A D3d.h556 extern char* pathcanon(char*, size_t, int);
/ast/src/lib/libast/comp/
H A Dresolvepath.c71 return (s = pathcanon(path, size, PATH_PHYSICAL|PATH_DOTDOT|PATH_EXISTS)) ? (s - path) : -1;
/ast/src/lib/libast/path/
H A Dpathaccess.c59 pathcanon(path, size, 0);
H A Dpathprobe.c194 pathcanon(path, pathsize, 0);
198 pathcanon(path, pathsize, 0);
H A Dpathcanon.c52 pathcanon(char* path, int flags) function
/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c171 if(!(cp = pathcanon(stakptr(PATH_OFFSET),PATH_DOTDOT)))
178 if(!pathcanon(cp,PATH_DOTDOT))
203 if (!(dir=pathcanon(dir,PATH_PHYSICAL)))
267 pathcanon(cp,PATH_PHYSICAL);
/ast/src/cmd/cs/vcs_src/
H A Dvcs_replica.c33 if (!(s = pathcanon(buf, bufsize, PATH_PHYSICAL|PATH_EXISTS)))
/ast/src/lib/libcs/
H A Dcslocal.c62 pathcanon(cmd, 0, 0);
/ast/src/cmd/std/
H A Dfile.c161 e = pathcanon(file, 0, 0);
/ast/src/lib/libpp/
H A Dppsearch.c292 pathcanon(s, 0, 0);
373 pathcanon(pp.path, PATH_MAX, 0);
421 pathcanon(pp.path, PATH_MAX, 0);
622 pathcanon(file, 0, 0);
744 pathcanon(name, sizeof(name), 0);
778 pathcanon(file, 0, 0);
H A Dppop.c186 pathcanon(pp.token, 0, 0);
422 if (!*p || stat((pathcanon(p, 0, 0), p), &st))
591 if (!*p || stat((pathcanon(p, 0, 0), p), &st))
621 pathcanon(p, 0, 0);
634 pathcanon(p, 0, 0);
1142 pathcanon(p, 0, 0);
1582 else if (!stat((pathcanon(p, 0, 0), p), &st))
/ast/src/cmd/html/
H A Dhtmlrefs.c327 pathcanon(s = state->buf, sizeof(state->buf), 0);
332 pathcanon(s = state->buf, sizeof(state->buf), 0);
339 pathcanon(s = state->buf, sizeof(state->buf), 0);
/ast/src/cmd/mam/
H A Dmamnew.c303 pathcanon(s += 2, 0, 0);
348 pathcanon(r->name, 0, 0);
/ast/src/cmd/nmake/
H A Dmam.c31 * mam special pathcanon()
116 pathcanon(a, 0, 0);
H A Drule.c231 pathcanon(name, 0, 0);
1653 i = pathcanon(d, 0, 0) - d;
1672 i = pathcanon(s, 0, 0) - s;
1766 s = pathcanon(t, 0, 0);
1843 pathcanon(s, 0, 0);
H A Dexpand.c1006 pos = pathcanon(s, 0, 0) - s + 1;
1010 pathcanon(v = t = sfstrseek(tmp, pos, SEEK_SET), 0, 0);
2024 pathcanon(t, 0, 0);
2103 pathcanon(s, 0, 0);
/ast/src/lib/libast/include/
H A Dast.h110 * pathcanon() flags
296 extern char* pathcanon(char*, int);
/ast/src/cmd/at/
H A Datd.c396 pathcanon(path, 0, 0);
424 pathcanon(path, 0, 0);
433 pathcanon(path, 0, 0);
1096 pathcanon(s, 0, 0);
1381 pathcanon(s, 0, 0);
/ast/src/lib/libmam/
H A Dmam.c139 pathcanon(buf, sizeof(buf), 0);
/ast/src/cmd/pax/
H A Dfile.c197 pathcanon(s, 0, 0);
268 pathcanon(f->name, 0, 0);
809 pathcanon(name, 0, 0);
833 pathcanon(f->linkpath, 0, 0);
H A Dmisc.c361 f->namesize = pathcanon(f->name = name, 0, 0) - name + 1;
947 pathcanon(p->pattern, s - p->pattern, 0);

Completed in 60 milliseconds

12