Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dfields.c579 char month_candidate[MAX_MON_LEN * MB_LEN_MAX]; in field_convert_month() local
586 (void) memset(month_candidate, 0, MAX_MON_LEN * MB_LEN_MAX); in field_convert_month()
598 month_candidate[j] = toupper((L->l_data.sp + month_offset)[j]); in field_convert_month()
601 if (xstrneql(month_candidate, months[j], month_lengths[j])) { in field_convert_month()
630 wchar_t month_candidate[MAX_MON_LEN]; in field_convert_month_wide() local
640 (void) memset(month_candidate, 0, MAX_MON_LEN * sizeof (wchar_t)); in field_convert_month_wide()
651 month_candidate[j] = towupper(month[j]); in field_convert_month_wide()
654 if (xwcsneql(month_candidate, w_months[j], in field_convert_month_wide()