Searched refs:config (Results 1 - 25 of 2204) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dnl_in.c1 #include <config.h>
/freebsd-13-stable/crypto/heimdal/lib/wind/
H A Ddoxygen.c34 #include <config.h>
/freebsd-13-stable/contrib/ntp/sntp/
H A Dversion.c4 #include <config.h>
/freebsd-13-stable/contrib/openresolv/
H A DGNUmakefile2 CONFIG_MK?=$(shell test -e config.mk && echo config.mk || echo config-null.mk)
/freebsd-13-stable/contrib/kyua/utils/config/
H A Dparser_fwd.hpp29 /// \file utils/config/parser_fwd.hpp
30 /// Forward declarations for utils/config/parser.hpp
36 namespace config { namespace in namespace:utils
42 } // namespace 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 Dexceptions.cpp29 #include "utils/config/exceptions.hpp"
31 #include "utils/config/tree.ipp"
34 namespace config = utils::config;
40 config::error::error(const std::string& message) :
47 config::error::~error(void) throw()
56 config::bad_combination_error::bad_combination_error(
65 config::bad_combination_error::~bad_combination_error(void) throw()
73 config::invalid_key_error::invalid_key_error(const std::string& message) :
80 config
[all...]
/freebsd-13-stable/contrib/diff/lib/
H A Dexitfail.c21 # include <config.h>
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dh_errno.c34 #include <config.h>
/freebsd-13-stable/tools/tools/net80211/scripts/mesh/
H A Dsetup.simple9 . config
10 . config.mesh
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_002_pos.ksh47 destroy_upgraded_pool $config
53 for config in $CONFIGS; do
54 create_old_pool $config
55 check_upgrade $config
56 destroy_upgraded_pool $config
H A Dzpool_upgrade_009_neg.ksh50 destroy_upgraded_pool $config
56 typeset -i config=2
57 typeset -n pool_name=ZPOOL_VERSION_${config}_NAME
59 create_old_pool $config
62 check_poolversion $pool_name $config
63 destroy_upgraded_pool $config
H A Dcleanup.ksh35 for config in $CONFIGS; do
36 destroy_upgraded_pool $config
/freebsd-13-stable/tools/tools/genericize/
H A Dgenericize.pl41 my %config;
56 $config{$keyword}->{$1} = $2;
58 $config{$keyword}->{$value} = \&EMPTY;
94 $config{$keyword} && $config{$keyword}->{$1} &&
95 $config{$keyword}->{$1} != \&EMPTY) {
97 if ($config{$keyword}->{$value} ne $2) {
98 my ($old, $new) = ($2, $config{$keyword}->{$value});
101 delete($config{$keyword}->{$value});
102 delete($config{
[all...]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_002_pos.ksh63 destroy_upgraded_pool $config
70 for config in $CONFIGS
72 create_old_pool $config
73 check_upgrade $config
74 destroy_upgraded_pool $config
/freebsd-13-stable/libexec/rc/rc.d/
H A Dhcsecd21 config="${hcsecd_config:-/etc/bluetooth/${name}.conf}"
22 command_args="-f ${config}"
23 required_files="${config}"
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_none.c16 #include "config.h"
22 struct wpa_config *config; local
27 config = cfgp;
29 config = wpa_config_alloc_empty(NULL, NULL);
30 if (config == NULL)
33 return config;
37 int wpa_config_write(const char *name, struct wpa_config *config) argument
44 /* TODO: write global config parameters */
47 for (ssid = config->ssid; ssid; ssid = ssid->next) {
51 for (blob = config
[all...]
/freebsd-13-stable/sys/contrib/openzfs/cmd/vdev_id/
H A DMakefile.am1 include $(top_srcdir)/config/Shellcheck.am
/freebsd-13-stable/sys/contrib/openzfs/cmd/zvol_wait/
H A DMakefile.am1 include $(top_srcdir)/config/Shellcheck.am
/freebsd-13-stable/contrib/ntp/lib/isc/nothreads/
H A Dcondition.c20 #include <config.h>
H A Dmutex.c20 #include <config.h>
/freebsd-13-stable/usr.sbin/bluetooth/bluetooth-config/
H A DMakefile4 SCRIPTS=bluetooth-config.sh
5 MAN= bluetooth-config.8
/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-config.c44 struct pt_config config; local
47 errcode = pt_config_from_user(NULL, &config);
50 errcode = pt_config_from_user(&config, NULL);
58 struct pt_config config, user; local
61 user.size = sizeof(config.size);
63 errcode = pt_config_from_user(&config, &user);
71 struct pt_config config, user; local
76 errcode = pt_config_from_user(&config, &user);
81 errcode = pt_config_from_user(&config, &user);
87 errcode = pt_config_from_user(&config,
101 struct pt_config config, user; local
123 struct pt_config config, user; local
145 struct pt_config config, user; local
183 struct pt_config config; local
203 struct pt_config config; local
236 struct pt_config config; local
279 struct pt_config config; local
301 struct pt_config config; local
335 struct pt_config config; local
363 struct pt_config config; local
397 struct pt_config config; local
425 struct pt_config config; local
447 struct pt_config config; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/cmd/fsck_zfs/
H A DMakefile.am1 include $(top_srcdir)/config/Substfiles.am
2 include $(top_srcdir)/config/Shellcheck.am
/freebsd-13-stable/sys/contrib/openzfs/cmd/zgenhostid/
H A DMakefile.am1 include $(top_srcdir)/config/Rules.am
7 include $(top_srcdir)/config/CppCheck.am

Completed in 370 milliseconds

1234567891011>>