Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dfields.c221 wchar_t w_month_name[MAX_MON_LEN]; in field_initialize_month() local
245 (void) mbstowcs(w_month_name, month_name, MAX_MON_LEN); in field_initialize_month()
249 w_months[i] = wsdup(w_month_name); in field_initialize_month()
250 w_month_lengths[i] = wslen(w_month_name); in field_initialize_month()