d 69 gtags-cscope/global-cscope.h # define memcpy(d, s, n) bcopy ((s), (d), (n)) d 70 gtags-cscope/global-cscope.h # define memmove(d, s, n) bcopy ((s), (d), (n)) d 172 libglibc/getopt.c if (d->__nonoption_flags_len > 0) \ d 195 libglibc/getopt.c exchange (char **argv, struct _getopt_data *d) d 197 libglibc/getopt.c int bottom = d->__first_nonopt; d 198 libglibc/getopt.c int middle = d->__last_nonopt; d 199 libglibc/getopt.c int top = d->optind; d 211 libglibc/getopt.c if (d->__nonoption_flags_len > 0 && top >= d->__nonoption_flags_max_len) d 217 libglibc/getopt.c d->__nonoption_flags_len = d->__nonoption_flags_max_len = 0; d 221 libglibc/getopt.c d->__nonoption_flags_max_len), d 222 libglibc/getopt.c '\0', top + 1 - d->__nonoption_flags_max_len); d 223 libglibc/getopt.c d->__nonoption_flags_max_len = top + 1; d 269 libglibc/getopt.c d->__first_nonopt += (d->optind - d->__last_nonopt); d 270 libglibc/getopt.c d->__last_nonopt = d->optind; d 277 libglibc/getopt.c struct _getopt_data *d) d 283 libglibc/getopt.c d->__first_nonopt = d->__last_nonopt = d->optind; d 285 libglibc/getopt.c d->__nextchar = NULL; d 287 libglibc/getopt.c d->__posixly_correct = !!getenv ("POSIXLY_CORRECT"); d 293 libglibc/getopt.c d->__ordering = RETURN_IN_ORDER; d 298 libglibc/getopt.c d->__ordering = REQUIRE_ORDER; d 301 libglibc/getopt.c else if (d->__posixly_correct) d 302 libglibc/getopt.c d->__ordering = REQUIRE_ORDER; d 304 libglibc/getopt.c d->__ordering = PERMUTE; d 307 libglibc/getopt.c if (!d->__posixly_correct d 310 libglibc/getopt.c if (d->__nonoption_flags_max_len == 0) d 314 libglibc/getopt.c d->__nonoption_flags_max_len = -1; d 318 libglibc/getopt.c int len = d->__nonoption_flags_max_len = strlen (orig_str); d 319 libglibc/getopt.c if (d->__nonoption_flags_max_len < argc) d 320 libglibc/getopt.c d->__nonoption_flags_max_len = argc; d 322 libglibc/getopt.c (char *) malloc (d->__nonoption_flags_max_len); d 324 libglibc/getopt.c d->__nonoption_flags_max_len = -1; d 327 libglibc/getopt.c '\0', d->__nonoption_flags_max_len - len); d 330 libglibc/getopt.c d->__nonoption_flags_len = d->__nonoption_flags_max_len; d 333 libglibc/getopt.c d->__nonoption_flags_len = 0; d 398 libglibc/getopt.c int long_only, struct _getopt_data *d) d 400 libglibc/getopt.c int print_errors = d->opterr; d 407 libglibc/getopt.c d->optarg = NULL; d 409 libglibc/getopt.c if (d->optind == 0 || !d->__initialized) d 411 libglibc/getopt.c if (d->optind == 0) d 412 libglibc/getopt.c d->optind = 1; /* Don't scan ARGV[0], the program name. */ d 413 libglibc/getopt.c optstring = _getopt_initialize (argc, argv, optstring, d); d 414 libglibc/getopt.c d->__initialized = 1; d 422 libglibc/getopt.c # define NONOPTION_P (argv[d->optind][0] != '-' || argv[d->optind][1] == '\0' \ d 423 libglibc/getopt.c || (d->optind < d->__nonoption_flags_len \ d 424 libglibc/getopt.c && __getopt_nonoption_flags[d->optind] == '1')) d 426 libglibc/getopt.c # define NONOPTION_P (argv[d->optind][0] != '-' || argv[d->optind][1] == '\0') d 429 libglibc/getopt.c if (d->__nextchar == NULL || *d->__nextchar == '\0') d 435 libglibc/getopt.c if (d->__last_nonopt > d->optind) d 436 libglibc/getopt.c d->__last_nonopt = d->optind; d 437 libglibc/getopt.c if (d->__first_nonopt > d->optind) d 438 libglibc/getopt.c d->__first_nonopt = d->optind; d 440 libglibc/getopt.c if (d->__ordering == PERMUTE) d 445 libglibc/getopt.c if (d->__first_nonopt != d->__last_nonopt d 446 libglibc/getopt.c && d->__last_nonopt != d->optind) d 447 libglibc/getopt.c exchange ((char **) argv, d); d 448 libglibc/getopt.c else if (d->__last_nonopt != d->optind) d 449 libglibc/getopt.c d->__first_nonopt = d->optind; d 454 libglibc/getopt.c while (d->optind < argc && NONOPTION_P) d 455 libglibc/getopt.c d->optind++; d 456 libglibc/getopt.c d->__last_nonopt = d->optind; d 464 libglibc/getopt.c if (d->optind != argc && !strcmp (argv[d->optind], "--")) d 466 libglibc/getopt.c d->optind++; d 468 libglibc/getopt.c if (d->__first_nonopt != d->__last_nonopt d 469 libglibc/getopt.c && d->__last_nonopt != d->optind) d 470 libglibc/getopt.c exchange ((char **) argv, d); d 471 libglibc/getopt.c else if (d->__first_nonopt == d->__last_nonopt) d 472 libglibc/getopt.c d->__first_nonopt = d->optind; d 473 libglibc/getopt.c d->__last_nonopt = argc; d 475 libglibc/getopt.c d->optind = argc; d 481 libglibc/getopt.c if (d->optind == argc) d 485 libglibc/getopt.c if (d->__first_nonopt != d->__last_nonopt) d 486 libglibc/getopt.c d->optind = d->__first_nonopt; d 495 libglibc/getopt.c if (d->__ordering == REQUIRE_ORDER) d 497 libglibc/getopt.c d->optarg = argv[d->optind++]; d 504 libglibc/getopt.c d->__nextchar = (argv[d->optind] + 1 d 505 libglibc/getopt.c + (longopts != NULL && argv[d->optind][1] == '-')); d 524 libglibc/getopt.c && (argv[d->optind][1] == '-' d 525 libglibc/getopt.c || (long_only && (argv[d->optind][2] d 526 libglibc/getopt.c || !strchr (optstring, argv[d->optind][1]))))) d 536 libglibc/getopt.c for (nameend = d->__nextchar; *nameend && *nameend != '='; nameend++) d 542 libglibc/getopt.c if (!strncmp (p->name, d->__nextchar, nameend - d->__nextchar)) d 544 libglibc/getopt.c if ((unsigned int) (nameend - d->__nextchar) d 575 libglibc/getopt.c argv[0], argv[d->optind]) >= 0) d 591 libglibc/getopt.c argv[0], argv[d->optind]); d 594 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); d 595 libglibc/getopt.c d->optind++; d 596 libglibc/getopt.c d->optopt = 0; d 603 libglibc/getopt.c d->optind++; d 609 libglibc/getopt.c d->optarg = nameend + 1; d 619 libglibc/getopt.c if (argv[d->optind - 1][1] == '-') d 638 libglibc/getopt.c argv[0], argv[d->optind - 1][0], d 643 libglibc/getopt.c argv[0], argv[d->optind - 1][0], d 667 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); d 669 libglibc/getopt.c d->optopt = pfound->val; d 675 libglibc/getopt.c if (d->optind < argc) d 676 libglibc/getopt.c d->optarg = argv[d->optind++]; d 686 libglibc/getopt.c argv[0], argv[d->optind - 1]) >= 0) d 704 libglibc/getopt.c argv[0], argv[d->optind - 1]); d 707 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); d 708 libglibc/getopt.c d->optopt = pfound->val; d 712 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); d 727 libglibc/getopt.c if (!long_only || argv[d->optind][1] == '-' d 728 libglibc/getopt.c || strchr (optstring, *d->__nextchar) == NULL) d 737 libglibc/getopt.c if (argv[d->optind][1] == '-') d 742 libglibc/getopt.c argv[0], d->__nextchar); d 745 libglibc/getopt.c argv[0], d->__nextchar); d 753 libglibc/getopt.c argv[0], argv[d->optind][0], d->__nextchar); d 756 libglibc/getopt.c argv[0], argv[d->optind][0], d->__nextchar); d 777 libglibc/getopt.c d->__nextchar = (char *) ""; d 778 libglibc/getopt.c d->optind++; d 779 libglibc/getopt.c d->optopt = 0; d 787 libglibc/getopt.c char c = *d->__nextchar++; d 791 libglibc/getopt.c if (*d->__nextchar == '\0') d 792 libglibc/getopt.c ++d->optind; d 827 libglibc/getopt.c d->optopt = c; d 842 libglibc/getopt.c if (*d->__nextchar != '\0') d 844 libglibc/getopt.c d->optarg = d->__nextchar; d 847 libglibc/getopt.c d->optind++; d 849 libglibc/getopt.c else if (d->optind == argc) d 878 libglibc/getopt.c d->optopt = c; d 888 libglibc/getopt.c d->optarg = argv[d->optind++]; d 893 libglibc/getopt.c for (d->__nextchar = nameend = d->optarg; *nameend && *nameend != '='; d 900 libglibc/getopt.c if (!strncmp (p->name, d->__nextchar, nameend - d->__nextchar)) d 902 libglibc/getopt.c if ((unsigned int) (nameend - d->__nextchar) == strlen (p->name)) d 928 libglibc/getopt.c argv[0], argv[d->optind]) >= 0) d 944 libglibc/getopt.c argv[0], argv[d->optind]); d 947 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); d 948 libglibc/getopt.c d->optind++; d 959 libglibc/getopt.c d->optarg = nameend + 1; d 991 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); d 997 libglibc/getopt.c if (d->optind < argc) d 998 libglibc/getopt.c d->optarg = argv[d->optind++]; d 1008 libglibc/getopt.c argv[0], argv[d->optind - 1]) >= 0) d 1026 libglibc/getopt.c argv[0], argv[d->optind - 1]); d 1029 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); d 1033 libglibc/getopt.c d->__nextchar += strlen (d->__nextchar); d 1043 libglibc/getopt.c d->__nextchar = NULL; d 1051 libglibc/getopt.c if (*d->__nextchar != '\0') d 1053 libglibc/getopt.c d->optarg = d->__nextchar; d 1054 libglibc/getopt.c d->optind++; d 1057 libglibc/getopt.c d->optarg = NULL; d 1058 libglibc/getopt.c d->__nextchar = NULL; d 1063 libglibc/getopt.c if (*d->__nextchar != '\0') d 1065 libglibc/getopt.c d->optarg = d->__nextchar; d 1068 libglibc/getopt.c d->optind++; d 1070 libglibc/getopt.c else if (d->optind == argc) d 1099 libglibc/getopt.c d->optopt = c; d 1108 libglibc/getopt.c d->optarg = argv[d->optind++]; d 1109 libglibc/getopt.c d->__nextchar = NULL; d 73 libglibc/getopt1.c struct _getopt_data *d) d 76 libglibc/getopt1.c 0, d); d 94 libglibc/getopt1.c struct _getopt_data *d) d 97 libglibc/getopt1.c 1, d); d 63 libglibc/obstack.c struct fooalign {char x; double d;}; d 65 libglibc/obstack.c ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) d 69 libglibc/obstack.c union fooround {long x; double d;}; d 148 libglibc/regex.c # define memcpy(d, s, n) (bcopy (s, d, n), (d)) d 1602 libglibc/regex.c # define TRANSLATE(d) \ d 1603 libglibc/regex.c (translate ? (char) translate[(unsigned char) (d)] : (d)) d 3637 libglibc/regex.c register const char *d; d 3644 libglibc/regex.c d = (startpos >= size1 ? string2 - size1 : string1) + startpos; d 3651 libglibc/regex.c translate[(unsigned char) *d++]]) d 3654 libglibc/regex.c while (range > lim && !fastmap[(unsigned char) *d++]) d 3723 libglibc/regex.c while (d == dend) \ d 3729 libglibc/regex.c d = string2; \ d 3736 libglibc/regex.c #define AT_STRINGS_BEG(d) ((d) == (size1 ? string1 : string2) || !size2) d 3737 libglibc/regex.c #define AT_STRINGS_END(d) ((d) == end2) d 3744 libglibc/regex.c #define WORDCHAR_P(d) \ d 3745 libglibc/regex.c (SYNTAX ((d) == end1 ? *string2 \ d 3746 libglibc/regex.c : (d) == string2 - 1 ? *(end1 - 1) : *(d)) \ d 3753 libglibc/regex.c #define AT_WORD_BOUNDARY(d) \ d 3754 libglibc/regex.c (AT_STRINGS_BEG (d) || AT_STRINGS_END (d) \ d 3755 libglibc/regex.c || WORDCHAR_P (d - 1) != WORDCHAR_P (d)) d 3884 libglibc/regex.c const char *d, *dend; d 4084 libglibc/regex.c d = string1 + pos; d 4089 libglibc/regex.c d = string2 + pos - size1; d 4096 libglibc/regex.c DEBUG_PRINT_DOUBLE_STRING (d, string1, size1, string2, size2); d 4116 libglibc/regex.c if (d != end_match_2) d 4128 libglibc/regex.c best_match_p = d > match_end; d 4141 libglibc/regex.c match_end = d; d 4167 libglibc/regex.c d = match_end; d 4168 libglibc/regex.c dend = ((d >= string1 && d <= end1) d 4230 libglibc/regex.c ? ((regoff_t) (d - string1)) d 4231 libglibc/regex.c : ((regoff_t) (d - string2 + size1))); d 4264 libglibc/regex.c mcnt = d - pos - (MATCHING_IN_FIRST_STRING d 4301 libglibc/regex.c if ((unsigned char) translate[(unsigned char) *d++] d 4312 libglibc/regex.c if (*d++ != (char) *p++) goto fail; d 4326 libglibc/regex.c if ((!(bufp->syntax & RE_DOT_NEWLINE) && TRANSLATE (*d) == '\n') d 4327 libglibc/regex.c || (bufp->syntax & RE_DOT_NOT_NULL && TRANSLATE (*d) == '\000')) d 4331 libglibc/regex.c DEBUG_PRINT2 (" Matched `%d'.\n", *d); d 4332 libglibc/regex.c d++; d 4345 libglibc/regex.c c = TRANSLATE (*d); /* The character to match. */ d 4358 libglibc/regex.c d++; d 4384 libglibc/regex.c ? REG_UNSET (regstart[*p]) ? d : regstart[*p] d 4389 libglibc/regex.c regstart[*p] = d; d 4425 libglibc/regex.c ? REG_UNSET (regend[*p]) ? d : regend[*p] d 4430 libglibc/regex.c regend[*p] = d; d 4539 libglibc/regex.c PUSH_FAILURE_POINT (p1 + mcnt, d, -2); d 4593 libglibc/regex.c mcnt = dend - d; d 4603 libglibc/regex.c ? bcmp_translate (d, d2, mcnt, translate) d 4604 libglibc/regex.c : memcmp (d, d2, mcnt)) d 4606 libglibc/regex.c d += mcnt, d2 += mcnt; d 4621 libglibc/regex.c if (AT_STRINGS_BEG (d)) d 4625 libglibc/regex.c else if (d[-1] == '\n' && bufp->newline_anchor) d 4637 libglibc/regex.c if (AT_STRINGS_END (d)) d 4643 libglibc/regex.c else if ((d == end1 ? *string2 : *d) == '\n' d 4654 libglibc/regex.c if (AT_STRINGS_BEG (d)) d 4662 libglibc/regex.c if (AT_STRINGS_END (d)) d 4750 libglibc/regex.c PUSH_FAILURE_POINT (p + mcnt, d, -2); d 5052 libglibc/regex.c if (AT_WORD_BOUNDARY (d)) d 5058 libglibc/regex.c if (AT_WORD_BOUNDARY (d)) d 5067 libglibc/regex.c if (AT_STRINGS_BEG (d) || AT_STRINGS_END (d)) d 5070 libglibc/regex.c prevchar = WORDCHAR_P (d - 1); d 5071 libglibc/regex.c thischar = WORDCHAR_P (d); d 5082 libglibc/regex.c if (AT_STRINGS_BEG (d) || AT_STRINGS_END (d)) d 5085 libglibc/regex.c prevchar = WORDCHAR_P (d - 1); d 5086 libglibc/regex.c thischar = WORDCHAR_P (d); d 5095 libglibc/regex.c if (WORDCHAR_P (d) && (AT_STRINGS_BEG (d) || !WORDCHAR_P (d - 1))) d 5101 libglibc/regex.c if (!AT_STRINGS_BEG (d) && WORDCHAR_P (d - 1) d 5102 libglibc/regex.c && (!WORDCHAR_P (d) || AT_STRINGS_END (d))) d 5109 libglibc/regex.c if (PTR_CHAR_POS ((unsigned char *) d) >= point) d 5115 libglibc/regex.c if (PTR_CHAR_POS ((unsigned char *) d) != point) d 5121 libglibc/regex.c if (PTR_CHAR_POS ((unsigned char *) d) <= point) d 5136 libglibc/regex.c d++; d 5137 libglibc/regex.c if (SYNTAX (d[-1]) != (enum syntaxcode) mcnt) d 5153 libglibc/regex.c d++; d 5154 libglibc/regex.c if (SYNTAX (d[-1]) == (enum syntaxcode) mcnt) d 5163 libglibc/regex.c if (!WORDCHAR_P (d)) d 5166 libglibc/regex.c d++; d 5172 libglibc/regex.c if (WORDCHAR_P (d)) d 5175 libglibc/regex.c d++; d 5190 libglibc/regex.c POP_FAILURE_POINT (d, p, d 5227 libglibc/regex.c if (d >= string1 && d <= end1)