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

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dlocale.h129 char *abbrev_month_names[12]; /* abbreviated month names */ member in struct:dtconv
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c126 char *abbrev_month_names[12]; member in struct:dtconv
195 _dtconv.abbrev_month_names[0] = strdup(nl_langinfo(ABMON_1));
196 _dtconv.abbrev_month_names[1] = strdup(nl_langinfo(ABMON_2));
197 _dtconv.abbrev_month_names[2] = strdup(nl_langinfo(ABMON_3));
198 _dtconv.abbrev_month_names[3] = strdup(nl_langinfo(ABMON_4));
199 _dtconv.abbrev_month_names[4] = strdup(nl_langinfo(ABMON_5));
200 _dtconv.abbrev_month_names[5] = strdup(nl_langinfo(ABMON_6));
201 _dtconv.abbrev_month_names[6] = strdup(nl_langinfo(ABMON_7));
202 _dtconv.abbrev_month_names[7] = strdup(nl_langinfo(ABMON_8));
203 _dtconv.abbrev_month_names[
[all...]

Completed in 58 milliseconds