Searched defs:same (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/preroot/
H A Dispreroot.c36 * return 1 if files a and b are the same under preroot
42 same(const char* a, const char* b) function
62 if (dir) return(same("/", dir));
63 if (prerooted < 0) prerooted = !same("/", PR_REAL);
/ast/src/lib/libjcl/
H A Dpath.c38 int same; member in struct:Map_s
257 for (; mp && mp->same >= i; mp = (Map_t*)dtnext(state.match[state.matched].map, mp))
598 mp->same = 0;
600 while (mp->prefix[mp->same] == pp->prefix[mp->same])
601 mp->same++;
602 message((-9, "map[%d] %2d %2d %s%s%s", k, mp->length, mp->same, mp->prefix, mp->tail ? " " : "", mp->tail ? mp->tail : ""));
605 message((-9, "map[%d] %2d %2d %s", k, mp->length, mp->same, mp->prefix));
/ast/src/lib/libcmd/
H A Djoin.c160 char* same; member in struct:Join_s
179 if (jp->same)
180 free(jp->same);
638 register int same; local
647 same = 0;
654 sfprintf(sfstdout, "[C#%d:%d(%c-%c),%d,%lld,%lld%s]", __LINE__, cmp, *cp1, *cp2, same, lo, hi, (jp->outmode & C_COMMON) ? ",COMMON" : "");
665 same = 1;
698 if (same)
700 same = 0;
705 if (!(jp->same
[all...]

Completed in 19 milliseconds