Home
last modified time | relevance | path

Searched refs:D_T_FMT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c49 { D_T_FMT, "%a %b %e %H:%M:%S %Y" },
79 { D_T_FMT, "%B %e, %Y at %I:%M:%S %p %Z" },
109 { D_T_FMT, "%e %B %Y at %H:%M:%S %Z" },
139 { D_T_FMT, "%e %B %Y г., %H:%M:%S %Z"},
/illumos-gate/usr/src/head/
H A Dlanginfo.h119 #define D_T_FMT 44 /* string for formatting date and time */ macro
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dnl_langinfo.c78 case D_T_FMT: in nl_langinfo_l()
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Ddate.c124 (void) strftime(buf, 64, nl_langinfo(D_T_FMT), tp); in ADM_Get_Date()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmlocale.c497 D_T_FMT, TM_DEFAULT,
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c173 _dtconv.date_time_format = strdup(nl_langinfo(D_T_FMT)); in localedtconv()