Home
last modified time | relevance | path

Searched refs:pfound (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dgetopt.c655 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 Dgetopt.c645 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 Dgetopt.c645 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 Dgetopt.c645 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 Dgetopt.c626 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 Dgetopt.c645 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 Dgetopt.c640 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 Dgetopt.c487 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 Dgetopt.c487 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 Dgetopt.c509 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 Dgetopt.c509 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 Dgetopt.c510 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 Dgetopt.c485 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 Drddbg.c96 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 Drddbg.c95 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 Dmemory.cpp321 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 Dhwctable.c3637 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()
3661pfound = 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 Dhwctable.c3601 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()
3625pfound = 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 Dtls.h531 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 Dsyms.c935 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 Dsyms.c949 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 Dbtkbd.c535 goto pfound; in btkbd_input()
538 pfound: in btkbd_input()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtls.c1335 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 Dobject.cc2973 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 Dobject.cc2973 bool* pfound) const in map_to_kept_section()
3028 *pfound = true; in map_to_kept_section()
3033 *pfound = false; in map_to_kept_section()

12