Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c57 { ERA_D_T_FMT, "" },
87 { ERA_D_T_FMT, "" },
117 { ERA_D_T_FMT, "" },
147 { ERA_D_T_FMT, "" },
/illumos-gate/usr/src/head/
H A Dlanginfo.h133 #define ERA_D_T_FMT 53 /* era date and time format string */ macro
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dnl_langinfo.c122 case ERA_D_T_FMT: in nl_langinfo_l()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmlocale.c503 ERA_D_T_FMT, TM_ERA_DEFAULT,
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c219 _dtconv.era_d_t_fmt = strdup(nl_langinfo(ERA_D_T_FMT)); in localedtconv()