Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dfields.c581 ssize_t month_offset = data_offset; in field_convert_month() local
592 while (IS_BLANK(*(L->l_data.sp + month_offset))) { in field_convert_month()
593 month_offset++; in field_convert_month()
598 month_candidate[j] = toupper((L->l_data.sp + month_offset)[j]); in field_convert_month()
634 ssize_t month_offset = data_offset; in field_convert_month_wide() local
643 while (W_IS_BLANK(*(L->l_data.wp + month_offset))) { in field_convert_month_wide()
644 month_offset++; in field_convert_month_wide()
648 month = L->l_data.wp + month_offset; in field_convert_month_wide()