Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/libiberty/
H A Dgetopt.c663 pfound = p; in _getopt_internal()
671 pfound = p; in _getopt_internal()
740 if (pfound->flag) in _getopt_internal()
742 *(pfound->flag) = pfound->val; in _getopt_internal()
745 return pfound->val; in _getopt_internal()
851 pfound = p; in _getopt_internal()
859 pfound = p; in _getopt_internal()
875 if (pfound != NULL) in _getopt_internal()
882 if (pfound->has_arg) in _getopt_internal()
912 if (pfound->flag) in _getopt_internal()
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dgetopt.c664 pfound = p; in _getopt_internal()
672 pfound = p; in _getopt_internal()
741 if (pfound->flag) in _getopt_internal()
743 *(pfound->flag) = pfound->val; in _getopt_internal()
746 return pfound->val; in _getopt_internal()
852 pfound = p; in _getopt_internal()
860 pfound = p; in _getopt_internal()
876 if (pfound != NULL) in _getopt_internal()
883 if (pfound->has_arg) in _getopt_internal()
913 if (pfound->flag) in _getopt_internal()
[all …]
/dragonfly/contrib/gdb-7/libiberty/
H A Dgetopt.c664 pfound = p; in _getopt_internal()
672 pfound = p; in _getopt_internal()
741 if (pfound->flag) in _getopt_internal()
743 *(pfound->flag) = pfound->val; in _getopt_internal()
746 return pfound->val; in _getopt_internal()
852 pfound = p; in _getopt_internal()
860 pfound = p; in _getopt_internal()
876 if (pfound != NULL) in _getopt_internal()
883 if (pfound->has_arg) in _getopt_internal()
913 if (pfound->flag) in _getopt_internal()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dgetopt.c664 pfound = p; in _getopt_internal()
672 pfound = p; in _getopt_internal()
741 if (pfound->flag) in _getopt_internal()
743 *(pfound->flag) = pfound->val; in _getopt_internal()
746 return pfound->val; in _getopt_internal()
852 pfound = p; in _getopt_internal()
860 pfound = p; in _getopt_internal()
876 if (pfound != NULL) in _getopt_internal()
883 if (pfound->has_arg) in _getopt_internal()
913 if (pfound->flag) in _getopt_internal()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dgetopt.c663 pfound = p; in _getopt_internal()
671 pfound = p; in _getopt_internal()
740 if (pfound->flag) in _getopt_internal()
742 *(pfound->flag) = pfound->val; in _getopt_internal()
745 return pfound->val; in _getopt_internal()
851 pfound = p; in _getopt_internal()
859 pfound = p; in _getopt_internal()
875 if (pfound != NULL) in _getopt_internal()
882 if (pfound->has_arg) in _getopt_internal()
912 if (pfound->flag) in _getopt_internal()
[all …]
/dragonfly/contrib/cvs-1.12/lib/
H A Dgetopt.c525 pfound = p; in _getopt_internal_r()
533 pfound = p; in _getopt_internal_r()
619 pfound->name); in _getopt_internal_r()
624 pfound->name); in _getopt_internal_r()
701 if (pfound->flag) in _getopt_internal_r()
703 *(pfound->flag) = pfound->val; in _getopt_internal_r()
706 return pfound->val; in _getopt_internal_r()
913 pfound = p; in _getopt_internal_r()
921 pfound = p; in _getopt_internal_r()
962 if (pfound != NULL) in _getopt_internal_r()
[all …]
/dragonfly/contrib/diffutils/lib/
H A Dgetopt.c217 pfound = p; in process_long_option()
222 if (pfound == NULL) in process_long_option()
233 if (pfound == NULL) in process_long_option()
236 pfound = p; in process_long_option()
310 if (pfound == NULL) in process_long_option()
339 if (pfound->has_arg) in process_long_option()
348 d->optopt = pfound->val; in process_long_option()
363 d->optopt = pfound->val; in process_long_option()
370 if (pfound->flag) in process_long_option()
372 *(pfound->flag) = pfound->val; in process_long_option()
[all …]
/dragonfly/contrib/grep/lib/
H A Dgetopt.c217 pfound = p; in process_long_option()
222 if (pfound == NULL) in process_long_option()
233 if (pfound == NULL) in process_long_option()
236 pfound = p; in process_long_option()
310 if (pfound == NULL) in process_long_option()
339 if (pfound->has_arg) in process_long_option()
348 d->optopt = pfound->val; in process_long_option()
363 d->optopt = pfound->val; in process_long_option()
370 if (pfound->flag) in process_long_option()
372 *(pfound->flag) = pfound->val; in process_long_option()
[all …]
/dragonfly/contrib/binutils-2.27/binutils/
H A Drddbg.c99 void *dhandle, bfd_boolean *pfound) in read_section_stabs_debugging_info() argument
115 *pfound = FALSE; in read_section_stabs_debugging_info()
159 *pfound = TRUE; in read_section_stabs_debugging_info()
274 void *dhandle, bfd_boolean *pfound) in read_symbol_stabs_debugging_info() argument
299 *pfound = TRUE; in read_symbol_stabs_debugging_info()
349 read_ieee_debugging_info (bfd *abfd, void *dhandle, bfd_boolean *pfound) in read_ieee_debugging_info() argument
372 *pfound = TRUE; in read_ieee_debugging_info()
/dragonfly/contrib/binutils-2.34/binutils/
H A Drddbg.c92 void *dhandle, bfd_boolean *pfound) in read_section_stabs_debugging_info() argument
108 *pfound = FALSE; in read_section_stabs_debugging_info()
161 *pfound = TRUE; in read_section_stabs_debugging_info()
279 void *dhandle, bfd_boolean *pfound) in read_symbol_stabs_debugging_info() argument
304 *pfound = TRUE; in read_symbol_stabs_debugging_info()
/dragonfly/contrib/gdb-7/bfd/
H A Dsyms.c928 bfd_boolean *pfound, in _bfd_stab_section_find_nearest_line() argument
945 *pfound = FALSE; in _bfd_stab_section_find_nearest_line()
1379 *pfound = TRUE; in _bfd_stab_section_find_nearest_line()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dsyms.c928 bfd_boolean *pfound, in _bfd_stab_section_find_nearest_line() argument
944 *pfound = FALSE; in _bfd_stab_section_find_nearest_line()
1384 *pfound = TRUE; in _bfd_stab_section_find_nearest_line()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dsyms.c940 bfd_boolean *pfound, in _bfd_stab_section_find_nearest_line() argument
956 *pfound = FALSE; in _bfd_stab_section_find_nearest_line()
1410 *pfound = TRUE; in _bfd_stab_section_find_nearest_line()
/dragonfly/sys/bus/u4b/input/
H A Dukbd.c582 goto pfound; in ukbd_interrupt()
599 pfound: ; in ukbd_interrupt()
/dragonfly/contrib/binutils-2.34/gold/
H A Dobject.cc2967 bool* pfound) const in map_to_kept_section()
3020 *pfound = true; in map_to_kept_section()
3025 *pfound = false; in map_to_kept_section()