Searched defs:ta (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_samedomain.c196 char ta[NS_MAXDNAME], tb[NS_MAXDNAME]; local
198 if (ns_makecanon(a, ta, sizeof ta) < 0 ||
201 if (strcasecmp(ta, tb) == 0)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_mem.c36 struct authlist *ta, *pta = NULL, *head; local
51 for (ta = t->h[rephash]; ta; ta = ta->nh) {
52 switch (cmp(&ta->rep, rep, t->lifespan)) {
56 if (alive(time, &ta->rep, t->lifespan)
58 free(ta->rep.client);
59 free(ta->rep.server);
60 free(ta
[all...]
H A Drc_dfl.c160 struct authlist *ta; local
173 for (ta = t->h[rephash]; ta; ta = ta->nh) {
174 switch(cmp(&ta->rep, rep, t->lifespan))
184 if (!ta->rep.msghash && rep->msghash) {
185 if (!(ta->rep.msghash = strdup(rep->msghash)))
192 if (alive(now, &ta->rep, t->lifespan) == CMP_EXPIRED)
202 if (!(ta
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c2379 struct timeval tb,ta; local
2426 timeofday(&ta);
2427 at = shp->gd->lim.clk_tck*(ta.tv_sec-tb.tv_sec);
2428 at += ((shp->gd->lim.clk_tck*(((1000000L/2)/shp->gd->lim.clk_tck)+(ta.tv_usec-tb.tv_usec)))/1000000L);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1947 const ttinfo_t *ta, *tb; local
1952 ta = &sp->ttis[a];
1954 if (ta->tt_gmtoff == tb->tt_gmtoff &&
1955 ta->tt_isdst == tb->tt_isdst &&
1956 ta->tt_ttisstd == tb->tt_ttisstd &&
1957 ta->tt_ttisgmt == tb->tt_ttisgmt) {
1958 if (strcmp(&sp->chars[ta->tt_abbrind],

Completed in 33 milliseconds