Searched refs:pathnext (Results 1 - 8 of 8) sorted by relevance
/ast/src/cmd/3d/ |
H A D | pathcanon.c | 116 if (!(dp = pathnext(path, sp, &visits)))
|
H A D | mkdir3d.c | 108 if (!pathnext(tmp, NiL, NiL) || ACCESS(tmp, F_OK))
|
H A D | pathnext.c | 31 pathnext(char* sp, char* extra, long* visits) function 40 message((-4, "pathnext: ++ %s%s%s [0x%08x]", sp, extra ? " + " : state.null, extra ? extra : state.null, visits ? *visits : 0L)); 48 message((-4, "pathnext: -- %s [limit=%d]", NiL, state.limit)); 54 message((-4, "pathnext: -- %s [0x%08x]", NiL, visits ? *visits : 0L)); 110 message((-4, "pathnext: -- %s [level=%d visits=0x%08x]", cp, state.path.level, visits ? *visits : 0L));
|
H A D | pathreal.c | 312 cp = pathnext(sp, NiL, NiL); 340 if (!pathnext(sp, NiL, NiL)) 432 if (!pathnext(state.path.name, NiL, &visits))
|
H A D | Makefile | 40 pathcanon.c pathnext.c pathreal.c peek.c \
|
H A D | dir3d.c | 117 while (pathnext(state.path.name, NiL, &visits))
|
/ast/src/lib/libast/include/ |
H A D | fs3d.h | 113 extern char* pathnext(char*, char*, long*);
|
/ast/src/lib/libast/path/ |
H A D | pathcanon.c | 142 if (x = pathnext(phys, s - (*s != 0), &visits))
|
Completed in 11 milliseconds