Searched refs:month_name (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sort/common/
H A Dfields.c220 char month_name[MAX_MON_LEN * MB_LEN_MAX]; local
240 (void) strftime(month_name, sizeof (month_name),
243 for (j = 0; j < strlen(month_name); j++)
244 month_name[j] = toupper(month_name[j]);
245 (void) mbstowcs(w_month_name, month_name, MAX_MON_LEN);
247 months[i] = strdup(month_name);
248 month_lengths[i] = strlen(month_name);

Completed in 46 milliseconds