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

/illumos-gate/usr/src/cmd/sort/common/
H A Dfields.c94 #define MAX_MON_LEN 20 macro
220 char month_name[MAX_MON_LEN * MB_LEN_MAX];
221 wchar_t w_month_name[MAX_MON_LEN];
245 (void) mbstowcs(w_month_name, month_name, MAX_MON_LEN);
579 char month_candidate[MAX_MON_LEN * MB_LEN_MAX];
586 (void) memset(month_candidate, 0, MAX_MON_LEN * MB_LEN_MAX);
597 for (j = 0; j < MAX_MON_LEN && j < month_length; j++)
630 wchar_t month_candidate[MAX_MON_LEN];
640 (void) memset(month_candidate, 0, MAX_MON_LEN * sizeof (wchar_t));
650 for (j = 0; j < MAX_MON_LEN
[all...]

Completed in 223 milliseconds