Searched refs:w_month_name (Results 1 – 1 of 1) sorted by relevance
221 wchar_t w_month_name[MAX_MON_LEN]; in field_initialize_month() local245 (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()