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

/openbsd-current/usr.bin/cal/
H A Dcal.c97 const char *month_names[12] = { variable
306 month_names[month - 1], year);
343 center(month_names[month], J_WEEK_LEN, J_HEAD_SEP);
344 center(month_names[month + 1], J_WEEK_LEN, 0);
381 center(month_names[month], week_len, HEAD_SEP);
382 center(month_names[month + 1], week_len, HEAD_SEP);
383 center(month_names[month + 2], week_len, 0);
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dmain.c1176 static const char *const month_names[] = local
1181 source->tm_mon < 0 || source->tm_mon > 11 ? "???" : month_names[source->tm_mon],

Completed in 103 milliseconds