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

/freebsd-11.0-release/usr.sbin/tzsetup/
H A Dtzsetup.c325 #define NCOUNTRIES (26 * 26) macro
326 static struct country countries[NCOUNTRIES];
469 qsort(countries, NCOUNTRIES, sizeof(countries[0]), compare_countries);

Completed in 78 milliseconds