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

/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmequiv.c38 static const short equiv[] = variable
56 return tm->tm_year < (2038 - 1900) ? (tm->tm_year + 1900) : equiv[tm->tm_wday + tmisleapyear(tm->tm_year)];
/osnet-11/usr/src/lib/libcmd/common/
H A Dgetconf.c155 static const Path_t equiv[] = { { "/bin", 4 }, { "/usr/bin", 8 } }; local
293 q = !stat(equiv[0].path, &st0) && !stat(equiv[1].path, &st1) && st0.st_ino == st1.st_ino && st0.st_dev == st1.st_dev;
302 if (n == equiv[i].len && !strncmp(t, equiv[i].path, n))
317 t = equiv[!i].path;
318 n = equiv[!i].len;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Dure.c234 _ure_equiv_t *equiv; member in struct:_ure_buffer_t
1564 (b->equiv[tmp].l != l || b->equiv[tmp].r != r);
1572 b->equiv = (_ure_equiv_t *) malloc(sizeof(_ure_equiv_t) << 3);
1574 b->equiv = (_ure_equiv_t *) realloc((char *) b->equiv,
1579 b->equiv[b->equiv_used].l = l;
1580 b->equiv[b->equiv_used].r = r;
1604 ls = b->states.states + b->equiv[eq].l;
1605 rs = b->states.states + b->equiv[e
[all...]

Completed in 31 milliseconds