Searched refs:config (Results 76 - 100 of 6916) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Datexit.c4 #include <config.h>
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcxx11-wlocale-inst.cc28 #include <bits/c++config.h>
H A Dwstring-inst.cc30 #include <bits/c++config.h>
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dcount-one-bits.c1 #include <config.h>
H A Dexitfail.c18 #include <config.h>
H A Disblank.c18 #include <config.h>
H A Ditold.c18 #include <config.h>
H A Dmbsrtowcs-state.c18 #include <config.h>
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dwstring-inst.cc30 #include <bits/c++config.h>
H A Dwlocale-inst.cc31 #include <bits/c++config.h>
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dcount-one-bits.c18 #include <config.h>
H A Disblank.c18 #include <config.h>
H A Dexitfail.c18 #include <config.h>
H A Ditold.c18 #include <config.h>
H A Dmbsrtowcs-state.c18 #include <config.h>
/netbsd-current/external/bsd/kyua-cli/dist/utils/config/
H A Dtree_test.cpp29 #include "utils/config/tree.ipp"
33 #include "utils/config/nodes.ipp"
37 namespace config = utils::config;
71 class wrapped_int_node : public config::typed_leaf_node< int_wrapper > {
91 config::typed_leaf_node< int_wrapper >::value().value());
103 config::typed_leaf_node< int_wrapper >::set(new_value);
113 config::typed_leaf_node< int_wrapper >::set(new_value);
123 config::typed_leaf_node< int_wrapper >::value().value();
134 config
[all...]
H A Dkeys_test.cpp29 #include "utils/config/keys.hpp"
33 #include "utils/config/exceptions.hpp"
35 namespace config = utils::config;
41 config::detail::tree_key key;
43 ATF_REQUIRE_EQ("foo", config::detail::flatten_key(key));
50 config::detail::tree_key key;
54 ATF_REQUIRE_EQ("foo.1.bar", config::detail::flatten_key(key));
61 config::detail::tree_key exp_key;
63 ATF_REQUIRE(exp_key == config
[all...]
H A Dlua_module_test.cpp29 #include "utils/config/lua_module.hpp"
37 #include "utils/config/tree.ipp"
40 namespace config = utils::config;
62 class custom_node : public config::typed_leaf_node< custom_type > {
127 config::tree tree;
128 tree.define< config::bool_node >("top_boolean");
129 tree.define< config::int_node >("top_integer");
130 tree.define< config::string_node >("top_string");
134 config
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dconfig.cpp29 #include "engine/config.hpp"
32 # include "config.h"
38 #include "utils/config/exceptions.hpp"
39 #include "utils/config/parser.hpp"
40 #include "utils/config/tree.ipp"
45 namespace config = utils::config;
59 init_tree(config::tree& tree)
61 tree.define< config::string_node >("architecture");
62 tree.define< config
[all...]
/netbsd-current/external/gpl3/gcc.old/usr.bin/include/arch/
H A Dpowerpc64.mk5 G_EXTRA_HEADERS=${GNUHOSTDIST}/gcc/config/rs6000/ppc-asm.h ${GNUHOSTDIST}/gcc/config/rs6000/altivec.h ${GNUHOSTDIST}/gcc/config/rs6000/htmintrin.h ${GNUHOSTDIST}/gcc/config/rs6000/htmxlintrin.h ${GNUHOSTDIST}/gcc/config/rs6000/bmi2intrin.h ${GNUHOSTDIST}/gcc/config/rs6000/bmiintrin.h ${GNUHOSTDIST}/gcc/config/rs6000/xmmintrin.h ${GNUHOSTDIST}/gcc/config/rs6000/mm_malloc.h ${GNUHOSTDIST}/gcc/config/rs6000/emmintrin.h ${GNUHOSTDIST}/gcc/config/rs600
[all...]
H A Dpowerpc.mk5 G_EXTRA_HEADERS=${GNUHOSTDIST}/gcc/config/rs6000/ppc-asm.h ${GNUHOSTDIST}/gcc/config/rs6000/altivec.h ${GNUHOSTDIST}/gcc/config/rs6000/htmintrin.h ${GNUHOSTDIST}/gcc/config/rs6000/htmxlintrin.h ${GNUHOSTDIST}/gcc/config/rs6000/bmi2intrin.h ${GNUHOSTDIST}/gcc/config/rs6000/bmiintrin.h ${GNUHOSTDIST}/gcc/config/rs6000/xmmintrin.h ${GNUHOSTDIST}/gcc/config/rs6000/mm_malloc.h ${GNUHOSTDIST}/gcc/config/rs6000/emmintrin.h ${GNUHOSTDIST}/gcc/config/rs600
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgit-fetch-vendor.sh14 upstream=`git config --get "gcc-config.upstream"`
17 echo "Config gcc-config.upstream not set, run contrib/gcc-git-customization"
49 url=$(git config --get "remote.${upstream}.url")
50 pushurl=$(git config --get "remote.${upstream}.pushurl")
51 git config "remote.vendors/${vendor}.url" "${url}"
54 git config "remote.vendors/${vendor}.pushurl" "${pushurl}"
56 git config --replace-all "remote.vendors/${vendor}.fetch" "+refs/vendors/${vendor}/heads/*:refs/remotes/vendors/${vendor}/*" "refs/vendors/${vendor}/heads"
57 git config --replace-all "remote.vendors/${vendor}.fetch" "+refs/vendors/${vendor}/tags/*:refs/tags/vendors/${vendor}/*" "refs/vendors/${vendor}/tags"
62 git config
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgit-fetch-vendor.sh14 upstream=`git config --get "gcc-config.upstream"`
17 echo "Config gcc-config.upstream not set, run contrib/gcc-git-customization"
49 url=$(git config --get "remote.${upstream}.url")
50 pushurl=$(git config --get "remote.${upstream}.pushurl")
51 git config "remote.vendors/${vendor}.url" "${url}"
54 git config "remote.vendors/${vendor}.pushurl" "${pushurl}"
56 git config --replace-all "remote.vendors/${vendor}.fetch" "+refs/vendors/${vendor}/heads/*:refs/remotes/vendors/${vendor}/*" "refs/vendors/${vendor}/heads"
57 git config --replace-all "remote.vendors/${vendor}.fetch" "+refs/vendors/${vendor}/tags/*:refs/tags/vendors/${vendor}/*" "refs/vendors/${vendor}/tags"
62 git config
[all...]
/netbsd-current/external/gpl3/gcc/usr.bin/include/arch/
H A Dearmv6hfeb.mk5 G_EXTRA_HEADERS=${GNUHOSTDIST}/gcc/config/arm/mmintrin.h ${GNUHOSTDIST}/gcc/config/arm/arm_neon.h ${GNUHOSTDIST}/gcc/config/arm/arm_acle.h ${GNUHOSTDIST}/gcc/config/arm/arm_fp16.h ${GNUHOSTDIST}/gcc/config/arm/arm_cmse.h ${GNUHOSTDIST}/gcc/config/arm/arm_bf16.h ${GNUHOSTDIST}/gcc/config/arm/arm_mve_types.h ${GNUHOSTDIST}/gcc/config/arm/arm_mve.h ${GNUHOSTDIST}/gcc/config/arm/arm_cde.h ${GNUHOSTDIST}/gcc/ginclude/tgmath.h
H A Dearmv7hfeb.mk5 G_EXTRA_HEADERS=${GNUHOSTDIST}/gcc/config/arm/mmintrin.h ${GNUHOSTDIST}/gcc/config/arm/arm_neon.h ${GNUHOSTDIST}/gcc/config/arm/arm_acle.h ${GNUHOSTDIST}/gcc/config/arm/arm_fp16.h ${GNUHOSTDIST}/gcc/config/arm/arm_cmse.h ${GNUHOSTDIST}/gcc/config/arm/arm_bf16.h ${GNUHOSTDIST}/gcc/config/arm/arm_mve_types.h ${GNUHOSTDIST}/gcc/config/arm/arm_mve.h ${GNUHOSTDIST}/gcc/config/arm/arm_cde.h ${GNUHOSTDIST}/gcc/ginclude/tgmath.h

Completed in 292 milliseconds

1234567891011>>