Home
last modified time | relevance | path

Searched refs:TM_DEFAULT (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmlocale.c57 b[TM_DEFAULT] = "%a %b %e %T %Z %Y"; in standardized()
78 TM_DEFAULT, in fixup()
121 tm_info.deformat = b[TM_DEFAULT]; in fixup()
124 tm_info.deformat = tm_info.format[TM_DEFAULT]; in fixup()
421 b[TM_DEFAULT] = s; in native_lc_time()
495 _DATE_FMT, TM_DEFAULT,
497 D_T_FMT, TM_DEFAULT,
571 tm_info.deformat = tm_info.format[TM_DEFAULT]; in load()
576 tm_info.deformat = tm_info.format[TM_DEFAULT]; in load()
636 tm_info.deformat = tm_info.format[TM_DEFAULT]; in tmlocale()
[all …]
H A Dtminit.c59 "format", TM_DEFAULT,
185 case TM_DEFAULT: in tmopt()
186 …len(v)) > 0 && (n < 2 || v[n-2] != '%' || v[n-1] != '?')) ? strdup(v) : tm_info.format[TM_DEFAULT]; in tmopt()
H A Dtmxfmt.c241 if (tm_info.deformat != tm_info.format[TM_DEFAULT]) in tmxfmt()
244 format = tm_info.format[TM_DEFAULT]; in tmxfmt()
391 p = tm_info.format[TM_DEFAULT]; in tmxfmt()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dtm.h67 #define TM_DEFAULT 40 macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE313 08-06-09 tm/tmlocale.c: use _DATE_FMT if defined for TM_DEFAULT
374 07-05-21 tm/tmxfmt.c,tmxscan.c: %F => %L (TM_DEFAULT); %F => %Y-%m-%d