/ast/src/cmd/3d/ |
H A D | lib_3d.h | 85 #undef pathcanon macro 86 #define pathcanon _3d_pathcanon macro
|
H A D | chdir3d.c | 74 if ((sp = pathcanon(buf, sizeof(buf), 0)) && *(sp - 1) == '.' && *(sp - 2) == '/')
|
H A D | pathcanon.c | 25 * pathcanon - generate canonical pathname from given pathname 37 pathcanon(char* path, size_t size, int phys) function
|
H A D | Makefile | 40 pathcanon.c pathnext.c pathreal.c peek.c \
|
H A D | 3d.h | 556 extern char* pathcanon(char*, size_t, int);
|
/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;
|
/ast/src/lib/libast/path/ |
H A D | pathaccess.c | 59 pathcanon(path, size, 0);
|
H A D | pathprobe.c | 194 pathcanon(path, pathsize, 0); 198 pathcanon(path, pathsize, 0);
|
H A D | pathcanon.c | 52 pathcanon(char* path, int flags) function
|
/ast/src/cmd/ksh93/bltins/ |
H A D | cd_pwd.c | 171 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 D | vcs_replica.c | 33 if (!(s = pathcanon(buf, bufsize, PATH_PHYSICAL|PATH_EXISTS)))
|
/ast/src/lib/libcs/ |
H A D | cslocal.c | 62 pathcanon(cmd, 0, 0);
|
/ast/src/cmd/std/ |
H A D | file.c | 161 e = pathcanon(file, 0, 0);
|
/ast/src/lib/libpp/ |
H A D | ppsearch.c | 292 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 D | ppop.c | 186 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 D | htmlrefs.c | 327 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 D | mamnew.c | 303 pathcanon(s += 2, 0, 0); 348 pathcanon(r->name, 0, 0);
|
/ast/src/cmd/nmake/ |
H A D | mam.c | 31 * mam special pathcanon() 116 pathcanon(a, 0, 0);
|
H A D | rule.c | 231 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 D | expand.c | 1006 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 D | ast.h | 110 * pathcanon() flags 296 extern char* pathcanon(char*, int);
|
/ast/src/cmd/at/ |
H A D | atd.c | 396 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 D | mam.c | 139 pathcanon(buf, sizeof(buf), 0);
|
/ast/src/cmd/pax/ |
H A D | file.c | 197 pathcanon(s, 0, 0); 268 pathcanon(f->name, 0, 0); 809 pathcanon(name, 0, 0); 833 pathcanon(f->linkpath, 0, 0);
|
H A D | misc.c | 361 f->namesize = pathcanon(f->name = name, 0, 0) - name + 1; 947 pathcanon(p->pattern, s - p->pattern, 0);
|