Home
last modified time | relevance | path

Searched refs:to_min (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dcache_a.out.c74 int to_min; local
96 to_min = mnp - file + 1;
119 if (verscmp(file + to_min,
122 &AP(dbp)[ep->dbe_name], file + to_min);
168 int to_min; /* index into string of minor */ in find_so() local
238 to_min = mnp - dp->d_name + 1; in find_so()
250 cplen, m, to_min); in find_so()
273 if (verscmp(dp->d_name + to_min, in find_so()
275 + to_min)) > 0) in find_so()
288 cp, cplen, m, to_min); in find_so()