tmpdst           2730 maint/gnulib/lib/vasnprintf.c                   DCHAR_T *tmpdst;
tmpdst           2853 maint/gnulib/lib/vasnprintf.c                   tmpdst =
tmpdst           2859 maint/gnulib/lib/vasnprintf.c                   if (tmpdst == NULL)
tmpdst           2959 maint/gnulib/lib/vasnprintf.c                                           { free (tmpdst); goto out_of_memory; });
tmpdst           2960 maint/gnulib/lib/vasnprintf.c                   DCHAR_CPY (result + length, tmpdst, tmpdst_len);
tmpdst           2961 maint/gnulib/lib/vasnprintf.c                   free (tmpdst);
tmpdst           3025 maint/gnulib/lib/vasnprintf.c                   DCHAR_T *tmpdst;
tmpdst           3079 maint/gnulib/lib/vasnprintf.c                   tmpdst =
tmpdst           3085 maint/gnulib/lib/vasnprintf.c                   if (tmpdst == NULL)
tmpdst           3163 maint/gnulib/lib/vasnprintf.c                                           { free (tmpdst); goto out_of_memory; });
tmpdst           3164 maint/gnulib/lib/vasnprintf.c                   DCHAR_CPY (result + length, tmpdst, tmpdst_len);
tmpdst           3165 maint/gnulib/lib/vasnprintf.c                   free (tmpdst);
tmpdst           5590 maint/gnulib/lib/vasnprintf.c                         DCHAR_T *tmpdst;
tmpdst           5599 maint/gnulib/lib/vasnprintf.c                         tmpdst =
tmpdst           5605 maint/gnulib/lib/vasnprintf.c                         if (tmpdst == NULL)
tmpdst           5615 maint/gnulib/lib/vasnprintf.c                                                 { free (tmpdst); goto out_of_memory; });
tmpdst           5616 maint/gnulib/lib/vasnprintf.c                         DCHAR_CPY (result + length, tmpdst, tmpdst_len);
tmpdst           5617 maint/gnulib/lib/vasnprintf.c                         free (tmpdst);
tmpdst           5632 maint/gnulib/lib/vasnprintf.c                             DCHAR_T *tmpdst;
tmpdst           5654 maint/gnulib/lib/vasnprintf.c                             tmpdst = result + length;
tmpdst           5657 maint/gnulib/lib/vasnprintf.c                             tmpdst += count;
tmpdst           5659 maint/gnulib/lib/vasnprintf.c                               *--tmpdst = *--tmpsrc;