Searched refs:ats (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c230 timeINT_t *ats; /* Trans. times */ member in struct:state
235 int last_ats_idx; /* last ats index */
871 entry->ats = (timeINT_t *)(entry + 1);
872 entry->prev = (prev_t *)(entry->ats + MAX_TIMES(vers));
1168 if (t < lclzonep->ats[0] || t >= lclzonep->ats[hi]) {
1180 } else if (t < lclzonep->ats[0]) { /* zoneinfo... */
1188 seconds = t - lclzonep->ats[hi] - 1;
1197 if (newt > lclzonep->ats[lclzonep->ftimecnt - 1]) {
1209 t >= lclzonep->ats[lid
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c495 const char *ats = "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"; local
498 assert(strlen(ats) == len && strlen(spaces) == len);
512 return (dt_printf(dtp, fp, "|%s%s %-9lld\n", ats + len - depth,
521 ats + len - depth, (long long)val / normal));
532 ats = &ats[len];
540 ats + len - depth, len, "", (long long)val / normal));
543 ats + len - depth, spaces + depth,
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c933 atype *ats; \
934 ats = (atype *)((char *)(attr) + le16_to_cpu((attr)->u.res.value_offset)); \
936 ats->creation_time = (timestamp); \
937 ats->last_data_change_time = (timestamp); \
938 ats->last_mft_change_time= (timestamp); \
939 ats->last_access_time = (timestamp); \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DCurrency.pm138 ats:Schilling

Completed in 28 milliseconds