d                  95 gnulib-tests/printf-parse.c   d->count = 0;
d                  97 gnulib-tests/printf-parse.c   d->dir = d->direct_alloc_dir;
d                 143 gnulib-tests/printf-parse.c           DIRECTIVE *dp = &d->dir[d->count]; /* pointer to next directive */
d                 584 gnulib-tests/printf-parse.c           d->count++;
d                 585 gnulib-tests/printf-parse.c           if (d->count >= d_allocated)
d                 595 gnulib-tests/printf-parse.c               memory = (DIRECTIVE *) (d->dir != d->direct_alloc_dir
d                 596 gnulib-tests/printf-parse.c                                       ? realloc (d->dir, memory_size)
d                 601 gnulib-tests/printf-parse.c               if (d->dir == d->direct_alloc_dir)
d                 602 gnulib-tests/printf-parse.c                 memcpy (memory, d->dir, d->count * sizeof (DIRECTIVE));
d                 603 gnulib-tests/printf-parse.c               d->dir = memory;
d                 614 gnulib-tests/printf-parse.c   d->dir[d->count].dir_start = cp;
d                 616 gnulib-tests/printf-parse.c   d->max_width_length = max_width_length;
d                 617 gnulib-tests/printf-parse.c   d->max_precision_length = max_precision_length;
d                 623 gnulib-tests/printf-parse.c   if (d->dir != d->direct_alloc_dir)
d                 624 gnulib-tests/printf-parse.c     free (d->dir);
d                 631 gnulib-tests/printf-parse.c   if (d->dir != d->direct_alloc_dir)
d                 632 gnulib-tests/printf-parse.c     free (d->dir);
d                  31 gnulib-tests/test-signal.c   sigset_t d;
d                  65 gnulib-tests/test-stdbool.c char d[(bool) 0.5 == true ? 1 : -1];
d                 915 gnulib-tests/vasnprintf.c       mp_limb_t d;
d                 917 gnulib-tests/vasnprintf.c       d = (int) y;
d                 918 gnulib-tests/vasnprintf.c       y -= d;
d                 921 gnulib-tests/vasnprintf.c       m.limbs[LDBL_MANT_BIT / GMP_LIMB_BITS] = d;
d                1003 gnulib-tests/vasnprintf.c       mp_limb_t d;
d                1005 gnulib-tests/vasnprintf.c       d = (int) y;
d                1006 gnulib-tests/vasnprintf.c       y -= d;
d                1009 gnulib-tests/vasnprintf.c       m.limbs[DBL_MANT_BIT / GMP_LIMB_BITS] = d;
d                1750 gnulib-tests/vasnprintf.c   DIRECTIVES d;
d                1753 gnulib-tests/vasnprintf.c   if (PRINTF_PARSE (format, &d, &a) < 0)
d                1758 gnulib-tests/vasnprintf.c   if (d.dir != d.direct_alloc_dir)                                      \
d                1759 gnulib-tests/vasnprintf.c     free (d.dir);                                                       \
d                1785 gnulib-tests/vasnprintf.c       xsum4 (7, d.max_width_length, d.max_precision_length, 6);
d                1844 gnulib-tests/vasnprintf.c     for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++)
d                1867 gnulib-tests/vasnprintf.c         if (i == d.count)
d                 207 lib/diffseq.h        OFFSET d;                 /* Active diagonal. */
d                 219 lib/diffseq.h        for (d = fmax; d >= fmin; d -= 2)
d                 223 lib/diffseq.h            OFFSET tlo = fd[d - 1];
d                 224 lib/diffseq.h            OFFSET thi = fd[d + 1];
d                 227 lib/diffseq.h            for (x = x0, y = x0 - d;
d                 233 lib/diffseq.h            fd[d] = x;
d                 234 lib/diffseq.h            if (odd && bmin <= d && d <= bmax && bd[d] <= x)
d                 252 lib/diffseq.h        for (d = bmax; d >= bmin; d -= 2)
d                 256 lib/diffseq.h            OFFSET tlo = bd[d - 1];
d                 257 lib/diffseq.h            OFFSET thi = bd[d + 1];
d                 260 lib/diffseq.h            for (x = x0, y = x0 - d;
d                 266 lib/diffseq.h            bd[d] = x;
d                 267 lib/diffseq.h            if (!odd && fmin <= d && d <= fmax && x <= fd[d])
d                 293 lib/diffseq.h              for (d = fmax; d >= fmin; d -= 2)
d                 295 lib/diffseq.h                  OFFSET dd = d - fmid;
d                 296 lib/diffseq.h                  OFFSET x = fd[d];
d                 297 lib/diffseq.h                  OFFSET y = x - d;
d                 332 lib/diffseq.h              for (d = bmax; d >= bmin; d -= 2)
d                 334 lib/diffseq.h                  OFFSET dd = d - bmid;
d                 335 lib/diffseq.h                  OFFSET x = bd[d];
d                 336 lib/diffseq.h                  OFFSET y = x - d;
d                 381 lib/diffseq.h            for (d = fmax; d >= fmin; d -= 2)
d                 383 lib/diffseq.h                OFFSET x = MIN (fd[d], xlim);
d                 384 lib/diffseq.h                OFFSET y = x - d;
d                 387 lib/diffseq.h                    x = ylim + d;
d                 399 lib/diffseq.h            for (d = bmax; d >= bmin; d -= 2)
d                 401 lib/diffseq.h                OFFSET x = MAX (xoff, bd[d]);
d                 402 lib/diffseq.h                OFFSET y = x - d;
d                 405 lib/diffseq.h                    x = yoff + d;
d                 121 lib/getopt.c     if (d->__nonoption_flags_len > 0)                                           \
d                 146 lib/getopt.c     int bottom = d->__first_nonopt;
d                 147 lib/getopt.c     int middle = d->__last_nonopt;
d                 148 lib/getopt.c     int top = d->optind;
d                 160 lib/getopt.c     if (d->__nonoption_flags_len > 0 && top >= d->__nonoption_flags_max_len)
d                 166 lib/getopt.c           d->__nonoption_flags_len = d->__nonoption_flags_max_len = 0;
d                 170 lib/getopt.c                                d->__nonoption_flags_max_len),
d                 171 lib/getopt.c                     '\0', top + 1 - d->__nonoption_flags_max_len);
d                 172 lib/getopt.c             d->__nonoption_flags_max_len = top + 1;
d                 218 lib/getopt.c     d->__first_nonopt += (d->optind - d->__last_nonopt);
d                 219 lib/getopt.c     d->__last_nonopt = d->optind;
d                 233 lib/getopt.c     d->__first_nonopt = d->__last_nonopt = d->optind;
d                 235 lib/getopt.c     d->__nextchar = NULL;
d                 237 lib/getopt.c     d->__posixly_correct = posixly_correct || !!getenv ("POSIXLY_CORRECT");
d                 243 lib/getopt.c         d->__ordering = RETURN_IN_ORDER;
d                 248 lib/getopt.c         d->__ordering = REQUIRE_ORDER;
d                 251 lib/getopt.c     else if (d->__posixly_correct)
d                 252 lib/getopt.c       d->__ordering = REQUIRE_ORDER;
d                 254 lib/getopt.c       d->__ordering = PERMUTE;
d                 257 lib/getopt.c     if (!d->__posixly_correct
d                 260 lib/getopt.c         if (d->__nonoption_flags_max_len == 0)
d                 264 lib/getopt.c               d->__nonoption_flags_max_len = -1;
d                 268 lib/getopt.c                 int len = d->__nonoption_flags_max_len = strlen (orig_str);
d                 269 lib/getopt.c                 if (d->__nonoption_flags_max_len < argc)
d                 270 lib/getopt.c                   d->__nonoption_flags_max_len = argc;
d                 272 lib/getopt.c                   (char *) malloc (d->__nonoption_flags_max_len);
d                 274 lib/getopt.c                   d->__nonoption_flags_max_len = -1;
d                 277 lib/getopt.c                           '\0', d->__nonoption_flags_max_len - len);
d                 280 lib/getopt.c         d->__nonoption_flags_len = d->__nonoption_flags_max_len;
d                 283 lib/getopt.c       d->__nonoption_flags_len = 0;
d                 350 lib/getopt.c     int print_errors = d->opterr;
d                 355 lib/getopt.c     d->optarg = NULL;
d                 357 lib/getopt.c     if (d->optind == 0 || !d->__initialized)
d                 359 lib/getopt.c         if (d->optind == 0)
d                 360 lib/getopt.c           d->optind = 1;  /* Don't scan ARGV[0], the program name.  */
d                 361 lib/getopt.c         optstring = _getopt_initialize (argc, argv, optstring, d,
d                 363 lib/getopt.c         d->__initialized = 1;
d                 375 lib/getopt.c   # define NONOPTION_P (argv[d->optind][0] != '-' || argv[d->optind][1] == '\0' \
d                 376 lib/getopt.c                         || (d->optind < d->__nonoption_flags_len                \
d                 377 lib/getopt.c                             && __getopt_nonoption_flags[d->optind] == '1'))
d                 379 lib/getopt.c   # define NONOPTION_P (argv[d->optind][0] != '-' || argv[d->optind][1] == '\0')
d                 382 lib/getopt.c     if (d->__nextchar == NULL || *d->__nextchar == '\0')
d                 388 lib/getopt.c         if (d->__last_nonopt > d->optind)
d                 389 lib/getopt.c           d->__last_nonopt = d->optind;
d                 390 lib/getopt.c         if (d->__first_nonopt > d->optind)
d                 391 lib/getopt.c           d->__first_nonopt = d->optind;
d                 393 lib/getopt.c         if (d->__ordering == PERMUTE)
d                 398 lib/getopt.c             if (d->__first_nonopt != d->__last_nonopt
d                 399 lib/getopt.c                 && d->__last_nonopt != d->optind)
d                 400 lib/getopt.c               exchange ((char **) argv, d);
d                 401 lib/getopt.c             else if (d->__last_nonopt != d->optind)
d                 402 lib/getopt.c               d->__first_nonopt = d->optind;
d                 407 lib/getopt.c             while (d->optind < argc && NONOPTION_P)
d                 408 lib/getopt.c               d->optind++;
d                 409 lib/getopt.c             d->__last_nonopt = d->optind;
d                 417 lib/getopt.c         if (d->optind != argc && !strcmp (argv[d->optind], "--"))
d                 419 lib/getopt.c             d->optind++;
d                 421 lib/getopt.c             if (d->__first_nonopt != d->__last_nonopt
d                 422 lib/getopt.c                 && d->__last_nonopt != d->optind)
d                 423 lib/getopt.c               exchange ((char **) argv, d);
d                 424 lib/getopt.c             else if (d->__first_nonopt == d->__last_nonopt)
d                 425 lib/getopt.c               d->__first_nonopt = d->optind;
d                 426 lib/getopt.c             d->__last_nonopt = argc;
d                 428 lib/getopt.c             d->optind = argc;
d                 434 lib/getopt.c         if (d->optind == argc)
d                 438 lib/getopt.c             if (d->__first_nonopt != d->__last_nonopt)
d                 439 lib/getopt.c               d->optind = d->__first_nonopt;
d                 448 lib/getopt.c             if (d->__ordering == REQUIRE_ORDER)
d                 450 lib/getopt.c             d->optarg = argv[d->optind++];
d                 457 lib/getopt.c         d->__nextchar = (argv[d->optind] + 1
d                 458 lib/getopt.c                     + (longopts != NULL && argv[d->optind][1] == '-'));
d                 477 lib/getopt.c         && (argv[d->optind][1] == '-'
d                 478 lib/getopt.c             || (long_only && (argv[d->optind][2]
d                 479 lib/getopt.c                               || !strchr (optstring, argv[d->optind][1])))))
d                 494 lib/getopt.c         for (nameend = d->__nextchar; *nameend && *nameend != '='; nameend++)
d                 496 lib/getopt.c         namelen = nameend - d->__nextchar;
d                 501 lib/getopt.c           if (!strncmp (p->name, d->__nextchar, namelen))
d                 548 lib/getopt.c                              argv[0], argv[d->optind]);
d                 577 lib/getopt.c                          argv[0], argv[d->optind]);
d                 588 lib/getopt.c             d->__nextchar += strlen (d->__nextchar);
d                 589 lib/getopt.c             d->optind++;
d                 590 lib/getopt.c             d->optopt = 0;
d                 604 lib/getopt.c             d->optind++;
d                 610 lib/getopt.c                   d->optarg = nameend + 1;
d                 620 lib/getopt.c                         if (argv[d->optind - 1][1] == '-')
d                 639 lib/getopt.c                                             argv[0], argv[d->optind - 1][0],
d                 644 lib/getopt.c                                      argv[0], argv[d->optind - 1][0],
d                 668 lib/getopt.c                     d->__nextchar += strlen (d->__nextchar);
d                 670 lib/getopt.c                     d->optopt = pfound->val;
d                 676 lib/getopt.c                 if (d->optind < argc)
d                 677 lib/getopt.c                   d->optarg = argv[d->optind++];
d                 708 lib/getopt.c                     d->__nextchar += strlen (d->__nextchar);
d                 709 lib/getopt.c                     d->optopt = pfound->val;
d                 713 lib/getopt.c             d->__nextchar += strlen (d->__nextchar);
d                 728 lib/getopt.c         if (!long_only || argv[d->optind][1] == '-'
d                 729 lib/getopt.c             || strchr (optstring, *d->__nextchar) == NULL)
d                 738 lib/getopt.c                 if (argv[d->optind][1] == '-')
d                 743 lib/getopt.c                                     argv[0], d->__nextchar);
d                 746 lib/getopt.c                              argv[0], d->__nextchar);
d                 754 lib/getopt.c                                     argv[0], argv[d->optind][0], d->__nextchar);
d                 757 lib/getopt.c                              argv[0], argv[d->optind][0], d->__nextchar);
d                 778 lib/getopt.c             d->__nextchar = (char *) "";
d                 779 lib/getopt.c             d->optind++;
d                 780 lib/getopt.c             d->optopt = 0;
d                 788 lib/getopt.c       char c = *d->__nextchar++;
d                 792 lib/getopt.c       if (*d->__nextchar == '\0')
d                 793 lib/getopt.c         ++d->optind;
d                 828 lib/getopt.c           d->optopt = c;
d                 846 lib/getopt.c           if (*d->__nextchar != '\0')
d                 848 lib/getopt.c               d->optarg = d->__nextchar;
d                 851 lib/getopt.c               d->optind++;
d                 853 lib/getopt.c           else if (d->optind == argc)
d                 882 lib/getopt.c               d->optopt = c;
d                 892 lib/getopt.c             d->optarg = argv[d->optind++];
d                 897 lib/getopt.c           for (d->__nextchar = nameend = d->optarg; *nameend && *nameend != '=';
d                 904 lib/getopt.c             if (!strncmp (p->name, d->__nextchar, nameend - d->__nextchar))
d                 906 lib/getopt.c                 if ((unsigned int) (nameend - d->__nextchar) == strlen (p->name))
d                 935 lib/getopt.c                                   argv[0], d->optarg) >= 0)
d                 951 lib/getopt.c                            argv[0], d->optarg);
d                 954 lib/getopt.c               d->__nextchar += strlen (d->__nextchar);
d                 955 lib/getopt.c               d->optind++;
d                 966 lib/getopt.c                     d->optarg = nameend + 1;
d                 998 lib/getopt.c                       d->__nextchar += strlen (d->__nextchar);
d                1004 lib/getopt.c                   if (d->optind < argc)
d                1005 lib/getopt.c                     d->optarg = argv[d->optind++];
d                1036 lib/getopt.c                       d->__nextchar += strlen (d->__nextchar);
d                1041 lib/getopt.c                 d->optarg = NULL;
d                1042 lib/getopt.c               d->__nextchar += strlen (d->__nextchar);
d                1054 lib/getopt.c           d->__nextchar = NULL;
d                1062 lib/getopt.c               if (*d->__nextchar != '\0')
d                1064 lib/getopt.c                   d->optarg = d->__nextchar;
d                1065 lib/getopt.c                   d->optind++;
d                1068 lib/getopt.c                 d->optarg = NULL;
d                1069 lib/getopt.c               d->__nextchar = NULL;
d                1074 lib/getopt.c               if (*d->__nextchar != '\0')
d                1076 lib/getopt.c                   d->optarg = d->__nextchar;
d                1079 lib/getopt.c                   d->optind++;
d                1081 lib/getopt.c               else if (d->optind == argc)
d                1110 lib/getopt.c                   d->optopt = c;
d                1119 lib/getopt.c                 d->optarg = argv[d->optind++];
d                1120 lib/getopt.c               d->__nextchar = NULL;
d                  53 lib/getopt1.c                               0, d, 0);
d                  76 lib/getopt1.c                               1, d, 0);
d                 284 lib/mktime.c         time_t d = ydhms_diff (year, yday, hour, min, sec,
d                 287 lib/mktime.c         if (time_t_add_ok (*t, d))
d                 288 lib/mktime.c           return *t + d;
d                3801 lib/regexec.c        unsigned char c = re_string_byte_at (input, str_idx), d;
d                3808 lib/regexec.c        d = re_string_byte_at (input, str_idx + 1);
d                3810 lib/regexec.c  	return (d < 0x80 || d > 0xbf) ? 0 : 2;
d                3814 lib/regexec.c  	  if (c == 0xe0 && d < 0xa0)
d                3820 lib/regexec.c  	  if (c == 0xf0 && d < 0x90)
d                3826 lib/regexec.c  	  if (c == 0xf8 && d < 0x88)
d                3832 lib/regexec.c  	  if (c == 0xfc && d < 0x84)
d                3843 lib/regexec.c  	  d = re_string_byte_at (input, str_idx + i);
d                3844 lib/regexec.c  	  if (d < 0x80 || d > 0xbf)
d                  78 lib/strftime.c # define MEMCPY(d, s, n) __wmemcpy (d, s, n)
d                  87 lib/strftime.c # define MEMCPY(d, s, n) memcpy (d, s, n)
d                 238 lib/strftime.c #  define __mbsrtowcs_l(d, s, l, st, loc) __mbsrtowcs (d, s, l, st)
d                 686 lib/strftime.c           digits = d;                                                         \
d                 689 lib/strftime.c           digits = d;                                                         \
d                 697 lib/strftime.c           digits = d;                                                         \
d                 702 lib/strftime.c           digits = d;                                                         \
d                1139 lib/strftime.c                 int d = t % 10;
d                1141 lib/strftime.c                 *--bufp = (negative_number ? -d : d) + L_('0');
d                1206 lib/strftime.c                 int d = iso_week_days (tp->tm_yday - (365 + __isleap (year)),
d                1208 lib/strftime.c                 if (0 <= d)
d                1212 lib/strftime.c                     days = d;
d                 126 lib/tempname.c   const char *d;
d                 143 lib/tempname.c       d = __secure_getenv ("TMPDIR");
d                 144 lib/tempname.c       if (d != NULL && direxists (d))
d                 145 lib/tempname.c         dir = d;
d                  43 lib/trim.c       char *d;
d                  45 lib/trim.c       d = strdup (s);
d                  47 lib/trim.c       if (!d)
d                  57 lib/trim.c               mbi_init (i, d, strlen (d));
d                  62 lib/trim.c               memmove (d, mbi_cur_ptr (i), strlen (mbi_cur_ptr (i)) + 1);
d                  71 lib/trim.c               mbi_init (i, d, strlen (d));
d                 113 lib/trim.c               for (p = d; *p && isspace ((unsigned char) *p); p++)
d                 116 lib/trim.c               memmove (d, p, strlen (p) + 1);
d                 122 lib/trim.c               for (p = d + strlen (d) - 1;
d                 123 lib/trim.c                    p >= d && isspace ((unsigned char) *p); p--)
d                 128 lib/trim.c       return d;
d                 712 src/diff3.c      int d;
d                 723 src/diff3.c      for (d = 0; d < 2; d++)
d                 724 src/diff3.c        if (using[d])
d                 726 src/diff3.c    	low[d] = D_LOW_MAPLINE (using[d], FC, FO, lowc);
d                 727 src/diff3.c    	high[d] = D_HIGH_MAPLINE (last_using[d], FC, FO, highc);
d                 731 src/diff3.c    	low[d] = D_HIGH_MAPLINE (last_diff3, FILEC, FILE0 + d, lowc);
d                 732 src/diff3.c    	high[d] = D_HIGH_MAPLINE (last_diff3, FILEC, FILE0 + d, highc);
d                 741 src/diff3.c      for (d = 0; d < 2; d++)
d                 742 src/diff3.c        for (ptr = using[d]; ptr; ptr = D_NEXT (ptr))
d                 757 src/diff3.c      for (d = 0; d < 2; d++)
d                 759 src/diff3.c          struct diff_block *u = using[d];
d                 760 src/diff3.c          lin lo = low[d], hi = high[d];
d                 766 src/diff3.c    	  D_RELNUM (result, FILE0 + d, i) = D_RELNUM (result, FILEC, i);
d                 767 src/diff3.c    	  D_RELLEN (result, FILE0 + d, i) = D_RELLEN (result, FILEC, i);
d                 777 src/diff3.c    				D_LINEARRAY (result, FILE0 + d) + result_offset,
d                 778 src/diff3.c    				D_LENARRAY (result, FILE0 + d) + result_offset,
d                 788 src/diff3.c    	      D_RELNUM (result, FILE0 + d, i) = D_RELNUM (result, FILEC, linec);
d                 789 src/diff3.c    	      D_RELLEN (result, FILE0 + d, i) = D_RELLEN (result, FILEC, linec);