Searched refs:fp_cc (Results 1 – 1 of 1) sorted by relevance
206 FILE *fp_zone, *fp_cc; in get_tz_countries() local226 if ((fp_cc = fopen(COUNTRY_TAB, "r")) == NULL) { in get_tz_countries()322 if (fgets(buff, sizeof (buff), fp_cc) == NULL) { in get_tz_countries()323 if (feof(fp_cc) == 0) { in get_tz_countries()430 (void) fclose(fp_cc); in get_tz_countries()