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

/freebsd-13-stable/usr.sbin/tzsetup/
H A Dtzsetup.c329 #define NCOUNTRIES (26 * 26) macro
330 static struct country countries[NCOUNTRIES];
473 qsort(countries, NCOUNTRIES, sizeof(countries[0]), compare_countries);

Completed in 105 milliseconds