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

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Duucico.c915 FILE *tzfp; local
920 if ( (tzfp = fopen("/etc/TIMEZONE","r")) == (FILE *)NULL )
922 while ( (bp = fgets(buf,LINELEN,tzfp)) != (char *)NULL ) {
929 (void)fclose(tzfp);
933 (void)fclose(tzfp);

Completed in 198 milliseconds