Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Ddist.c202 char ats[NCHARS + 1], spaces[NCHARS + 1]; in dist_print_bucket() local
215 (void) memset(ats, '@', nats); in dist_print_bucket()
216 ats[nats] = 0; in dist_print_bucket()
224 mdb_printf("%*s |%s%s %lld\n", width, range, ats, spaces, count); in dist_print_bucket()
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c113 time_t *ats; member
209 sp->ats = (time_t *)calloc((unsigned)sp->timecnt,
211 if (sp->ats == NULL)
254 if (sp->ats) {
255 free((char *)sp->ats);
256 sp->ats = 0;
381 sp->ats[i] = detzcode(p);
815 atp = sp->ats;
919 sp->ats[i] +=
1045 if (sp->timecnt == 0 || t < sp->ats[0]) {
[all …]
/titanic_44/usr/src/lib/libc/port/gen/
H A Dlocaltime.c286 time_t ats[TZ_MAX_TIMES]; /* Trans. times */ member
1098 if (t < lclzonep->ats[0] || t >= lclzonep->ats[hi]) { in set_zone_context()
1110 } else if (t < lclzonep->ats[0]) { /* zoneinfo... */ in set_zone_context()
1121 t >= lclzonep->ats[lidx] && in set_zone_context()
1122 t < lclzonep->ats[lidx + 1]) { in set_zone_context()
1131 if (t == lclzonep->ats[tidx]) in set_zone_context()
1133 else if (t < lclzonep->ats[tidx]) in set_zone_context()
1533 sp->ats[i] = CVTZCODE(cp); in load_zoneinfo()
1708 (void) asctime_r(gmtime_r(&sp->ats[i], &tmp), in print_state()
2008 sp->ats[i] += dstoff - zone_dstoff; in adjust_posix_default()
[all …]
/titanic_44/usr/src/cmd/zic/
H A Dzic.c1473 zic_t ats[TZ_MAX_TIMES]; local
1515 ats[i] = attypes[i].at;
1563 if (ats[i] >= trans[j]) {
1564 ats[i] = tadd(ats[i], corr[j]);
1567 puttzcode((long)ats[i], fp);
1582 if (timecnt == 0 || trans[i] < ats[0]) {
1591 while (j < timecnt && trans[i] >= ats[j])
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_consume.c629 const char *ats = "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"; in dt_print_quantline() local
632 assert(strlen(ats) == len && strlen(spaces) == len); in dt_print_quantline()
651 return (dt_printf(dtp, fp, "|%s%s %-9lld\n", ats + len - depth, in dt_print_quantline()
660 ats + len - depth, (long long)val / normal)); in dt_print_quantline()
671 ats = &ats[len]; in dt_print_quantline()
679 ats + len - depth, len, "", (long long)val / normal)); in dt_print_quantline()
682 ats + len - depth, spaces + depth, in dt_print_quantline()
/titanic_44/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java406 String ats = ATS.substring(len); in printDistributionLine() local
414 ats.substring(len - depth), repeat(" ", len), val); in printDistributionLine()
417 out.printf("%20s|%s%s %-9d\n", "", ats.substring(len - depth), in printDistributionLine()
/titanic_44/usr/src/cmd/spell/
H A Dstop60 ats