Searched defs:month_names (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dlocale.h130 char *month_names[12]; /* full month names */ member in struct:dtconv
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c127 char *month_names[12]; member in struct:dtconv
207 _dtconv.month_names[0] = strdup(nl_langinfo(MON_1));
208 _dtconv.month_names[1] = strdup(nl_langinfo(MON_2));
209 _dtconv.month_names[2] = strdup(nl_langinfo(MON_3));
210 _dtconv.month_names[3] = strdup(nl_langinfo(MON_4));
211 _dtconv.month_names[4] = strdup(nl_langinfo(MON_5));
212 _dtconv.month_names[5] = strdup(nl_langinfo(MON_6));
213 _dtconv.month_names[6] = strdup(nl_langinfo(MON_7));
214 _dtconv.month_names[7] = strdup(nl_langinfo(MON_8));
215 _dtconv.month_names[
[all...]

Completed in 66 milliseconds