Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/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.c109 b[must[n]] = tm_data.format[must[n]]; in fixup()
113 b[n] = tm_data.format[n]; in fixup()
525 t = tm_data.format[map[i].local]; in native_lc_time()
535 t = tm_data.format[map[i].local]; in native_lc_time()
543 #define native_lc_time(li) ((li->data=(void*)(tm_info.format=tm_data.format)),(tm_info.deformat=tm_…
574 tm_info.format = tm_data.format; in load()
634 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 Dtmxfmt.c452 tm = tmxtm(tm, t, (flags & TM_UTC) ? &tm_data.zone[2] : tm->tm_zone); in tmxfmt()
461 tm = tmxtm(tm, t, (flags & TM_UTC) ? &tm_data.zone[2] : tm->tm_zone); in tmxfmt()
475 for (; zp >= tm_data.zone; zp--) in tmxfmt()
670 tm = tmxtm(tm, t, (flags & TM_UTC) ? &tm_data.zone[2] : tm->tm_zone); in tmxfmt()
679 tm = tmxtm(tm, t, (flags & TM_UTC) ? &tm_data.zone[2] : tm->tm_zone); in tmxfmt()
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.c344 for (zp = tm_data.zone; zp->standard; zp++) in tmlocal()
399 for (zp = tm_data.zone; zp->standard; zp++) in tmlocal()
425 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 Dtmxdate.c836 …TM_NFORM, tm_info.format + TM_SUFFIXES, TM_PARTS - TM_SUFFIXES)) >= 0 && tm_data.lex[j] == TM_PART… in tmxdate()
1200 if (tm_data.lex[j] == TM_PARTS || n < 1000) in tmxdate()
1203 switch (tm_data.lex[j]) in tmxdate()
1399 tm->tm_mday = tm_data.days[tm->tm_mon] + (tm->tm_mon == 1 && tmisleapyear(tm->tm_year)); in tmxdate()
1717 …for (n = tm_data.days[tm->tm_mon] + (tm->tm_mon == 1 && tmisleapyear(tm->tm_year)); (tm->tm_mday +… in tmxdate()
1722 tm->tm_mday = tm_data.days[tm->tm_mon] + (tm->tm_mon == 1 && tmisleapyear(tm->tm_year)); in tmxdate()
1726 …tm->tm_mday = (set & FINAL) ? (tm_data.days[tm->tm_mon] + (tm->tm_mon == 1 && tmisleapyear(tm->tm_… in tmxdate()
1731 …if ((tm->tm_mday + j) > (tm_data.days[tm->tm_mon] + (tm->tm_mon == 1 && tmisleapyear(tm->tm_year))… in tmxdate()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_rtld.c46 topo_rtld_t *rp = mod->tm_data; in rtld_fini()
77 if ((rp = mod->tm_data = topo_mod_alloc(mod, sizeof (topo_rtld_t))) in rtld_init()
H A Dtopo_builtin.c70 mp->tm_data = (void *)bp; in bltin_init()
87 topo_builtin_t *bp = mp->tm_data; in bltin_fini()
H A Dtopo_module.h73 void *tm_data; /* Private rtld/builtin data */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dtm.h161 #define tm_data (*_tm_datap_) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Ddate.c378 listzones = tm_data.zone; in b_date()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c233 mdb_printf("%-12s 0x%-34p %-30s\n", "tm_data", tm.tm_data, in topo_module()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1289 tmlex: check tm_info.format and tm_data.format