Searched refs:month_offset (Results 1 – 1 of 1) sorted by relevance
581 ssize_t month_offset = data_offset; in field_convert_month() local592 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() local643 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()