Searched refs:D_T_FMT (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/test/libc-tests/tests/nl_langinfo/ |
H A D | nl_langinfo_test.c | 49 { D_T_FMT, "%a %b %e %H:%M:%S %Y" }, 79 { D_T_FMT, "%B %e, %Y %I:%M:%S %p %Z" }, 109 { D_T_FMT, "%e %B %Y %H:%M:%S %Z" }, 139 { D_T_FMT, "%e %B %Y г. %H:%M:%S %Z"},
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | langinfo.h | 31 #define D_T_FMT 0 /* string for formatting data and time */ macro
|
/titanic_50/usr/src/head/ |
H A D | langinfo.h | 119 #define D_T_FMT 44 /* string for formatting date and time */ macro
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | nl_langinfo.c | 78 case D_T_FMT: in nl_langinfo_l()
|
/titanic_50/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | date.c | 126 (void) strftime(buf, 64, nl_langinfo(D_T_FMT), tp); in ADM_Get_Date()
|
/titanic_50/usr/src/lib/libast/common/tm/ |
H A D | tmlocale.c | 481 D_T_FMT, TM_DEFAULT,
|
/titanic_50/usr/src/cmd/locale/ |
H A D | locale.c | 175 _dtconv.date_time_format = strdup(nl_langinfo(D_T_FMT)); in localedtconv()
|