K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-10-09T20:07:01.757144Z K 7 svn:log V 282 MFC r305813: localedef(1): make better use of calloc(3) arguments. The first argument of calloc(3) should be an ordinal type, and the second a size: split a multiplication to make better use of calloc(3) and detect overflows. Do some other re-ordering and style fixes while here. END