| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| getopt.c | 491 const struct option *pfound = NULL; 509 pfound = p; 514 else if (pfound == NULL) 517 pfound = p; 521 || pfound->has_arg != p->has_arg 522 || pfound->flag != p->flag 523 || pfound->val != p->val) 561 if (pfound != NULL) 569 if (pfound->has_arg) 586 argv[0], pfound->name) 487 const struct option *pfound = NULL; local 805 const struct option *pfound = NULL; local [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| getopt.c | 491 const struct option *pfound = NULL; 509 pfound = p; 514 else if (pfound == NULL) 517 pfound = p; 521 || pfound->has_arg != p->has_arg 522 || pfound->flag != p->flag 523 || pfound->val != p->val) 561 if (pfound != NULL) 569 if (pfound->has_arg) 586 argv[0], pfound->name) 487 const struct option *pfound = NULL; local 805 const struct option *pfound = NULL; local [all...] |
| /src/external/gpl2/mkhybrid/dist/ |
| getopt.c | 489 const struct option *pfound = NULL; 506 pfound = p; 511 else if (pfound == NULL) 514 pfound = p; 532 if (pfound != NULL) 540 if (pfound->has_arg) 550 argv[0], pfound->name); 555 argv[0], argv[optind - 1][0], pfound->name); 561 else if (pfound->has_arg == 1) 577 if (pfound->flag 485 const struct option *pfound = NULL; local [all...] |
| /src/external/gpl2/texinfo/dist/lib/ |
| getopt.c | 513 const struct option *pfound = NULL; 531 pfound = p; 536 else if (pfound == NULL) 539 pfound = p; 543 || pfound->has_arg != p->has_arg 544 || pfound->flag != p->flag 545 || pfound->val != p->val) 586 if (pfound != NULL) 594 if (pfound->has_arg) 611 argv[0], pfound->name) 509 const struct option *pfound = NULL; local 842 const struct option *pfound = NULL; local [all...] |
| /src/sys/arch/hpc/stand/hpcboot/ |
| memory.cpp | 321 paddr_t paddr, pstart, pend, pfound = ~0; local 332 return pfound; 338 return pfound; 360 pfound = paddr + ofs; 369 return pfound;
|
| /src/external/gpl2/diffutils/dist/lib/ |
| getopt.c | 659 const struct option *pfound = NULL; 677 pfound = p; 682 else if (pfound == NULL) 685 pfound = p; 689 || pfound->has_arg != p->has_arg 690 || pfound->flag != p->flag 691 || pfound->val != p->val) 707 if (pfound != NULL) 715 if (pfound->has_arg) 725 argv[0], pfound->name) 655 const struct option *pfound = NULL; local 816 const struct option *pfound = NULL; local [all...] |
| /src/external/gpl2/gmake/dist/ |
| getopt.c | 616 const struct option *pfound = NULL; 634 pfound = p; 639 else if (pfound == NULL) 642 pfound = p; 661 if (pfound != NULL) 669 if (pfound->has_arg) 678 argv[0], pfound->name); 683 argv[0], argv[optind - 1][0], pfound->name); 687 optopt = pfound->val; 691 else if (pfound->has_arg == 1 613 const struct option *pfound = NULL; local 769 const struct option *pfound = NULL; local [all...] |
| /src/external/gpl2/grep/dist/lib/ |
| getopt.c | 644 const struct option *pfound = NULL; 662 pfound = p; 667 else if (pfound == NULL) 670 pfound = p; 689 if (pfound != NULL) 697 if (pfound->has_arg) 707 argv[0], pfound->name); 712 argv[0], argv[optind - 1][0], pfound->name); 717 optopt = pfound->val; 721 else if (pfound->has_arg == 1 640 const struct option *pfound = NULL; local 798 const struct option *pfound = NULL; local [all...] |
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| getopt.c | 495 const struct option *pfound = NULL; 513 pfound = p; 518 else if (pfound == NULL) 521 pfound = p; 525 || pfound->has_arg != p->has_arg 526 || pfound->flag != p->flag 527 || pfound->val != p->val) 568 if (pfound != NULL) 576 if (pfound->has_arg) 593 argv[0], pfound->name) 492 const struct option *pfound = NULL; local 825 const struct option *pfound = NULL; local [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| getopt.c | 514 const struct option *pfound = NULL; 532 pfound = p; 537 else if (pfound == NULL) 540 pfound = p; 544 || pfound->has_arg != p->has_arg 545 || pfound->flag != p->flag 546 || pfound->val != p->val) 587 if (pfound != NULL) 595 if (pfound->has_arg) 612 argv[0], pfound->name) 510 const struct option *pfound = NULL; local 843 const struct option *pfound = NULL; local [all...] |
| /src/external/gpl3/binutils/dist/libiberty/ |
| getopt.c | 643 const struct option *pfound = NULL; 661 pfound = p; 666 else if (pfound == NULL) 669 pfound = p; 688 if (pfound != NULL) 696 if (pfound->has_arg) 706 argv[0], pfound->name); 711 argv[0], argv[optind - 1][0], pfound->name); 715 optopt = pfound->val; 720 else if (pfound->has_arg == 1 639 const struct option *pfound = NULL; local 797 const struct option *pfound = NULL; local [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| getopt.c | 643 const struct option *pfound = NULL; 661 pfound = p; 666 else if (pfound == NULL) 669 pfound = p; 688 if (pfound != NULL) 696 if (pfound->has_arg) 706 argv[0], pfound->name); 711 argv[0], argv[optind - 1][0], pfound->name); 715 optopt = pfound->val; 720 else if (pfound->has_arg == 1 639 const struct option *pfound = NULL; local 797 const struct option *pfound = NULL; local [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| getopt.c | 649 const struct option *pfound = NULL; 667 pfound = p; 672 else if (pfound == NULL) 675 pfound = p; 694 if (pfound != NULL) 702 if (pfound->has_arg) 712 argv[0], pfound->name); 717 argv[0], argv[optind - 1][0], pfound->name); 721 optopt = pfound->val; 726 else if (pfound->has_arg == 1 645 const struct option *pfound = NULL; local 803 const struct option *pfound = NULL; local [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| getopt.c | 649 const struct option *pfound = NULL; 667 pfound = p; 672 else if (pfound == NULL) 675 pfound = p; 694 if (pfound != NULL) 702 if (pfound->has_arg) 712 argv[0], pfound->name); 717 argv[0], argv[optind - 1][0], pfound->name); 721 optopt = pfound->val; 726 else if (pfound->has_arg == 1 645 const struct option *pfound = NULL; local 803 const struct option *pfound = NULL; local [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| getopt.c | 649 const struct option *pfound = NULL; 667 pfound = p; 672 else if (pfound == NULL) 675 pfound = p; 694 if (pfound != NULL) 702 if (pfound->has_arg) 712 argv[0], pfound->name); 717 argv[0], argv[optind - 1][0], pfound->name); 721 optopt = pfound->val; 726 else if (pfound->has_arg == 1 645 const struct option *pfound = NULL; local 803 const struct option *pfound = NULL; local [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| getopt.c | 649 const struct option *pfound = NULL; 667 pfound = p; 672 else if (pfound == NULL) 675 pfound = p; 694 if (pfound != NULL) 702 if (pfound->has_arg) 712 argv[0], pfound->name); 717 argv[0], argv[optind - 1][0], pfound->name); 721 optopt = pfound->val; 726 else if (pfound->has_arg == 1 645 const struct option *pfound = NULL; local 803 const struct option *pfound = NULL; local [all...] |
| /src/external/mit/expat/dist/tests/ |
| handlers.c | 1614 int *pfound = (int *)userData; local 1620 *pfound = 1; 1625 int *pfound = (int *)userData; local 1628 *pfound = 1;
|
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| hwctable.c | 2223 const Hwcentry *pfound = NULL; local 2234 pfound = ptrarray_find ((const Hwcentry**) cpcx_std[forKernel], nameOnly, NULL, 1, regno); 2235 if (pfound) 2237 pfound); 2239 if (!pfound) 2241 pfound = ptrarray_find ((const Hwcentry**) cpcx_hidden[forKernel], nameOnly, NULL, 1, regno); 2242 if (pfound) 2243 hwcentry_print (DBG_LT1, "hwctable: process_ctr_def: found in stdlist(hidden):", pfound); 2245 if (!pfound) 2247 pfound = ptrarray_find_by_name (cpcx_raw[forKernel], nameOnly); /* (regno match checked later) * 2678 const Hwcentry *pfound; local [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| hwctable.c | 2223 const Hwcentry *pfound = NULL; local 2234 pfound = ptrarray_find ((const Hwcentry**) cpcx_std[forKernel], nameOnly, NULL, 1, regno); 2235 if (pfound) 2237 pfound); 2239 if (!pfound) 2241 pfound = ptrarray_find ((const Hwcentry**) cpcx_hidden[forKernel], nameOnly, NULL, 1, regno); 2242 if (pfound) 2243 hwcentry_print (DBG_LT1, "hwctable: process_ctr_def: found in stdlist(hidden):", pfound); 2245 if (!pfound) 2247 pfound = ptrarray_find_by_name (cpcx_raw[forKernel], nameOnly); /* (regno match checked later) * 2678 const Hwcentry *pfound; local [all...] |