Home
last modified time | relevance | path

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

12

/dports/dns/pdnsd/pdnsd-1.2.9a/contrib/
H A Dchange_pdnsd_server_ip.pl31 my $found_section=0;
64 if(!($found_section++)) {
107 if(!$found_section) {
/dports/net/samba412/samba-4.12.15/source3/script/tests/printing/
H A Dmodprinter.pl81 my $found_section = 0;
103 $found_section = 1;
130 if ($opt_delete && ($found_section == 0)) {
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/scripts/
H A Dgenerate_features.pl64 my $found_section = grep $_ eq $section_name, @sections;
66 $in_section = 1 if ($found_section);
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/scripts/
H A Dgenerate_features.pl105 my $found_section = grep $_ eq $section_name, @sections;
107 $in_section = 1 if ($found_section);
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/scripts/
H A Dgenerate_features.pl78 my $found_section = grep $_ eq $section_name, @sections;
80 $in_section = 1 if ($found_section);
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/scripts/
H A Dgenerate_features.pl64 my $found_section = grep $_ eq $section_name, @sections;
66 $in_section = 1 if ($found_section);
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/scripts/
H A Dgenerate_features.pl64 my $found_section = grep $_ eq $section_name, @sections;
66 $in_section = 1 if ($found_section);
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/scripts/
H A Dgenerate_features.pl78 my $found_section = grep $_ eq $section_name, @sections;
80 $in_section = 1 if ($found_section);
/dports/cad/cura/Cura-58bae31/plugins/LegacyProfileReader/
H A DLegacyProfileReader.py105 for found_section in input_parser.sections():
106 if found_section.startswith("profile"):
107 section = found_section
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkmenutracker.c113 GtkMenuTrackerSection *found_section; in gtk_menu_tracker_section_find_model() local
115 found_section = gtk_menu_tracker_section_find_model (subsection, model, offset); in gtk_menu_tracker_section_find_model()
117 if (found_section) in gtk_menu_tracker_section_find_model()
118 return found_section; in gtk_menu_tracker_section_find_model()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkmenutracker.c111 GtkMenuTrackerSection *found_section; in gtk_menu_tracker_section_find_model() local
113 found_section = gtk_menu_tracker_section_find_model (subsection, model, offset); in gtk_menu_tracker_section_find_model()
115 if (found_section) in gtk_menu_tracker_section_find_model()
116 return found_section; in gtk_menu_tracker_section_find_model()
/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dscanelf.c1368 static const char *scanelf_file_sections(elfobj *elf, char *found_section) in scanelf_file_sections() argument
1388 *found_section = 1; in scanelf_file_sections()
1394 if (*found_section) in scanelf_file_sections()
1410 found_sym, found_lib, found_file, found_textrels, found_section; in scanelf_elfobj() local
1416 found_sym = found_lib = found_file = found_textrels = found_section = 0; in scanelf_elfobj()
1534 case 'k': out = scanelf_file_sections(elf, &found_section); break; in scanelf_elfobj()
1550 found_soname || found_sym || found_lib || found_textrels || found_section ) in scanelf_elfobj()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/parity-wasm/src/elements/
H A Dmodule.rs814 let mut found_section = false; in names() localVariable
830 found_section = true; in names()
836 assert!(found_section, "Name section should be present in dedicated example"); in names()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/parity-wasm/src/elements/
H A Dmodule.rs814 let mut found_section = false; in names() localVariable
830 found_section = true; in names()
836 assert!(found_section, "Name section should be present in dedicated example"); in names()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/parity-wasm/src/elements/
H A Dmodule.rs814 let mut found_section = false; in names() localVariable
830 found_section = true; in names()
836 assert!(found_section, "Name section should be present in dedicated example"); in names()
/dports/math/libmesh/libmesh-1.6.2/include/base/
H A Dgetpot.h2270 bool found_section = false; in have_section() local
2277found_section = ( std::find(section_list.begin(), section_list.end(), section_name+slash) != secti… in have_section()
2279found_section = ( std::find(section_list.begin(), section_list.end(), section_name) != section_lis… in have_section()
2281 return found_section; in have_section()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/contrib/getpot/
H A Dgetpot.h2246 bool found_section = false; in have_section() local
2253found_section = ( std::find(section_list.begin(), section_list.end(), section_name+slash) != secti… in have_section()
2255found_section = ( std::find(section_list.begin(), section_list.end(), section_name) != section_lis… in have_section()
2257 return found_section; in have_section()
/dports/devel/djgpp-binutils/binutils-2.17/ld/
H A Dldlang.c257 asection *found_section; member
266 if (d->found_section != NULL) in section_iterator_callback()
272 d->found_section = s; in section_iterator_callback()
286 return cb_data.found_section; in find_section()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/
H A Dldlang.c313 asection *found_section; member
322 if (d->found_section != NULL) in section_iterator_callback()
328 d->found_section = s; in section_iterator_callback()
342 return cb_data.found_section; in find_section()
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/
H A Dldlang.c313 asection *found_section; member
322 if (d->found_section != NULL) in section_iterator_callback()
328 d->found_section = s; in section_iterator_callback()
342 return cb_data.found_section; in find_section()
/dports/devel/arm-elf-binutils/binutils-2.37/ld/
H A Dldlang.c368 asection *found_section; member
377 if (d->found_section != NULL) in section_iterator_callback()
383 d->found_section = s; in section_iterator_callback()
397 return cb_data.found_section; in find_section()
/dports/devel/gnulibiberty/binutils-2.37/ld/
H A Dldlang.c368 asection *found_section; member
377 if (d->found_section != NULL) in section_iterator_callback()
383 d->found_section = s; in section_iterator_callback()
397 return cb_data.found_section; in find_section()
/dports/devel/binutils/binutils-2.37/ld/
H A Dldlang.c368 asection *found_section; member
377 if (d->found_section != NULL) in section_iterator_callback()
383 d->found_section = s; in section_iterator_callback()
397 return cb_data.found_section; in find_section()
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_config.py3429 (found_store, found_section) = tuples[0]
/dports/cad/ngspice_rework/ngspice-35/
H A DChangeLog3726 expand_libs(): shrink scope of `found_section'
3746 inpcom.c: rename found_lib_name --> found_section

12