Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/tm/
H A Dtmlex.c57 if (tm_info.format != tm_data.format && tab >= tm_info.format && tab < tm_info.format + TM_NFORM) in tmlex()
59 tab = tm_data.format + (tab - tm_info.format); in tmlex()
61 suf = tm_data.format + (suf - tm_info.format); in tmlex()
H A Dtmlocale.c93 b[must[n]] = tm_data.format[must[n]]; in fixup()
97 b[n] = tm_data.format[n]; in fixup()
509 t = tm_data.format[map[i].local]; in native_lc_time()
519 t = tm_data.format[map[i].local]; in native_lc_time()
527 #define native_lc_time(li) ((li->data=(void*)(tm_info.format=tm_data.format)),(tm_info.deformat=tm_…
558 tm_info.format = tm_data.format; in load()
618 tm_info.format = tm_data.format; in tmlocale()
H A Dtmxtime.c73 t += tm_data.sum[n] + tm->tm_mday - 1; in tmxtime()
130 for (lp = &tm_data.leap[0]; t < lp->time - (lp+1)->total; lp++); in tmxtime()
H A Dtmxmake.c59 for (lp = &tm_data.leap[0]; n < lp->time; lp++); in tmxtm()
71 tm->tm_zone = &tm_data.zone[2]; in tmxtm()
H A Dtmfix.c33 #define DAYS(p) (tm_data.days[(p)->tm_mon]+((p)->tm_mon==1&&LEAP(p)))
164 tm->tm_yday = tm_data.sum[tm->tm_mon] + (tm->tm_mon > 1 && LEAP(tm)) + tm->tm_mday - 1; in tmfix()
H A Dtminit.c343 for (zp = tm_data.zone; zp->standard; zp++) in tmlocal()
398 for (zp = tm_data.zone; zp->standard; zp++) in tmlocal()
424 zp = tm_data.zone; in tmlocal()
H A Dtmtype.c53 if (zp == tm_info.local) zp = tm_data.zone; in tmtype()
H A Dtmxleap.c47 for (lp = &tm_data.leap[0]; sec < (lp->time - lp->total); lp++); in tmxleap()
H A Dtmzone.c90 zp = tm_data.zone; in tmzone()
H A Dtmxfmt.c381 for (; zp >= tm_data.zone; zp--) in tmxfmt()
590 tm = tmxtm(tm, t, (flags & TM_UTC) ? &tm_data.zone[2] : tm->tm_zone); in tmxfmt()
599 tm = tmxtm(tm, t, (flags & TM_UTC) ? &tm_data.zone[2] : tm->tm_zone); in tmxfmt()
H A Dtmxdate.c1190 switch (tm_data.lex[j]) in tmxdate()
1386 tm->tm_mday = tm_data.days[tm->tm_mon] + (tm->tm_mon == 1 && tmisleapyear(tm->tm_year)); in tmxdate()
1701 …for (n = tm_data.days[tm->tm_mon] + (tm->tm_mon == 1 && tmisleapyear(tm->tm_year)); (tm->tm_mday +… in tmxdate()
1706 tm->tm_mday = tm_data.days[tm->tm_mon] + (tm->tm_mon == 1 && tmisleapyear(tm->tm_year)); in tmxdate()
1710 …tm->tm_mday = (set & FINAL) ? (tm_data.days[tm->tm_mon] + (tm->tm_mon == 1 && tmisleapyear(tm->tm_… in tmxdate()
1715 …if ((tm->tm_mday + j) > (tm_data.days[tm->tm_mon] + (tm->tm_mon == 1 && tmisleapyear(tm->tm_year))… in tmxdate()
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_rtld.c48 topo_rtld_t *rp = mod->tm_data; in rtld_fini()
79 if ((rp = mod->tm_data = topo_mod_alloc(mod, sizeof (topo_rtld_t))) in rtld_init()
H A Dtopo_builtin.c68 mp->tm_data = (void *)bp; in bltin_init()
85 topo_builtin_t *bp = mp->tm_data; in bltin_fini()
H A Dtopo_module.h75 void *tm_data; /* Private rtld/builtin data */ member
/titanic_41/usr/src/lib/libast/common/include/
H A Dtm.h161 #define tm_data (*_tm_datap_) macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h172 #define tm_data (*_tm_datap_) macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dtm.h172 #define tm_data (*_tm_datap_) macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dtm.h172 #define tm_data (*_tm_datap_) macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dtm.h172 #define tm_data (*_tm_datap_) macro
/titanic_41/usr/src/lib/libcmd/common/
H A Ddate.c352 listzones = tm_data.zone; in b_date()
/titanic_41/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c232 mdb_printf("%-12s 0x%-34p %-30s\n", "tm_data", tm.tm_data, in topo_module()
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE1101 tmlex: check tm_info.format and tm_data.format