Home
last modified time | relevance | path

Searched refs:fp_cc (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c206 FILE *fp_zone, *fp_cc; in get_tz_countries() local
226 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()