mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	1999-04-28 Ulrich Drepper <drepper@cygnus.com> * argp/argp-ba.c (argp_program_bug_address): Don't initialize with 0. * argp/argp-parse.c (_argp_hang): Likewise. * argp/argp-pv.c (argp_program_version): Likewise. * argp/argp-pvh.c (argp_program_version_hook): Likewise. * inet/ether_hton.c (ether_hton, startp): Likewise. * inet/ether_ntoh.c (ether_ntoh, startp): Likewise. * inet/getnetgrent_r.c (setup, startp): Likewise. * intl/loadmsgcat.c (_nl_msg_cat_cntr): Likewise. * intl/localealias.c (string_space, string_space_act, string_space_max, nmap, maxmap): Likewise. * libio/iopopen.c (proc_file_chain): Likewise. * libio/oldiopopen.c (old_proc_file_chain): Likewise. * locale/lc-collate.c (__collate_table, __collate_extra, __collate_element_hash, __collate_element_strings, __collate_element_values): Likewise. * malloc/mcheck.c (mcheck_used): Likewise. * malloc/mtrace.c (added_atexit_handler): Likewise. * malloc/set-freeres.c (already_called): Likewise. * misc/getpass.c (getpass) [buf, bufsize]: Likewise. * misc/syslog.c (LogStat, LogTag): Likewise. * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Likewise. * nss/getXXbyYY_r.c (startp): Likewise. * posix/getopt.c (optarg, __getopt_initialized): Likewise. * posix/regex.c (init_syntax_once) [done]: Likewise. (debug): Likewise. * string/strfry.c (init): Likewise. * sunrpc/svc_run.c (svc_top): Likewise. * posix/euidaccess.c (have_ids): Likewise. * sysdeps/unix/sysv/linux/poll.c (must_emulate): Likewise. * sysdeps/unix/sysv/linux/ttyname.c (__ttyname, namelen): Likewise. * time/getdate.c (getdate_err): Likewise. * time/tzfile.c (transitions, type_idxs, types, zone_names, leaps): Likewise. * time/tzset.c (old_tz, is_initialized): Likewise. * inet/getnameinfo.c (nrl_domainname): Rewrite to allow initialization of static data with zero. * signal/allocrtsig.c (init): Likewise. * string/Makefile (routines): Add strchrnul. * string/Versions [GLIBC_2.1.1]: Add strchrnul. * string/string.c: Add strchrnul prototype. * include/string.h: Add __strchrnul prototype. * sysdeps/generic/strchrnul.c: New file. * sysdeps/i386/strchrnul.S: New file. * sysdeps/i386/bits/string.c: Add strchrnul optimization. * sysdeps/i386/i486/bits/string.c: Likewise. * argp/argp-help.c (argp_args_usage): Use __strchrnul. * inet/ether_line.c (ether_line): Likewise. * nscd/nscd_conf.c (nscd_parse_file): Likewise. * nss/nsswitch.c (nss_parse_file): Likewise. * posix/execvp.c (execvp): Likewise. * posix/fnmatch.c (internal_fnmatch): Likewise. * resolv/res_hconf.c (_res_hconv_init): Likewise. * resolv/res_init.c (res_init): Likewise. * stdlib/fmtmsg.c (init): Likewise. * stdlib/getsubopt.c (getsubopt): Likewise. * catgets/catgets.c (catopen): Only allocate one memory block. (catclose): Only one free call necessary. * catgets/open_catalog.c (__open_catalog): Simplify handling of file descriptor. * ctype/ctype-extn.c: Make __toascii_l and __isascii_l alias instead of real functions. Simplify _tolower and _toupper. * grp/initgroups.c (compat_call): Remove unnecessary use of pointer variable. * iconv/gconv.h (struct gconv_info): Change data element from pointer to array of size 0. * iconv/gconv_open.c (__gconv_open): Allocate structures accordingly. * iconv/gconv_close.c (__gconv_close): Don't free data. * iconv/gconv_conf.c (add_alias): Avoid searching in tree twice to insert new alias. * iconv/gconv_db.c (add_derivation): More efficient copying. Check for error while inserting in tree. * include/time.h: Pretty print. * inet/ruserpass.c: Rewrite use of toktab to avoid string pointers in table and lots of relocations. * posix/regex.c (regerror): Rewrite use of re_error_msgid to avoid string pointers in table and lots of relocations. * intl/finddomain.c: Remove definition of strchr macro. * io/ftw.c (nftw_arr, ftw_arr): Make const. * locale/loadlocale.c (_nl_load_locale): Optimize string copying. * locale/localeinfo.h (_nl_category_names): Change into an array with fixed width char string elements. * locale/setlocale.c (_nl_category_names): Likewise. (_nl_current): Make global. * locale/nl_langinfo.c (nldata): Removed. Use _nl_current now. * malloc/Makefile (distribute): Add stackinfo.h. * sysdeps/generic/stackinfo.h: New file. * sysdeps/i386/stackinfo.h: New file. * posix/execl.c: Use stackinfo.h in optimizing alloca use. * posix/execle.c: Likewise. * posix/execlp.c: Likewise. * nis/nis_table.c (__create_ib_request): Always use realloc. * posix/execvp.c (execute): Rename to script_execute and keep only code to execute using shell. (execvp): Call execv directly and only fall back on script_execute. * resolv/inet_net_pton.c (inet_net_pton_ipv4): Remove digits define and always use xdigits instead. * resolv/res_init.c (res_init): Use rawmemchr instead of strchr where appropriate. * stdlib/fpioconst.h (__tens): New declaration. (struct mp_power): Remove array, add arrayoff element. * stdlib/fpioconst.c: Replace definitions of _ten_p* arrays by one __tens array and add in _fpioconst_pow10 offsets into __tens. * stdio-common/printf_fp.c: Rewrite to use new __tens array. * stdlib/strtod.c: Likewise. * stdlib/a64l.c (a64l_table): Avoid unnecessary elements. * stdlib/exit.c: Rewrite to use __exit_funcs being as sign for end of the list. * stdlib/atexit.c (__exit_funcs): Don't initialize. * stdlib/fmtmsg.c (keywords): Make name element fixed width array. * sunrpc/clnt_perr.c: Rewrite clnt_sperrno and auth_errmsg to use a single and an array with offsets. * sunrpc/des_soft.c (partab): Make it const. * sunrpc/key_call.c (trytimeout, tottimeout): Make const. (__key_encryptsession_pk_LOCAL): Don't initialize with 0. (__key_decryptsession_pk_LOCAL): Likewise. (__key_gendes_LOCAL): Likewise. (MESSENGER): Mark const. (key_call_private_main): Don't initialize with 0. (use_keyenvoy): Don't initialize with 0. (key_call): Rewrite to reverse logic of use_doors variable. * sunrpc/netname.c (OPSYS): Define as array, not pointer. (startp): Don't initialize with zero. * sunrpc/openchild.c (_openchild): Make first argument const. * sunrpc/pmap_rmt.c (timeout): Mark const. * sunrpc/xcrypt.c (hex): Likewise. * sysdeps/unix/sysv/linux/getcwd.c: Rewrite to allow omitting initialization of global variables. * sysdeps/unix/sysv/linux/getpt.c: Likewise. * sysdeps/unix/sysv/linux/if_index.c: Likewise. * termios/tcgetsid.c: Likewise. * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags): Change fxsr to osfxsr. * time/tzfile.c (__tzfile_read): Rewrite to allocate only one memory block. Add function to free memory if wanted. * time/tzset.c (tzset_internal): Pass extra argument to __tzfile_read. * wcsmbs/wcsmbsload.c (to_wc, to_mb): Correct initializers. * wcsmbs/wmemset.c: Little code optimization.
		
			
				
	
	
		
			563 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			563 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
| /* Copyright (C) 1991,92,93,95,96,97,98,99 Free Software Foundation, Inc.
 | ||
|    This file is part of the GNU C Library.
 | ||
| 
 | ||
|    The GNU C Library is free software; you can redistribute it and/or
 | ||
|    modify it under the terms of the GNU Library General Public License as
 | ||
|    published by the Free Software Foundation; either version 2 of the
 | ||
|    License, or (at your option) any later version.
 | ||
| 
 | ||
|    The GNU C Library is distributed in the hope that it will be useful,
 | ||
|    but WITHOUT ANY WARRANTY; without even the implied warranty of
 | ||
|    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 | ||
|    Library General Public License for more details.
 | ||
| 
 | ||
|    You should have received a copy of the GNU Library General Public
 | ||
|    License along with the GNU C Library; see the file COPYING.LIB.  If not,
 | ||
|    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 | ||
|    Boston, MA 02111-1307, USA.  */
 | ||
| 
 | ||
| #include <assert.h>
 | ||
| #include <limits.h>
 | ||
| #include <stdio.h>
 | ||
| #include <stdlib.h>
 | ||
| #include <string.h>
 | ||
| #include <time.h>
 | ||
| #include <unistd.h>
 | ||
| 
 | ||
| #define	NOID
 | ||
| #include <timezone/tzfile.h>
 | ||
| 
 | ||
| int __use_tzfile;
 | ||
| 
 | ||
| struct ttinfo
 | ||
|   {
 | ||
|     long int offset;		/* Seconds east of GMT.  */
 | ||
|     unsigned char isdst;	/* Used to set tm_isdst.  */
 | ||
|     unsigned char idx;		/* Index into `zone_names'.  */
 | ||
|     unsigned char isstd;	/* Transition times are in standard time.  */
 | ||
|     unsigned char isgmt;	/* Transition times are in GMT.  */
 | ||
|   };
 | ||
| 
 | ||
| struct leap
 | ||
|   {
 | ||
|     time_t transition;		/* Time the transition takes effect.  */
 | ||
|     long int change;		/* Seconds of correction to apply.  */
 | ||
|   };
 | ||
| 
 | ||
| static struct ttinfo *find_transition (time_t timer) internal_function;
 | ||
| static void compute_tzname_max (size_t) internal_function;
 | ||
| 
 | ||
| static size_t num_transitions;
 | ||
| static time_t *transitions;
 | ||
| static unsigned char *type_idxs;
 | ||
| static size_t num_types;
 | ||
| static struct ttinfo *types;
 | ||
| static char *zone_names;
 | ||
| static long int rule_stdoff;
 | ||
| static long int rule_dstoff;
 | ||
| static size_t num_leaps;
 | ||
| static struct leap *leaps;
 | ||
| 
 | ||
| #include <endian.h>
 | ||
| #include <byteswap.h>
 | ||
| 
 | ||
| /* Decode the four bytes at PTR as a signed integer in network byte order.  */
 | ||
| static inline int
 | ||
| decode (const void *ptr)
 | ||
| {
 | ||
|   if ((BYTE_ORDER == BIG_ENDIAN) && sizeof (int) == 4)
 | ||
|     return *(const int *) ptr;
 | ||
|   else if (BYTE_ORDER == LITTLE_ENDIAN && sizeof (int) == 4)
 | ||
|     return bswap_32 (*(const int *) ptr);
 | ||
|   else
 | ||
|     {
 | ||
|       const unsigned char *p = ptr;
 | ||
|       int result = *p & (1 << (CHAR_BIT - 1)) ? ~0 : 0;
 | ||
| 
 | ||
|       result = (result << 8) | *p++;
 | ||
|       result = (result << 8) | *p++;
 | ||
|       result = (result << 8) | *p++;
 | ||
|       result = (result << 8) | *p++;
 | ||
| 
 | ||
|       return result;
 | ||
|     }
 | ||
| }
 | ||
| 
 | ||
| void
 | ||
| __tzfile_read (const char *file, size_t extra, char **extrap)
 | ||
| {
 | ||
|   static const char default_tzdir[] = TZDIR;
 | ||
|   size_t num_isstd, num_isgmt;
 | ||
|   register FILE *f;
 | ||
|   struct tzhead tzhead;
 | ||
|   size_t chars;
 | ||
|   register size_t i;
 | ||
|   size_t total_size;
 | ||
|   size_t types_idx;
 | ||
|   size_t leaps_idx;
 | ||
| 
 | ||
|   __use_tzfile = 0;
 | ||
| 
 | ||
|   if (transitions != NULL)
 | ||
|     free ((void *) transitions);
 | ||
|   transitions = NULL;
 | ||
| 
 | ||
|   if (file == NULL)
 | ||
|     /* No user specification; use the site-wide default.  */
 | ||
|     file = TZDEFAULT;
 | ||
|   else if (*file == '\0')
 | ||
|     /* User specified the empty string; use UTC with no leap seconds.  */
 | ||
|     return;
 | ||
|   else
 | ||
|     {
 | ||
|       /* We must not allow to read an arbitrary file in a setuid
 | ||
| 	 program.  So we fail for any file which is not in the
 | ||
| 	 directory hierachy starting at TZDIR
 | ||
| 	 and which is not the system wide default TZDEFAULT.  */
 | ||
|       if (__libc_enable_secure
 | ||
| 	  && ((*file == '/'
 | ||
| 	       && memcmp (file, TZDEFAULT, sizeof TZDEFAULT)
 | ||
| 	       && memcmp (file, default_tzdir, sizeof (default_tzdir) - 1))
 | ||
| 	      || strstr (file, "../") != NULL))
 | ||
| 	/* This test is certainly a bit too restrictive but it should
 | ||
| 	   catch all critical cases.  */
 | ||
| 	return;
 | ||
|     }
 | ||
| 
 | ||
|   if (*file != '/')
 | ||
|     {
 | ||
|       const char *tzdir;
 | ||
|       unsigned int len, tzdir_len;
 | ||
|       char *new, *tmp;
 | ||
| 
 | ||
|       tzdir = __secure_getenv ("TZDIR");
 | ||
|       if (tzdir == NULL || *tzdir == '\0')
 | ||
| 	{
 | ||
| 	  tzdir = default_tzdir;
 | ||
| 	  tzdir_len = sizeof (default_tzdir) - 1;
 | ||
| 	}
 | ||
|       else
 | ||
| 	tzdir_len = strlen (tzdir);
 | ||
|       len = strlen (file) + 1;
 | ||
|       new = (char *) __alloca (tzdir_len + 1 + len);
 | ||
|       tmp = __mempcpy (new, tzdir, tzdir_len);
 | ||
|       *tmp++ = '/';
 | ||
|       memcpy (tmp, file, len);
 | ||
|       file = new;
 | ||
|     }
 | ||
| 
 | ||
|   f = fopen (file, "r");
 | ||
|   if (f == NULL)
 | ||
|     return;
 | ||
| 
 | ||
|   if (fread_unlocked ((void *) &tzhead, sizeof (tzhead), 1, f) != 1)
 | ||
|     goto lose;
 | ||
| 
 | ||
|   num_transitions = (size_t) decode (tzhead.tzh_timecnt);
 | ||
|   num_types = (size_t) decode (tzhead.tzh_typecnt);
 | ||
|   chars = (size_t) decode (tzhead.tzh_charcnt);
 | ||
|   num_leaps = (size_t) decode (tzhead.tzh_leapcnt);
 | ||
|   num_isstd = (size_t) decode (tzhead.tzh_ttisstdcnt);
 | ||
|   num_isgmt = (size_t) decode (tzhead.tzh_ttisgmtcnt);
 | ||
| 
 | ||
|   total_size = num_transitions * (sizeof (time_t) + 1);
 | ||
|   total_size = ((total_size + __alignof__ (struct ttinfo) - 1)
 | ||
| 		& ~(__alignof__ (struct ttinfo) - 1));
 | ||
|   types_idx = total_size;
 | ||
|   total_size += num_types * sizeof (struct ttinfo) + chars;
 | ||
|   total_size = ((total_size + __alignof__ (struct leap) - 1)
 | ||
| 		& ~(__alignof__ (struct leap) - 1));
 | ||
|   leaps_idx = total_size;
 | ||
|   total_size += num_leaps * sizeof (struct leap);
 | ||
|   /* This is for the extra memory required by the caller.  */
 | ||
|   total_size += extra;
 | ||
| 
 | ||
|   transitions = (time_t *) malloc (total_size);
 | ||
|   if (transitions == NULL)
 | ||
|     goto lose;
 | ||
| 
 | ||
|   type_idxs = (unsigned char *) transitions + (num_transitions
 | ||
| 					       * sizeof (time_t));
 | ||
|   types = (struct ttinfo *) ((char *) transitions + types_idx);
 | ||
|   zone_names = (char *) types + num_types * sizeof (struct ttinfo);
 | ||
|   leaps = (struct leap *) ((char *) transitions + leaps_idx);
 | ||
|   if (extra > 0)
 | ||
|     *extrap = (char *) &leaps[num_leaps];
 | ||
| 
 | ||
|   if (sizeof (time_t) < 4)
 | ||
|     abort ();
 | ||
| 
 | ||
|   if (sizeof (time_t) == 4)
 | ||
|     {
 | ||
|       if (fread_unlocked (transitions, 1, (4 + 1) * num_transitions, f)
 | ||
| 	  != (4 + 1) * num_transitions)
 | ||
| 	goto lose;
 | ||
|     }
 | ||
|   else
 | ||
|     {
 | ||
|       if (fread_unlocked (transitions, 4, num_transitions, f)
 | ||
| 	  != num_transitions
 | ||
| 	  || fread_unlocked (type_idxs, 1, num_transitions, f)
 | ||
| 	  != num_transitions)
 | ||
| 	goto lose;
 | ||
|     }
 | ||
| 
 | ||
|   /* Check for bogus indices in the data file, so we can hereafter
 | ||
|      safely use type_idxs[T] as indices into `types' and never crash.  */
 | ||
|   for (i = 0; i < num_transitions; ++i)
 | ||
|     if (type_idxs[i] >= num_types)
 | ||
|       goto lose;
 | ||
| 
 | ||
|   if (BYTE_ORDER != BIG_ENDIAN || sizeof (time_t) != 4)
 | ||
|     {
 | ||
|       /* Decode the transition times, stored as 4-byte integers in
 | ||
| 	 network (big-endian) byte order.  We work from the end of
 | ||
| 	 the array so as not to clobber the next element to be
 | ||
| 	 processed when sizeof (time_t) > 4.  */
 | ||
|       i = num_transitions;
 | ||
|       while (i-- > 0)
 | ||
| 	transitions[i] = decode ((char *) transitions + i * 4);
 | ||
|     }
 | ||
| 
 | ||
|   for (i = 0; i < num_types; ++i)
 | ||
|     {
 | ||
|       unsigned char x[4];
 | ||
|       int c;
 | ||
|       if (fread_unlocked (x, 1, sizeof (x), f) != sizeof (x))
 | ||
| 	goto lose;
 | ||
|       c = getc_unlocked (f);
 | ||
|       if ((unsigned int) c > 1u)
 | ||
| 	goto lose;
 | ||
|       types[i].isdst = c;
 | ||
|       c = getc_unlocked (f);
 | ||
|       if ((size_t) c > chars) /* Bogus index in data file.  */
 | ||
| 	goto lose;
 | ||
|       types[i].idx = c;
 | ||
|       types[i].offset = (long int) decode (x);
 | ||
|     }
 | ||
| 
 | ||
|   if (fread_unlocked (zone_names, 1, chars, f) != chars)
 | ||
|     goto lose;
 | ||
| 
 | ||
|   for (i = 0; i < num_leaps; ++i)
 | ||
|     {
 | ||
|       unsigned char x[4];
 | ||
|       if (fread_unlocked (x, 1, sizeof (x), f) != sizeof (x))
 | ||
| 	goto lose;
 | ||
|       leaps[i].transition = (time_t) decode (x);
 | ||
|       if (fread_unlocked (x, 1, sizeof (x), f) != sizeof (x))
 | ||
| 	goto lose;
 | ||
|       leaps[i].change = (long int) decode (x);
 | ||
|     }
 | ||
| 
 | ||
|   for (i = 0; i < num_isstd; ++i)
 | ||
|     {
 | ||
|       int c = getc_unlocked (f);
 | ||
|       if (c == EOF)
 | ||
| 	goto lose;
 | ||
|       types[i].isstd = c != 0;
 | ||
|     }
 | ||
|   while (i < num_types)
 | ||
|     types[i++].isstd = 0;
 | ||
| 
 | ||
|   for (i = 0; i < num_isgmt; ++i)
 | ||
|     {
 | ||
|       int c = getc_unlocked (f);
 | ||
|       if (c == EOF)
 | ||
| 	goto lose;
 | ||
|       types[i].isgmt = c != 0;
 | ||
|     }
 | ||
|   while (i < num_types)
 | ||
|     types[i++].isgmt = 0;
 | ||
| 
 | ||
|   fclose (f);
 | ||
| 
 | ||
|   /* First "register" all timezone names.  */
 | ||
|   for (i = 0; i < num_types; ++i)
 | ||
|     (void) __tzstring (&zone_names[types[i].idx]);
 | ||
| 
 | ||
|   /* Find the standard and daylight time offsets used by the rule file.
 | ||
|      We choose the offsets in the types of each flavor that are
 | ||
|      transitioned to earliest in time.  */
 | ||
|   __tzname[0] = NULL;
 | ||
|   __tzname[1] = NULL;
 | ||
|   for (i = num_transitions; i > 0; )
 | ||
|     {
 | ||
|       int type = type_idxs[--i];
 | ||
|       int dst = types[type].isdst;
 | ||
| 
 | ||
|       if (__tzname[dst] == NULL)
 | ||
| 	{
 | ||
| 	  int idx = types[type].idx;
 | ||
| 
 | ||
| 	  __tzname[dst] = __tzstring (&zone_names[idx]);
 | ||
| 
 | ||
| 	  if (__tzname[1 - dst] != NULL)
 | ||
| 	    break;
 | ||
| 	}
 | ||
|     }
 | ||
|   if (__tzname[0] == NULL)
 | ||
|     {
 | ||
|       /* This should only happen if there are no transition rules.
 | ||
| 	 In this case there should be only one single type.  */
 | ||
|       assert (num_types == 1);
 | ||
|       __tzname[0] = __tzstring (zone_names);
 | ||
|     }
 | ||
|   if (__tzname[1] == NULL)
 | ||
|     __tzname[1] = __tzname[0];
 | ||
| 
 | ||
|   compute_tzname_max (chars);
 | ||
| 
 | ||
|   if (num_transitions == 0)
 | ||
|     /* Use the first rule (which should also be the only one).  */
 | ||
|     rule_stdoff = rule_dstoff = types[0].offset;
 | ||
|   else
 | ||
|     {
 | ||
|       int stdoff_set = 0, dstoff_set = 0;
 | ||
|       rule_stdoff = rule_dstoff = 0;
 | ||
|       i = num_transitions - 1;
 | ||
|       do
 | ||
| 	{
 | ||
| 	  if (!stdoff_set && !types[type_idxs[i]].isdst)
 | ||
| 	    {
 | ||
| 	      stdoff_set = 1;
 | ||
| 	      rule_stdoff = types[type_idxs[i]].offset;
 | ||
| 	    }
 | ||
| 	  else if (!dstoff_set && types[type_idxs[i]].isdst)
 | ||
| 	    {
 | ||
| 	      dstoff_set = 1;
 | ||
| 	      rule_dstoff = types[type_idxs[i]].offset;
 | ||
| 	    }
 | ||
| 	  if (stdoff_set && dstoff_set)
 | ||
| 	    break;
 | ||
| 	}
 | ||
|       while (i-- > 0);
 | ||
| 
 | ||
|       if (!dstoff_set)
 | ||
| 	rule_dstoff = rule_stdoff;
 | ||
|     }
 | ||
| 
 | ||
|   __daylight = rule_stdoff != rule_dstoff;
 | ||
|   __timezone = -rule_stdoff;
 | ||
| 
 | ||
|   __use_tzfile = 1;
 | ||
|   return;
 | ||
| 
 | ||
|  lose:
 | ||
|   fclose (f);
 | ||
| }
 | ||
| 
 | ||
| /* The user specified a hand-made timezone, but not its DST rules.
 | ||
|    We will use the names and offsets from the user, and the rules
 | ||
|    from the TZDEFRULES file.  */
 | ||
| 
 | ||
| void
 | ||
| __tzfile_default (const char *std, const char *dst,
 | ||
| 		  long int stdoff, long int dstoff)
 | ||
| {
 | ||
|   size_t stdlen = strlen (std) + 1;
 | ||
|   size_t dstlen = strlen (dst) + 1;
 | ||
|   size_t i;
 | ||
|   int isdst;
 | ||
|   char *cp;
 | ||
| 
 | ||
|   __tzfile_read (TZDEFRULES, stdlen + dstlen, &cp);
 | ||
|   if (!__use_tzfile)
 | ||
|     return;
 | ||
| 
 | ||
|   if (num_types < 2)
 | ||
|     {
 | ||
|       __use_tzfile = 0;
 | ||
|       return;
 | ||
|     }
 | ||
| 
 | ||
|   /* Ignore the zone names read from the file and use the given ones
 | ||
|      instead.  */
 | ||
|   __mempcpy (__mempcpy (cp, std, stdlen), dst, dstlen);
 | ||
|   zone_names = cp;
 | ||
| 
 | ||
|   /* Now there are only two zones, regardless of what the file contained.  */
 | ||
|   num_types = 2;
 | ||
| 
 | ||
|   /* Now correct the transition times for the user-specified standard and
 | ||
|      daylight offsets from GMT.  */
 | ||
|   isdst = 0;
 | ||
|   for (i = 0; i < num_transitions; ++i)
 | ||
|     {
 | ||
|       struct ttinfo *trans_type = &types[type_idxs[i]];
 | ||
| 
 | ||
|       /* We will use only types 0 (standard) and 1 (daylight).
 | ||
| 	 Fix up this transition to point to whichever matches
 | ||
| 	 the flavor of its original type.  */
 | ||
|       type_idxs[i] = trans_type->isdst;
 | ||
| 
 | ||
|       if (trans_type->isgmt)
 | ||
| 	/* The transition time is in GMT.  No correction to apply.  */ ;
 | ||
|       else if (isdst && !trans_type->isstd)
 | ||
| 	/* The type says this transition is in "local wall clock time", and
 | ||
| 	   wall clock time as of the previous transition was DST.  Correct
 | ||
| 	   for the difference between the rule's DST offset and the user's
 | ||
| 	   DST offset.  */
 | ||
| 	transitions[i] += dstoff - rule_dstoff;
 | ||
|       else
 | ||
| 	/* This transition is in "local wall clock time", and wall clock
 | ||
| 	   time as of this iteration is non-DST.  Correct for the
 | ||
| 	   difference between the rule's standard offset and the user's
 | ||
| 	   standard offset.  */
 | ||
| 	transitions[i] += stdoff - rule_stdoff;
 | ||
| 
 | ||
|       /* The DST state of "local wall clock time" for the next iteration is
 | ||
| 	 as specified by this transition.  */
 | ||
|       isdst = trans_type->isdst;
 | ||
|     }
 | ||
| 
 | ||
|   /* Reset types 0 and 1 to describe the user's settings.  */
 | ||
|   types[0].idx = 0;
 | ||
|   types[0].offset = stdoff;
 | ||
|   types[0].isdst = 0;
 | ||
|   types[1].idx = stdlen;
 | ||
|   types[1].offset = dstoff;
 | ||
|   types[1].isdst = 1;
 | ||
| 
 | ||
|   /* Reset the zone names to point to the user's names.  */
 | ||
|   __tzname[0] = (char *) std;
 | ||
|   __tzname[1] = (char *) dst;
 | ||
| 
 | ||
|   /* Set the timezone.  */
 | ||
|   __timezone = -types[0].offset;
 | ||
| 
 | ||
|   compute_tzname_max (stdlen + dstlen);
 | ||
| }
 | ||
| 
 | ||
| static struct ttinfo *
 | ||
| internal_function
 | ||
| find_transition (time_t timer)
 | ||
| {
 | ||
|   size_t i;
 | ||
| 
 | ||
|   if (num_transitions == 0 || timer < transitions[0])
 | ||
|     {
 | ||
|       /* TIMER is before any transition (or there are no transitions).
 | ||
| 	 Choose the first non-DST type
 | ||
| 	 (or the first if they're all DST types).  */
 | ||
|       i = 0;
 | ||
|       while (i < num_types && types[i].isdst)
 | ||
| 	++i;
 | ||
|       if (i == num_types)
 | ||
| 	i = 0;
 | ||
|     }
 | ||
|   else
 | ||
|     {
 | ||
|       /* Find the first transition after TIMER, and
 | ||
| 	 then pick the type of the transition before it.  */
 | ||
|       for (i = 1; i < num_transitions; ++i)
 | ||
| 	if (timer < transitions[i])
 | ||
| 	  break;
 | ||
|       i = type_idxs[i - 1];
 | ||
|     }
 | ||
| 
 | ||
|   return &types[i];
 | ||
| }
 | ||
| 
 | ||
| int
 | ||
| __tzfile_compute (time_t timer, int use_localtime,
 | ||
| 		  long int *leap_correct, int *leap_hit,
 | ||
| 		  struct tm *tp)
 | ||
| {
 | ||
|   register size_t i;
 | ||
| 
 | ||
|   if (use_localtime)
 | ||
|     {
 | ||
|       struct ttinfo *info = find_transition (timer);
 | ||
|       __daylight = rule_stdoff != rule_dstoff;
 | ||
|       __timezone = -rule_stdoff;
 | ||
|       __tzname[0] = NULL;
 | ||
|       __tzname[1] = NULL;
 | ||
|       for (i = num_transitions; i > 0; )
 | ||
| 	{
 | ||
| 	  int type = type_idxs[--i];
 | ||
| 	  int dst = types[type].isdst;
 | ||
| 	  int idx = types[type].idx;
 | ||
| 
 | ||
| 	  if (__tzname[dst] == NULL)
 | ||
| 	    {
 | ||
| 	      __tzname[dst] = __tzstring (&zone_names[idx]);
 | ||
| 
 | ||
| 	      if (__tzname[1 - dst] != NULL)
 | ||
| 		break;
 | ||
| 	    }
 | ||
| 	}
 | ||
|       if (__tzname[0] == NULL)
 | ||
| 	{
 | ||
| 	  /* This should only happen if there are no transition rules.
 | ||
| 	     In this case there should be only one single type.  */
 | ||
| 	  assert (num_types == 1);
 | ||
| 	  __tzname[0] = __tzstring (zone_names);
 | ||
| 	}
 | ||
|       if (__tzname[1] == NULL)
 | ||
| 	/* There is no daylight saving time.  */
 | ||
| 	__tzname[1] = __tzname[0];
 | ||
|       tp->tm_isdst = info->isdst;
 | ||
|       tp->tm_zone = &zone_names[info->idx];
 | ||
|       tp->tm_gmtoff = info->offset;
 | ||
|     }
 | ||
| 
 | ||
|   *leap_correct = 0L;
 | ||
|   *leap_hit = 0;
 | ||
| 
 | ||
|   /* Find the last leap second correction transition time before TIMER.  */
 | ||
|   i = num_leaps;
 | ||
|   do
 | ||
|     if (i-- == 0)
 | ||
|       return 1;
 | ||
|   while (timer < leaps[i].transition);
 | ||
| 
 | ||
|   /* Apply its correction.  */
 | ||
|   *leap_correct = leaps[i].change;
 | ||
| 
 | ||
|   if (timer == leaps[i].transition && /* Exactly at the transition time.  */
 | ||
|       ((i == 0 && leaps[i].change > 0) ||
 | ||
|        leaps[i].change > leaps[i - 1].change))
 | ||
|     {
 | ||
|       *leap_hit = 1;
 | ||
|       while (i > 0
 | ||
| 	     && leaps[i].transition == leaps[i - 1].transition + 1
 | ||
| 	     && leaps[i].change == leaps[i - 1].change + 1)
 | ||
| 	{
 | ||
| 	  ++*leap_hit;
 | ||
| 	  --i;
 | ||
| 	}
 | ||
|     }
 | ||
| 
 | ||
|   return 1;
 | ||
| }
 | ||
| 
 | ||
| static void
 | ||
| internal_function
 | ||
| compute_tzname_max (size_t chars)
 | ||
| {
 | ||
|   const char *p;
 | ||
| 
 | ||
|   p = zone_names;
 | ||
|   do
 | ||
|     {
 | ||
|       const char *start = p;
 | ||
|       while (*p != '\0')
 | ||
| 	++p;
 | ||
|       if ((size_t) (p - start) > __tzname_cur_max)
 | ||
| 	__tzname_cur_max = p - start;
 | ||
|     }
 | ||
|   while (++p < &zone_names[chars]);
 | ||
| }
 | ||
| 
 | ||
| /* This function is only called when we are checking for memory leaks.  */
 | ||
| static void
 | ||
| freeres (void)
 | ||
| {
 | ||
|   if (transitions != NULL)
 | ||
|     free ((void *) transitions);
 | ||
| }
 | ||
| 
 | ||
| /* Make sure all allocated data is freed before exiting.  */
 | ||
| text_set_element (__libc_subfreeres, freeres);
 |