Searched refs:fp_cc (Results 1 – 1 of 1) sorted by relevance
208 FILE *fp_zone, *fp_cc; in get_tz_countries() local224 if ((fp_cc = fopen(COUNTRY_TAB, "r")) == NULL) { in get_tz_countries()320 if (fgets(buff, sizeof (buff), fp_cc) == NULL) { in get_tz_countries()321 if (feof(fp_cc) == 0) { in get_tz_countries()428 (void) fclose(fp_cc); in get_tz_countries()