Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c206 FILE *fp_zone, *fp_cc; in get_tz_countries() local
222 if ((fp_zone = fopen(ZONE_SUN_TAB, "r")) == NULL) { in get_tz_countries()
228 (void) fclose(fp_zone); in get_tz_countries()
236 if (fgets(buff, sizeof (buff), fp_zone) == NULL) { in get_tz_countries()
237 if (feof(fp_zone) == 0) { in get_tz_countries()
429 (void) fclose(fp_zone); in get_tz_countries()
451 FILE *fp_zone; /* zone.tab */ in get_timezones_by_country() local
459 if ((fp_zone = fopen(ZONE_SUN_TAB, "r")) == NULL) in get_timezones_by_country()
465 if (fgets(buff, sizeof (buff), fp_zone) == NULL) { in get_timezones_by_country()
466 if (feof(fp_zone)) { in get_timezones_by_country()
[all …]
/titanic_50/usr/src/uts/common/os/
H A Dcore.c639 char *fp_process = NULL, *fp_global = NULL, *fp_zone = NULL; in core() local
750 &fp_zone); in core()
763 error3 == 0 ? fp_zone : NULL); in core()
769 if (fp_zone != NULL) in core()
770 kmem_free(fp_zone, MAXPATHLEN); in core()