Home
last modified time | relevance | path

Searched refs:NCOUNTRIES (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.sbin/tzsetup/
H A Dtzsetup.c331 #define NCOUNTRIES (26 * 26) macro
332 static struct country countries[NCOUNTRIES];
467 qsort(countries, NCOUNTRIES, sizeof(countries[0]), compare_countries); in sort_countries()