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

/freebsd-13-stable/usr.sbin/tzsetup/
H A Dtzsetup.c483 char *line, *country_list, *tlc, *file, *descr, *p; local
499 country_list = strsep(&line, "\t");
519 while (country_list != NULL) {
520 tlc = strsep(&country_list, ",");

Completed in 57 milliseconds