| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | getopt.c | 655 const struct option *pfound = NULL; local 673 pfound = p; 678 else if (pfound == NULL) 681 pfound = p; 685 || pfound->has_arg != p->has_arg 686 || pfound->flag != p->flag 687 || pfound->val != p->val) 703 if (pfound != NULL) 711 if (pfound->has_arg) 721 argv[0], pfound->name); [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | getopt.c | 645 const struct option *pfound = NULL; in _getopt_internal() local 663 pfound = p; in _getopt_internal() 668 else if (pfound == NULL) in _getopt_internal() 671 pfound = p; in _getopt_internal() 690 if (pfound != NULL) in _getopt_internal() 698 if (pfound->has_arg) in _getopt_internal() 708 argv[0], pfound->name); in _getopt_internal() 713 argv[0], argv[optind - 1][0], pfound->name); in _getopt_internal() 717 optopt = pfound->val; in _getopt_internal() 722 else if (pfound->has_arg == 1) in _getopt_internal() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | getopt.c | 645 const struct option *pfound = NULL; in _getopt_internal() local 663 pfound = p; in _getopt_internal() 668 else if (pfound == NULL) in _getopt_internal() 671 pfound = p; in _getopt_internal() 690 if (pfound != NULL) in _getopt_internal() 698 if (pfound->has_arg) in _getopt_internal() 708 argv[0], pfound->name); in _getopt_internal() 713 argv[0], argv[optind - 1][0], pfound->name); in _getopt_internal() 717 optopt = pfound->val; in _getopt_internal() 722 else if (pfound->has_arg == 1) in _getopt_internal() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | getopt.c | 645 const struct option *pfound = NULL; in _getopt_internal() local 663 pfound = p; in _getopt_internal() 668 else if (pfound == NULL) in _getopt_internal() 671 pfound = p; in _getopt_internal() 690 if (pfound != NULL) in _getopt_internal() 698 if (pfound->has_arg) in _getopt_internal() 708 argv[0], pfound->name); in _getopt_internal() 713 argv[0], argv[optind - 1][0], pfound->name); in _getopt_internal() 717 optopt = pfound->val; in _getopt_internal() 722 else if (pfound->has_arg == 1) in _getopt_internal() [all …]
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | getopt.c | 626 const struct option *pfound = NULL; in _getopt_internal() local 644 pfound = p; in _getopt_internal() 649 else if (pfound == NULL) in _getopt_internal() 652 pfound = p; in _getopt_internal() 671 if (pfound != NULL) in _getopt_internal() 679 if (pfound->has_arg) in _getopt_internal() 688 argv[0], pfound->name); in _getopt_internal() 693 argv[0], argv[optind - 1][0], pfound->name); in _getopt_internal() 697 optopt = pfound->val; in _getopt_internal() 701 else if (pfound->has_arg == 1) in _getopt_internal() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | getopt.c | 645 const struct option *pfound = NULL; in _getopt_internal() local 663 pfound = p; in _getopt_internal() 668 else if (pfound == NULL) in _getopt_internal() 671 pfound = p; in _getopt_internal() 690 if (pfound != NULL) in _getopt_internal() 698 if (pfound->has_arg) in _getopt_internal() 708 argv[0], pfound->name); in _getopt_internal() 713 argv[0], argv[optind - 1][0], pfound->name); in _getopt_internal() 717 optopt = pfound->val; in _getopt_internal() 722 else if (pfound->has_arg == 1) in _getopt_internal() [all …]
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | getopt.c | 640 const struct option *pfound = NULL; local 658 pfound = p; 663 else if (pfound == NULL) 666 pfound = p; 685 if (pfound != NULL) 693 if (pfound->has_arg) 703 argv[0], pfound->name); 708 argv[0], argv[optind - 1][0], pfound->name); 713 optopt = pfound->val; 717 else if (pfound->has_arg == 1) [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| H A D | getopt.c | 487 const struct option *pfound = NULL; in _getopt_internal_r() local 505 pfound = p; in _getopt_internal_r() 510 else if (pfound == NULL) in _getopt_internal_r() 513 pfound = p; in _getopt_internal_r() 517 || pfound->has_arg != p->has_arg in _getopt_internal_r() 518 || pfound->flag != p->flag in _getopt_internal_r() 519 || pfound->val != p->val) in _getopt_internal_r() 557 if (pfound != NULL) in _getopt_internal_r() 565 if (pfound->has_arg) in _getopt_internal_r() 582 argv[0], pfound->name); in _getopt_internal_r() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | getopt.c | 487 const struct option *pfound = NULL; in _getopt_internal_r() local 505 pfound = p; in _getopt_internal_r() 510 else if (pfound == NULL) in _getopt_internal_r() 513 pfound = p; in _getopt_internal_r() 517 || pfound->has_arg != p->has_arg in _getopt_internal_r() 518 || pfound->flag != p->flag in _getopt_internal_r() 519 || pfound->val != p->val) in _getopt_internal_r() 557 if (pfound != NULL) in _getopt_internal_r() 565 if (pfound->has_arg) in _getopt_internal_r() 582 argv[0], pfound->name); in _getopt_internal_r() [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/lib/ |
| H A D | getopt.c | 509 const struct option *pfound = NULL; in _getopt_internal_r() local 527 pfound = p; in _getopt_internal_r() 532 else if (pfound == NULL) in _getopt_internal_r() 535 pfound = p; in _getopt_internal_r() 539 || pfound->has_arg != p->has_arg in _getopt_internal_r() 540 || pfound->flag != p->flag in _getopt_internal_r() 541 || pfound->val != p->val) in _getopt_internal_r() 582 if (pfound != NULL) in _getopt_internal_r() 590 if (pfound->has_arg) in _getopt_internal_r() 607 argv[0], pfound->name); in _getopt_internal_r() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | getopt.c | 509 const struct option *pfound = NULL; in _getopt_internal_r() local 527 pfound = p; in _getopt_internal_r() 532 else if (pfound == NULL) in _getopt_internal_r() 535 pfound = p; in _getopt_internal_r() 539 || pfound->has_arg != p->has_arg in _getopt_internal_r() 540 || pfound->flag != p->flag in _getopt_internal_r() 541 || pfound->val != p->val) in _getopt_internal_r() 582 if (pfound != NULL) in _getopt_internal_r() 590 if (pfound->has_arg) in _getopt_internal_r() 607 argv[0], pfound->name); in _getopt_internal_r() [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | getopt.c | 510 const struct option *pfound = NULL; in _getopt_internal_r() local 528 pfound = p; in _getopt_internal_r() 533 else if (pfound == NULL) in _getopt_internal_r() 536 pfound = p; in _getopt_internal_r() 540 || pfound->has_arg != p->has_arg in _getopt_internal_r() 541 || pfound->flag != p->flag in _getopt_internal_r() 542 || pfound->val != p->val) in _getopt_internal_r() 583 if (pfound != NULL) in _getopt_internal_r() 591 if (pfound->has_arg) in _getopt_internal_r() 608 argv[0], pfound->name); in _getopt_internal_r() [all …]
|
| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | getopt.c | 485 const struct option *pfound = NULL; local 502 pfound = p; 507 else if (pfound == NULL) 510 pfound = p; 528 if (pfound != NULL) 536 if (pfound->has_arg) 546 argv[0], pfound->name); 551 argv[0], argv[optind - 1][0], pfound->name); 557 else if (pfound->has_arg == 1) 573 if (pfound->flag) [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | rddbg.c | 96 void *dhandle, bool *pfound) in read_section_stabs_debugging_info() argument 113 *pfound = false; in read_section_stabs_debugging_info() 164 *pfound = true; in read_section_stabs_debugging_info() 279 void *dhandle, bool *pfound) in read_symbol_stabs_debugging_info() argument 304 *pfound = true; in read_symbol_stabs_debugging_info()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | rddbg.c | 95 void *dhandle, bool *pfound) in read_section_stabs_debugging_info() argument 111 *pfound = false; in read_section_stabs_debugging_info() 164 *pfound = true; in read_section_stabs_debugging_info() 282 void *dhandle, bool *pfound) in read_symbol_stabs_debugging_info() argument 307 *pfound = true; in read_symbol_stabs_debugging_info()
|
| /netbsd-src/sys/arch/hpc/stand/hpcboot/ |
| H A D | memory.cpp | 321 paddr_t paddr, pstart, pend, pfound = ~0; in searchBank() local 332 return pfound; in searchBank() 338 return pfound; in searchBank() 360 pfound = paddr + ofs; in searchBank() 369 return pfound; in searchBank()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/common/ |
| H A D | hwctable.c | 3637 const Hwcentry *pfound = NULL; in process_ctr_def() local 3648 pfound = ptrarray_find ((const Hwcentry**) cpcx_std[forKernel], nameOnly, NULL, 1, regno); in process_ctr_def() 3649 if (pfound) in process_ctr_def() 3651 pfound); in process_ctr_def() 3653 if (!pfound) in process_ctr_def() 3655 pfound = ptrarray_find ((const Hwcentry**) cpcx_hidden[forKernel], nameOnly, NULL, 1, regno); in process_ctr_def() 3656 if (pfound) in process_ctr_def() 3657 hwcentry_print (DBG_LT1, "hwctable: process_ctr_def: found in stdlist(hidden):", pfound); in process_ctr_def() 3659 if (!pfound) in process_ctr_def() 3661 … pfound = ptrarray_find_by_name (cpcx_raw[forKernel], nameOnly); /* (regno match checked later) */ in process_ctr_def() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/ |
| H A D | hwctable.c | 3601 const Hwcentry *pfound = NULL; in process_ctr_def() local 3612 pfound = ptrarray_find ((const Hwcentry**) cpcx_std[forKernel], nameOnly, NULL, 1, regno); in process_ctr_def() 3613 if (pfound) in process_ctr_def() 3615 pfound); in process_ctr_def() 3617 if (!pfound) in process_ctr_def() 3619 pfound = ptrarray_find ((const Hwcentry**) cpcx_hidden[forKernel], nameOnly, NULL, 1, regno); in process_ctr_def() 3620 if (pfound) in process_ctr_def() 3621 hwcentry_print (DBG_LT1, "hwctable: process_ctr_def: found in stdlist(hidden):", pfound); in process_ctr_def() 3623 if (!pfound) in process_ctr_def() 3625 … pfound = ptrarray_find_by_name (cpcx_raw[forKernel], nameOnly); /* (regno match checked later) */ in process_ctr_def() [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
| H A D | tls.h | 531 isc_tlsctx_t **pfound, isc_tls_cert_store_t **pfound_store, 536 * cache. 'pfound' is an optional pointer, which can be used to
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | syms.c | 935 bool *pfound, in _bfd_stab_section_find_nearest_line() argument 951 *pfound = false; in _bfd_stab_section_find_nearest_line() 1402 *pfound = true; in _bfd_stab_section_find_nearest_line()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | syms.c | 949 bool *pfound, in _bfd_stab_section_find_nearest_line() argument 965 *pfound = false; in _bfd_stab_section_find_nearest_line() 1426 *pfound = true; in _bfd_stab_section_find_nearest_line()
|
| /netbsd-src/sys/dev/bluetooth/ |
| H A D | btkbd.c | 535 goto pfound; in btkbd_input() 538 pfound: in btkbd_input()
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/ |
| H A D | tls.c | 1335 isc_tlsctx_t **pfound, isc_tls_cert_store_t **pfound_store, in isc_tlsctx_cache_find() 1362 if (pfound != NULL) { 1363 INSIST(*pfound == NULL); 1364 *pfound = entry->ctx[tr_offset][ipv6]; 1207 isc_tlsctx_cache_add(isc_tlsctx_cache_t * cache,const char * name,const isc_tlsctx_cache_transport_t transport,const uint16_t family,isc_tlsctx_t * ctx,isc_tls_cert_store_t * store,isc_tlsctx_client_session_cache_t * client_sess_cache,isc_tlsctx_t ** pfound,isc_tls_cert_store_t ** pfound_store,isc_tlsctx_client_session_cache_t ** pfound_client_sess_cache) isc_tlsctx_cache_add() argument
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | object.cc | 2973 bool* pfound) const in map_to_kept_section() 3028 *pfound = true; in map_to_kept_section() 3033 *pfound = false; in map_to_kept_section()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | object.cc | 2973 bool* pfound) const in map_to_kept_section() 3028 *pfound = true; in map_to_kept_section() 3033 *pfound = false; in map_to_kept_section()
|